Home
last modified time | relevance | path

Searched refs:ui_u (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/netinet/
H A Dudp_var.h76 struct udphdr ui_u; /* udp header */ member
83 #define ui_sport ui_u.uh_sport
84 #define ui_dport ui_u.uh_dport
85 #define ui_ulen ui_u.uh_ulen
86 #define ui_sum ui_u.uh_sum
H A Dudp_usrreq.c1985 UDP_LOG_DROP_NECP((struct ip *)&ui->ui_i, &ui->ui_u, inp, true); in udp_output()
2010 UDP_LOG_DROP_PCB((struct ip *)&ui->ui_i, &ui->ui_u, inp, true, "ipsec_setsocket error ENOBUFS"); in udp_output()
/xnu-12377.1.9/osfmk/kdp/
H A Dkdp_udp.c127 struct kdp_udphdr ui_u; /* udp header */ member
136 #define ui_sport ui_u.uh_sport
137 #define ui_dport ui_u.uh_dport
138 #define ui_ulen ui_u.uh_ulen
139 #define ui_sum ui_u.uh_sum