Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Dudp.h42 struct udphdr { struct
43 u_int16_t uh_sport; /* source port */
44 u_int16_t uh_dport; /* destination port */
45 u_int16_t uh_ulen; /* udp length */
46 u_int16_t uh_sum; /* udp checksum */