Searched defs:udphdr (Results 1 – 4 of 4) sorted by relevance
41 struct udphdr { struct42 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 */
24 struct udphdr { struct25 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 */
16 struct udphdr { struct17 uint16_t src;18 uint16_t dest;19 uint16_t len;20 uint16_t chksum;
1250 udphdr(uintptr_t addr, uint_t flags, int ac, const mdb_arg_t *av) in udphdr() function