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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnetwork.h266 int ff_socket(int domain, int type, int protocol);
H A Dunix.c73 if ((fd = ff_socket(AF_UNIX, s->type, 0)) < 0)
H A Dnetwork.c237 int ff_socket(int af, int type, int proto) function
H A Dtcp.c119 fd = ff_socket(cur_ai->ai_family,
H A Dsctp.c201 fd = ff_socket(cur_ai->ai_family, SOCK_STREAM, IPPROTO_SCTP);
H A Dudp.c338 udp_fd = ff_socket(res->ai_family, SOCK_DGRAM, 0);

Completed in 161 milliseconds