Searched refs:ih_mbuf (Results 1 - 10 of 10) sorted by relevance

/external/qemu/slirp/
H A Dtcpip.h43 #define ti_mbuf ti_i.ih_mbuf.mptr
H A Dudp.h59 #define ui_mbuf ui_i.ih_mbuf.mptr
H A Dip.h200 struct mbuf_ptr ih_mbuf; /* backpointer to mbuf */ member in struct:ipovly
H A Dudp.c133 memset(&((struct ipovly *)ip)->ih_mbuf, 0, sizeof(struct mbuf_ptr));
279 memset(&ui->ui_i.ih_mbuf, 0 , sizeof(struct mbuf_ptr));
H A Dtcp_input.c299 memset(&ti->ti_i.ih_mbuf, 0 , sizeof(struct mbuf_ptr));
/external/qemu/slirp-android/
H A Dtcpip.h47 #define ti_mbuf ti_i.ih_mbuf.mptr
H A Dudp.h61 #define ui_mbuf ui_i.ih_mbuf.mptr
H A Dip.h202 struct mbuf_ptr ih_mbuf; /* backpointer to mbuf */ member in struct:ipovly
H A Dudp.c171 memset(&((struct ipovly *)ip)->ih_mbuf, 0, sizeof(struct mbuf_ptr));
334 memset(&ui->ui_i.ih_mbuf, 0 , sizeof(struct mbuf_ptr));
H A Dtcp_input.c299 memset(&ti->ti_i.ih_mbuf, 0 , sizeof(struct mbuf_ptr));

Completed in 863 milliseconds