Searched refs:udp_fd (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dudp.c46 int udp_fd; member in struct:__anon2280
185 int udp_fd = -1; local
196 udp_fd = socket(res->ai_family, SOCK_DGRAM, 0);
197 if (udp_fd > 0) break;
201 if (udp_fd < 0)
209 return udp_fd;
212 if (udp_fd >= 0)
213 closesocket(udp_fd);
268 if (connect(s->udp_fd, (struct sockaddr *) &s->dest_addr,
300 return s->udp_fd;
308 int port, udp_fd = -1, tmp, bind_ret = -1; local
[all...]
H A Dsapenc.c77 int udp_fd; local
168 udp_fd = ffurl_get_file_handle(sap->ann_fd);
169 if (getsockname(udp_fd, (struct sockaddr*) &localaddr, &addrlen)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dudp.c61 int udp_fd; member in struct:__anon3646
327 int udp_fd = -1; local
338 udp_fd = ff_socket(res->ai_family, SOCK_DGRAM, 0);
339 if (udp_fd != -1) break;
343 if (udp_fd < 0)
351 return udp_fd;
354 if (udp_fd >= 0)
355 closesocket(udp_fd);
412 if (connect(s->udp_fd, (struct sockaddr *) &s->dest_addr,
444 return s->udp_fd;
532 int port, udp_fd = -1, tmp, bind_ret = -1; local
[all...]
H A Dsapenc.c79 int udp_fd; local
177 udp_fd = ffurl_get_file_handle(sap->ann_fd);
178 if (getsockname(udp_fd, (struct sockaddr*) &localaddr, &addrlen)) {

Completed in 136 milliseconds