HomeSort by relevance Sort by last modified time
    Searched full:mbuf_ptr (Results 1 - 6 of 6) sorted by null

  /external/qemu/slirp/
ip.h 183 struct mbuf_ptr { struct
188 struct mbuf_ptr { struct
200 struct mbuf_ptr ih_mbuf; /* backpointer to mbuf */
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/
ip.h 185 struct mbuf_ptr { struct
190 struct mbuf_ptr { struct
202 struct mbuf_ptr ih_mbuf; /* backpointer to mbuf */
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 71 milliseconds