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

  /external/qemu/slirp-android/
slirp.h 254 struct tcpcb * tcp_newtcpcb _P((struct socket *));
tcp_subr.c 181 tcp_newtcpcb(struct socket *so) function
675 if ((so->so_tcpcb = tcp_newtcpcb(so)) == NULL)
socket.c 636 if ((so->so_tcpcb = tcp_newtcpcb(so)) == NULL) {
  /external/qemu/slirp/
slirp.h 304 struct tcpcb * tcp_newtcpcb _P((struct socket *));
tcp_subr.c 179 tcp_newtcpcb(struct socket *so) function
519 if ((so->so_tcpcb = tcp_newtcpcb(so)) == NULL)
    [all...]
socket.c 614 if ((so->so_tcpcb = tcp_newtcpcb(so)) == NULL) {

Completed in 160 milliseconds