Searched defs:udphdr (Results 1 – 4 of 4) sorted by relevance
63 struct udphdr { struct64 u_int16_t uh_sport; /* source port */65 u_int16_t uh_dport; /* destination port */66 u_int16_t uh_ulen; /* udp length */67 u_int16_t uh_sum; /* udp checksum */
42 struct udphdr { struct49 __CTASSERT(sizeof(struct udphdr) == 8); argument
1250 struct udphdr *udphdr; udp4_espinudp() local [all...]
1414 struct udphdr *udphdr; udp6_espinudp() local [all...]