Home
last modified time | relevance | path

Searched refs:ff_socket (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavformat/
Dnetwork.h308 int ff_socket(int domain, int type, int protocol);
Dunix.c72 if ((fd = ff_socket(AF_UNIX, s->type, 0)) < 0) in unix_open()
Dnetwork.c183 int ff_socket(int af, int type, int proto) in ff_socket() function
366 attempt->fd = ff_socket(ai->ai_family, ai->ai_socktype, ai->ai_protocol); in start_connect_attempt()
Dsctp.c223 fd = ff_socket(cur_ai->ai_family, SOCK_STREAM, IPPROTO_SCTP); in sctp_open()
Dtcp.c173 fd = ff_socket(cur_ai->ai_family, in tcp_open()
Dudp.c351 udp_fd = ff_socket(res->ai_family, SOCK_DGRAM, IPPROTO_UDPLITE); in udp_socket_create()
353 udp_fd = ff_socket(res->ai_family, SOCK_DGRAM, 0); in udp_socket_create()