Searched refs:ff_socket (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | network.h | 308 int ff_socket(int domain, int type, int protocol);
|
D | unix.c | 72 if ((fd = ff_socket(AF_UNIX, s->type, 0)) < 0) in unix_open()
|
D | network.c | 183 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()
|
D | sctp.c | 223 fd = ff_socket(cur_ai->ai_family, SOCK_STREAM, IPPROTO_SCTP); in sctp_open()
|
D | tcp.c | 173 fd = ff_socket(cur_ai->ai_family, in tcp_open()
|
D | udp.c | 351 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()
|