Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_socket.c1236 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/
Dsctputil.c8509 if ((ret = socreate(PF_INET, &SCTP_BASE_INFO(udp4_tun_socket),
8535 if ((ret = socreate(PF_INET6, &SCTP_BASE_INFO(udp6_tun_socket),