Searched refs:socreate (Results 1 – 3 of 3) sorted by relevance
/external/usrsctp/usrsctplib/ |
D | user_socket.c | 1270 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()
|
D | user_socketvar.h | 635 int socreate(int dom, struct socket **aso, int type, int proto,
|
/external/usrsctp/usrsctplib/netinet/ |
D | sctputil.c | 8627 if ((ret = socreate(PF_INET, &SCTP_BASE_INFO(udp4_tun_socket), 8655 if ((ret = socreate(PF_INET6, &SCTP_BASE_INFO(udp6_tun_socket),
|