Home
last modified time | relevance | path

Searched defs:udphdr (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/netinet/
H A Dudp.h27 struct udphdr { struct
28 in_port_t uh_sport; /* source port */
29 in_port_t uh_dport; /* destination port */
30 int16_t uh_ulen; /* udp length */
31 uint16_t uh_sum; /* udp checksum */
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A Dudp.h16 struct udphdr { struct
17 uint16_t src;
18 uint16_t dest;
19 uint16_t len;
20 uint16_t chksum;
/titanic_44/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1226 udphdr(uintptr_t addr, uint_t flags, int ac, const mdb_arg_t *av) in udphdr() function