Searched refs:socreate (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_socket.c | 1236 socreate(int dom, struct socket **aso, int type, int proto) in socreate() function 1311 errno = socreate(domain, &so, type, protocol); in userspace_socket() 1346 errno = socreate(domain, &so, type, protocol); in usrsctp_socket()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctputil.c | 8509 if ((ret = socreate(PF_INET, &SCTP_BASE_INFO(udp4_tun_socket), 8535 if ((ret = socreate(PF_INET6, &SCTP_BASE_INFO(udp6_tun_socket),
|