Searched refs:addrinfo (Results 26 - 50 of 108) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evhttp/
H A Dhttp-internal.h34 struct addrinfo;
H A Dhttp.c146 struct addrinfo { struct
152 struct addrinfo *ai_next;
155 fake_getaddrinfo(const char *hostname, struct addrinfo *ai)
183 fake_freeaddrinfo(struct addrinfo *ai)
201 static int bind_socket_ai(int family, struct addrinfo *, int reuse);
2733 static struct addrinfo *
2737 struct addrinfo ai, *aitop;
2793 bind_socket_ai(int family, struct addrinfo *ai, int reuse)
2842 static struct addrinfo *
2845 struct addrinfo *aito
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Dhttp-internal.h34 struct addrinfo;
H A Dhttp.c145 struct addrinfo { struct
151 struct addrinfo *ai_next;
154 fake_getaddrinfo(const char *hostname, struct addrinfo *ai)
182 fake_freeaddrinfo(struct addrinfo *ai)
200 static int bind_socket_ai(struct addrinfo *, int reuse);
2673 static struct addrinfo *
2677 struct addrinfo ai, *aitop;
2733 bind_socket_ai(struct addrinfo *ai, int reuse)
2776 static struct addrinfo *
2779 struct addrinfo *aito
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dasyn-thread.c152 const struct addrinfo *hints);
166 struct addrinfo hints;
207 const struct addrinfo *hints)
344 const struct addrinfo *hints)
558 struct addrinfo hints;
H A Dhostip.h51 struct addrinfo;
H A Dhostip4.c142 struct addrinfo hints;
H A Dhostip6.c159 * successful, the 'addrinfo' is returned and the forth argument will point to
168 struct addrinfo hints;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dhost.c181 addrinfo. */
184 address_list_from_addrinfo (const struct addrinfo *ai)
187 const struct addrinfo *ptr;
373 const struct addrinfo *hints;
374 struct addrinfo **res;
391 const struct addrinfo *hints, struct addrinfo **res,
751 struct addrinfo hints, *res;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evrtsp/
H A Drtsp.c150 struct addrinfo { struct
156 struct addrinfo *ai_next;
159 fake_getaddrinfo(const char *hostname, struct addrinfo *ai)
187 fake_freeaddrinfo(struct addrinfo *ai)
205 static int bind_socket_ai(int family, struct addrinfo *, int reuse);
1604 static struct addrinfo *
1608 struct addrinfo ai, *aitop;
1666 bind_socket_ai(int family, struct addrinfo *ai, int reuse)
1715 static struct addrinfo *
1718 struct addrinfo *aito
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Durl.c41 struct addrinfo hints = { 0 }, *ai;
H A Dsctp.c158 struct addrinfo *ai, *cur_ai;
159 struct addrinfo hints = { 0 };
H A Dudp.c210 static struct addrinfo* udp_resolve_host(const char *hostname, int port,
213 struct addrinfo hints = { 0 }, *res = 0;
247 struct addrinfo *sourceaddr = udp_resolve_host(sources[i], 0,
277 struct addrinfo *sourceaddr = udp_resolve_host(sources[i], 0,
312 struct addrinfo *res0;
328 struct addrinfo *res0 = NULL, *res = NULL;
H A Drtpproto.c92 static struct addrinfo* rtp_resolve_host(const char *hostname, int port,
95 struct addrinfo hints = { 0 }, *res = 0;
218 struct addrinfo *ai = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dudp.c140 static struct addrinfo* udp_resolve_host(const char *hostname, int port,
143 struct addrinfo hints, *res = 0;
170 struct addrinfo *res0;
186 struct addrinfo *res0 = NULL, *res = NULL;
H A Dtcp.c40 struct addrinfo hints, *ai, *cur_ai;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dnametoaddr.c123 struct addrinfo *
126 struct addrinfo hints, *res;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/miniupnp/
H A Dconnecthostport.c64 struct addrinfo *ai, *p;
65 struct addrinfo hints;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/misc/
H A Dfce.c76 struct addrinfo hints, *servinfo, *p;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dusockfd.c88 struct addrinfo hints, *servinfo, *p;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Db_sock.c89 * [get|free]addrinfo and getnameinfo. This is because WinSock uses
650 const struct addrinfo *, struct addrinfo **);
656 void (WSAAPI *f) (struct addrinfo *);
660 struct addrinfo *res, hint;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Db_sock.c89 * [get|free]addrinfo and getnameinfo. This is because WinSock uses
650 const struct addrinfo *, struct addrinfo **);
656 void (WSAAPI *f) (struct addrinfo *);
660 struct addrinfo *res, hint;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/setkey/
H A Dparse.y84 static struct addrinfo *parse_addr __P((char *, char *, int));
522 struct addrinfo *res;
854 static struct addrinfo *
860 struct addrinfo hints, *res = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dinet_common.c171 struct addrinfo req, *ai;
H A Dxconnect.c127 struct addrinfo *result = NULL;
130 struct addrinfo hint;

Completed in 155 milliseconds

12345