Home
last modified time | relevance | path

Searched refs:socreate (Results 1 – 14 of 14) sorted by relevance

/external/qemu/slirp/
Dsocket.h77 struct socket * socreate _P((void));
Dudp.c195 if ((so = socreate()) == NULL) goto bad; in udp_input()
636 if ((so = socreate()) == NULL) { in udp_listen()
Dsocket.c52 socreate(void) in socreate() function
608 if ((so = socreate()) == NULL) { in solisten()
Dip_icmp.c118 if ((so = socreate()) == NULL) goto freeit; in icmp_input()
Dtcp_subr.c450 if ((so = socreate()) == NULL) { in tcp_connect()
803 if ((ns=socreate()) == NULL) in tcp_emu()
Dslirp.c1060 struct socket *so = socreate(); in slirp_state_load()
Dtcp_input.c403 if ((so = socreate()) == NULL) in tcp_input()
/external/qemu/slirp-android/
Dsocket.h81 struct socket * socreate _P((void));
Dudp.c245 if ((so = socreate()) == NULL) goto bad; in udp_input()
492 if ((so = socreate()) == NULL) { in udp_listen()
Dsocket.c57 socreate(void) in socreate() function
630 if ((so = socreate()) == NULL) { in solisten()
Dip_icmp.c122 if ((so = socreate()) == NULL) goto freeit; in icmp_input()
Dtcp_subr.c606 if ((so = socreate()) == NULL) { in tcp_connect()
Dslirp.c1463 struct socket *so = socreate(); in slirp_state_load()
Dtcp_input.c408 if ((so = socreate()) == NULL) in tcp_input()