Searched refs:socreate (Results 1 - 17 of 17) sorted by relevance

/external/qemu/slirp/
H A Dsocket.h77 struct socket * socreate _P((void));
H A Dsocket.c52 socreate(void) function
608 if ((so = socreate()) == NULL) {
H A Dudp.c195 if ((so = socreate()) == NULL) goto bad;
636 if ((so = socreate()) == NULL) {
H A Dip_icmp.c118 if ((so = socreate()) == NULL) goto freeit;
H A Dtcp_subr.c443 * If it's an SS_ACCEPTONCE socket, no need to socreate()
450 if ((so = socreate()) == NULL) {
803 if ((ns=socreate()) == NULL)
H A Dslirp.c1060 struct socket *so = socreate();
H A Dtcp_input.c392 * state == CLOSED means we've done socreate() but haven't
403 if ((so = socreate()) == NULL)
/external/qemu/slirp-android/
H A Dsocket.h81 struct socket * socreate _P((void));
H A Dudp.c245 if ((so = socreate()) == NULL) goto bad;
492 if ((so = socreate()) == NULL) {
H A Dsocket.c57 socreate(void) function
630 if ((so = socreate()) == NULL) {
H A Dip_icmp.c122 if ((so = socreate()) == NULL) goto freeit;
H A Dtcp_subr.c599 * If it's an SS_ACCEPTONCE socket, no need to socreate()
606 if ((so = socreate()) == NULL) {
H A Dslirp.c1463 struct socket *so = socreate();
H A Dtcp_input.c397 * state == CLOSED means we've done socreate() but haven't
408 if ((so = socreate()) == NULL)
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_socket.c165 * called only by socreate() and sonewconn().
1167 * socreate returns a socket. The socket should be
1171 socreate(int dom, struct socket **aso, int type, int proto) function
1227 KASSERT(so->so_count == 1, ("socreate: so_count %d", so->so_count));
1239 * socreate returns a socket with a ref count of 1. The socket should be
1243 socreate(int dom, struct socket **aso, int type, int proto, function
1291 KASSERT(so->so_count == 1, ("socreate: so_count %d",
1314 errno = socreate(domain, &so, type, protocol);
1349 errno = socreate(domain, &so, type, protocol);
H A Duser_socketvar.h608 int socreate(int dom, struct socket **aso, int type, int proto,
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctputil.c7845 if ((ret = socreate(PF_INET, &SCTP_BASE_INFO(udp4_tun_socket),
7869 if ((ret = socreate(PF_INET6, &SCTP_BASE_INFO(udp6_tun_socket),

Completed in 235 milliseconds