Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dudp_var.h44 struct udphdr ui_u; /* udp header */ member
52 #define ui_sport ui_u.uh_sport
53 #define ui_dport ui_u.uh_dport
54 #define ui_ulen ui_u.uh_ulen
55 #define ui_sum ui_u.uh_sum
/f-stack/freebsd/netinet/
H A Dudp_var.h44 struct udphdr ui_u; /* udp header */ member
52 #define ui_sport ui_u.uh_sport
53 #define ui_dport ui_u.uh_dport
54 #define ui_ulen ui_u.uh_ulen
55 #define ui_sum ui_u.uh_sum
H A Dudp_usrreq.c1513 UDPLITE_PROBE(send, NULL, inp, &ui->ui_i, inp, &ui->ui_u); in udp_output()
1515 UDP_PROBE(send, NULL, inp, &ui->ui_i, inp, &ui->ui_u); in udp_output()