Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dudp.h79 struct udphdr { struct
80 u_short uh_sport; /* source port */
81 u_short uh_dport; /* destination port */
82 u_short uh_ulen; /* udp length */
83 u_short uh_sum; /* udp checksum */
/xnu-12377.61.12/bsd/net/
H A Dbpf.c3720 struct udphdr udphdr; in get_udp_trunc_len() local