Searched refs:ui_u (Results 1 – 3 of 3) sorted by relevance
| /f-stack/tools/compat/include/netinet/ |
| H A D | udp_var.h | 44 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 D | udp_var.h | 44 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 D | udp_usrreq.c | 1513 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()
|