Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/
Duser_socket.c1270 socreate(int dom, struct socket **aso, int type, int proto) in socreate() function
1342 socreate(int dom, struct socket **aso, int type, int proto, in socreate() function
1413 errno = socreate(domain, &so, type, protocol); in userspace_socket()
1448 errno = socreate(domain, &so, type, protocol); in usrsctp_socket()
Duser_socketvar.h635 int socreate(int dom, struct socket **aso, int type, int proto,
/external/usrsctp/usrsctplib/netinet/
Dsctputil.c8627 if ((ret = socreate(PF_INET, &SCTP_BASE_INFO(udp4_tun_socket),
8655 if ((ret = socreate(PF_INET6, &SCTP_BASE_INFO(udp6_tun_socket),