Home
last modified time | relevance | path

Searched defs:udphdr (Results 1 – 4 of 4) sorted by path

/illumos-gate/usr/src/boot/include/netinet/
H A Dudp.h41 struct udphdr { struct
42 u_short uh_sport; /* source port */
43 u_short uh_dport; /* destination port */
44 u_short uh_ulen; /* udp length */
45 u_short uh_sum; /* udp checksum */
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1227 udphdr(uintptr_t addr, uint_t flags, int ac, const mdb_arg_t *av) in udphdr() function
/illumos-gate/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;
/illumos-gate/usr/src/uts/common/netinet/
H A Dudp.h24 struct udphdr { struct
25 in_port_t uh_sport; /* source port */
26 in_port_t uh_dport; /* destination port */
27 int16_t uh_ulen; /* udp length */
28 uint16_t uh_sum; /* udp checksum */