HomeSort by relevance Sort by last modified time
    Searched refs:ui_i (Results 1 - 4 of 4) sorted by null

  /external/qemu/slirp/
udp.h 56 struct ipovly ui_i; /* overlaid ip structure */ member in struct:udpiphdr
59 #define ui_mbuf ui_i.ih_mbuf.mptr
60 #define ui_x1 ui_i.ih_x1
61 #define ui_pr ui_i.ih_pr
62 #define ui_len ui_i.ih_len
63 #define ui_src ui_i.ih_src
64 #define ui_dst ui_i.ih_dst
udp.c 279 memset(&ui->ui_i.ih_mbuf, 0 , sizeof(struct mbuf_ptr));
  /external/qemu/slirp-android/
udp.h 58 struct ipovly ui_i; /* overlaid ip structure */ member in struct:udpiphdr
61 #define ui_mbuf ui_i.ih_mbuf.mptr
62 #define ui_x1 ui_i.ih_x1
63 #define ui_pr ui_i.ih_pr
64 #define ui_len ui_i.ih_len
65 #define ui_src ui_i.ih_src
66 #define ui_dst ui_i.ih_dst
udp.c 334 memset(&ui->ui_i.ih_mbuf, 0 , sizeof(struct mbuf_ptr));

Completed in 21 milliseconds