Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dudp_var.h44 struct ipovly ui_i; /* overlaid ip structure */ member
47 #define ui_x1 ui_i.ih_x1
48 #define ui_v ui_i.ih_x1[0]
49 #define ui_pr ui_i.ih_pr
50 #define ui_len ui_i.ih_len
51 #define ui_src ui_i.ih_src
52 #define ui_dst ui_i.ih_dst
H A Dudp_usrreq.c1464 UDPLITE_PROBE(send, NULL, inp, &ui->ui_i, inp, &ui->ui_u); in udp_send()
1466 UDP_PROBE(send, NULL, inp, &ui->ui_i, inp, &ui->ui_u); in udp_send()