Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dudp_var.h43 struct ipovly ui_i; /* overlaid ip structure */ member
46 #define ui_x1 ui_i.ih_x1
47 #define ui_v ui_i.ih_x1[0]
48 #define ui_pr ui_i.ih_pr
49 #define ui_len ui_i.ih_len
50 #define ui_src ui_i.ih_src
51 #define ui_dst ui_i.ih_dst
/f-stack/freebsd/netinet/
H A Dudp_var.h43 struct ipovly ui_i; /* overlaid ip structure */ member
46 #define ui_x1 ui_i.ih_x1
47 #define ui_v ui_i.ih_x1[0]
48 #define ui_pr ui_i.ih_pr
49 #define ui_len ui_i.ih_len
50 #define ui_src ui_i.ih_src
51 #define ui_dst ui_i.ih_dst
H A Dudp_usrreq.c1436 ip = (struct ip *)&ui->ui_i; in udp_output()
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()