Home
last modified time | relevance | path

Searched refs:ui_u (Results 1 – 2 of 2) sorted by path

/freebsd/sys/netinet/
H A Dudp_usrreq.c1475 UDPLITE_PROBE(send, NULL, inp, &ui->ui_i, inp, &ui->ui_u); in udp_send()
1477 UDP_PROBE(send, NULL, inp, &ui->ui_i, inp, &ui->ui_u); in udp_send()
H A Dudp_var.h45 struct udphdr ui_u; /* udp header */ member
53 #define ui_sport ui_u.uh_sport
54 #define ui_dport ui_u.uh_dport
55 #define ui_ulen ui_u.uh_ulen
56 #define ui_sum ui_u.uh_sum