HomeSort by relevance Sort by last modified time
    Searched defs:tcp_newtcpcb (Results 1 - 2 of 2) sorted by null

  /external/qemu/slirp/
tcp_subr.c 179 tcp_newtcpcb(struct socket *so) function
519 if ((so->so_tcpcb = tcp_newtcpcb(so)) == NULL)
    [all...]
  /external/qemu/slirp-android/
tcp_subr.c 181 tcp_newtcpcb(struct socket *so) function
551 if ((so->so_tcpcb = tcp_newtcpcb(so)) == NULL)

Completed in 31 milliseconds