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

  /external/qemu/slirp/
tcpip.h 43 #define ti_mbuf ti_i.ih_mbuf.mptr
udp.h 59 #define ui_mbuf ui_i.ih_mbuf.mptr
ip.h 200 struct mbuf_ptr ih_mbuf; /* backpointer to mbuf */ member in struct:ipovly
udp.c 133 memset(&((struct ipovly *)ip)->ih_mbuf, 0, sizeof(struct mbuf_ptr));
279 memset(&ui->ui_i.ih_mbuf, 0 , sizeof(struct mbuf_ptr));
tcp_input.c 299 memset(&ti->ti_i.ih_mbuf, 0 , sizeof(struct mbuf_ptr));
    [all...]
  /external/qemu/slirp-android/
tcpip.h 47 #define ti_mbuf ti_i.ih_mbuf.mptr
udp.h 61 #define ui_mbuf ui_i.ih_mbuf.mptr
ip.h 202 struct mbuf_ptr ih_mbuf; /* backpointer to mbuf */ member in struct:ipovly
udp.c 171 memset(&((struct ipovly *)ip)->ih_mbuf, 0, sizeof(struct mbuf_ptr));
334 memset(&ui->ui_i.ih_mbuf, 0 , sizeof(struct mbuf_ptr));
tcp_input.c 299 memset(&ti->ti_i.ih_mbuf, 0 , sizeof(struct mbuf_ptr));
    [all...]

Completed in 80 milliseconds