Searched refs:ai_socktype (Results 1 - 25 of 81) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_addrinfo.h54 int ai_socktype; member in struct:Curl_addrinfo
H A Dcurl_addrinfo.c165 ca->ai_socktype = ai->ai_socktype;
246 * int ai_socktype;
328 ai->ai_socktype = SOCK_STREAM;
H A Dhostip4.c148 hints.ai_socktype = SOCK_STREAM;
H A Dhostip6.c200 hints.ai_socktype = conn->socktype;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/missing/
H A Daddrinfo.h43 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
44 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
84 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
H A Dgetaddrinfo.c138 "servname not supported for ai_socktype", /* EAI_SERVICE */
139 "ai_socktype not supported", /* EAI_SOCKTYPE */
248 pai->ai_socktype = ANY;
276 switch (pai->ai_socktype) {
282 pai->ai_socktype = SOCK_DGRAM;
285 pai->ai_socktype = SOCK_STREAM;
288 pai->ai_socktype = SOCK_RAW;
317 if (pai->ai_socktype == ANY) {
319 pai->ai_socktype = SOCK_DGRAM;
328 switch (pai->ai_socktype) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libads/
H A Dsmb_krb5_locator.c198 ret = cbfunc(cbdata, out->ai_socktype, out->ai_addr);
305 aihints.ai_socktype = socktype;
353 aihints.ai_socktype = socktype;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/missing/
H A Daddrinfo.h45 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
46 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
74 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/Win32/Include/
H A Daddrinfo.h45 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
46 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
74 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
H A Dip6_misc.h155 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/server/
H A Dresolve.c136 hints.ai_socktype = SOCK_STREAM;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dnslookup.c63 hint.ai_socktype = SOCK_STREAM;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/misc/
H A Dfce.c87 hints.ai_socktype = SOCK_DGRAM;
96 if ((sockfd = socket(p->ai_family, p->ai_socktype,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dusockfd.c93 hints.ai_socktype = SOCK_STREAM;
103 if ((sockfd = socket(p->ai_family, p->ai_socktype, p->ai_protocol)) == -1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dtcp.c67 hints.ai_socktype = SOCK_STREAM;
81 fd = socket(cur_ai->ai_family, cur_ai->ai_socktype, cur_ai->ai_protocol);
H A Dnetwork.h88 int ai_socktype; member in struct:addrinfo
H A Dos_support.c152 ai->ai_socktype = hints ? hints->ai_socktype : 0;
153 switch (ai->ai_socktype) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/Win32/Src/
H A Dgetaddrinfo.c213 "servname not supported for ai_socktype", /* EAI_SERVICE */
214 "ai_socktype not supported", /* EAI_SOCKTYPE */
332 pai->ai_socktype = ANY;
364 if (pai->ai_socktype != ANY && pai->ai_protocol != ANY) {
372 if (pai->ai_socktype == ex->e_socktype
414 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex)))
421 if (pai->ai_socktype == ANY && ex->e_socktype != ANY)
422 pai->ai_socktype = ex->e_socktype;
470 if (!MATCH(pai->ai_socktype, ex->e_socktype,
481 if (pai->ai_socktype
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devutil.c654 if (hints->ai_socktype == 0 && hints->ai_protocol == 0) {
659 tmp.ai_socktype = SOCK_STREAM; tmp.ai_protocol = IPPROTO_TCP;
663 tmp.ai_socktype = SOCK_DGRAM; tmp.ai_protocol = IPPROTO_UDP;
683 res->ai_socktype = hints->ai_socktype;
771 if (!hints->ai_protocol && hints->ai_socktype) {
772 if (hints->ai_socktype == SOCK_DGRAM)
774 else if (hints->ai_socktype == SOCK_STREAM)
779 if (!hints->ai_socktype && hints->ai_protocol) {
781 hints->ai_socktype
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dos_support.c126 ai->ai_socktype = hints ? hints->ai_socktype : 0;
127 switch (ai->ai_socktype) {
245 return "servname not supported for ai_socktype";
247 return "ai_socktype not supported";
H A Dtcp.c101 hints.ai_socktype = SOCK_STREAM;
120 cur_ai->ai_socktype,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_addrinfo.c137 answer->ai_socktype = SOCK_STREAM;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_network.c283 req.ai_socktype = SOCK_STREAM;
301 sock = socket (ainfo->ai_family, ainfo->ai_socktype, ainfo->ai_protocol);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/miniupnp/
H A Dconnecthostport.c141 hints.ai_socktype = SOCK_STREAM;
173 s = socket(p->ai_family, p->ai_socktype, p->ai_protocol);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/dsi/
H A Ddsi_tcp.c290 hints.ai_socktype = SOCK_STREAM;
315 if ((dsi->serversock = socket(p->ai_family, p->ai_socktype, p->ai_protocol)) == -1) {
380 hints.ai_socktype = SOCK_STREAM;

Completed in 166 milliseconds

1234