HomeSort by relevance Sort by last modified time
    Searched defs:addrinfo (Results 101 - 115 of 115) sorted by null

1 2 3 45

  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/
netdb.h 113 struct addrinfo { struct
121 struct addrinfo *ai_next; /* next structure in linked list */
163 /* valid flags for addrinfo (not a standard def, apps should not use it) */
218 int getaddrinfo(const char *, const char *, const struct addrinfo *, struct addrinfo **);
220 void freeaddrinfo(struct addrinfo *);
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/
netdb.h 113 struct addrinfo { struct
121 struct addrinfo *ai_next; /* next structure in linked list */
163 /* valid flags for addrinfo (not a standard def, apps should not use it) */
218 int getaddrinfo(const char *, const char *, const struct addrinfo *, struct addrinfo **);
220 void freeaddrinfo(struct addrinfo *);
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/
netdb.h 113 struct addrinfo { struct
121 struct addrinfo *ai_next; /* next structure in linked list */
163 /* valid flags for addrinfo (not a standard def, apps should not use it) */
218 int getaddrinfo(const char *, const char *, const struct addrinfo *, struct addrinfo **);
220 void freeaddrinfo(struct addrinfo *);
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/
netdb.h 113 struct addrinfo { struct
121 struct addrinfo *ai_next; /* next structure in linked list */
163 /* valid flags for addrinfo (not a standard def, apps should not use it) */
218 int getaddrinfo(const char *, const char *, const struct addrinfo *, struct addrinfo **);
220 void freeaddrinfo(struct addrinfo *);
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/
netdb.h 113 struct addrinfo { struct
121 struct addrinfo *ai_next; /* next structure in linked list */
163 /* valid flags for addrinfo (not a standard def, apps should not use it) */
218 int getaddrinfo(const char *, const char *, const struct addrinfo *, struct addrinfo **);
220 void freeaddrinfo(struct addrinfo *);
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/
netdb.h 113 struct addrinfo { struct
121 struct addrinfo *ai_next; /* next structure in linked list */
163 /* valid flags for addrinfo (not a standard def, apps should not use it) */
218 int getaddrinfo(const char *, const char *, const struct addrinfo *, struct addrinfo **);
220 void freeaddrinfo(struct addrinfo *);
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/
netdb.h 113 struct addrinfo { struct
121 struct addrinfo *ai_next; /* next structure in linked list */
163 /* valid flags for addrinfo (not a standard def, apps should not use it) */
218 int getaddrinfo(const char *, const char *, const struct addrinfo *, struct addrinfo **);
220 void freeaddrinfo(struct addrinfo *);
  /external/libpcap/
pcap-rpcap.c 711 struct addrinfo hints; /* temp, needed to open a socket connection */
712 struct addrinfo *addrinfo; /* temp, needed to open a socket connection */ local
738 addrinfo = NULL;
757 memset(&hints, 0, sizeof(struct addrinfo));
764 if (sock_initaddress(host, RPCAP_DEFAULT_NETPORT, &hints, &addrinfo, fp->errbuf, PCAP_ERRBUF_SIZE) == -1)
770 if (sock_initaddress(host, ctrlport, &hints, &addrinfo, fp->errbuf, PCAP_ERRBUF_SIZE) == -1)
774 if ((sockctrl = sock_open(addrinfo, SOCKOPEN_CLIENT, 0, fp->errbuf, PCAP_ERRBUF_SIZE)) == INVALID_SOCKET)
777 freeaddrinfo(addrinfo);
778 addrinfo = NULL
919 struct addrinfo *addrinfo; \/* temp, needed to open a socket connection *\/ local
2084 struct addrinfo hints, *addrinfo, *ai_next; \/* temp var needed to translate between hostname to its address *\/ local
    [all...]
gencode.c 130 struct addrinfo { struct
138 struct addrinfo *ai_next; /* next structure in linked list */
143 #include <netdb.h> /* for "struct addrinfo" */
288 * any addrinfo structure that would need to be freed.
290 struct addrinfo *ai;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
netdb.h 543 struct addrinfo struct
552 struct addrinfo *ai_next; /* Pointer to next in list. */
561 const struct addrinfo *ar_request; /* Additional request specification. */
562 struct addrinfo *ar_result; /* Pointer to result. */
573 /* Possible values for `ai_flags' field in `addrinfo' structure. */
640 __const struct addrinfo *__restrict __req,
641 struct addrinfo **__restrict __pai);
643 /* Free `addrinfo' structure AI including associated storage. */
644 extern void freeaddrinfo (struct addrinfo *__ai) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
netdb.h 569 struct addrinfo struct
578 struct addrinfo *ai_next; /* Pointer to next in list. */
587 const struct addrinfo *ar_request; /* Additional request specification. */
588 struct addrinfo *ar_result; /* Pointer to result. */
599 /* Possible values for `ai_flags' field in `addrinfo' structure. */
666 __const struct addrinfo *__restrict __req,
667 struct addrinfo **__restrict __pai);
669 /* Free `addrinfo' structure AI including associated storage. */
670 extern void freeaddrinfo (struct addrinfo *__ai) __THROW;
  /external/toybox/toys/pending/
ip.c 55 } addrinfo; variable in typeref:struct:__anon35265
760 if (TT.is_addr && addrinfo.label && fnmatch(addrinfo.label, link->iface, 0))
967 if ((addrinfo.scope ^ ifa->ifa_scope)&addrinfo.scopemask) return 0;
968 if (addrinfo.ifindex && addrinfo.ifindex != ifa->ifa_index) return 0;
970 if (flag_l && addrinfo.label && ifa->ifa_family == AF_INET6) return 0;
974 if (addrinfo.label && fnmatch(addrinfo.label, label, 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2tcpip.h 182 typedef struct addrinfo { struct
190 struct addrinfo *ai_next;
204 typedef __MINGW_NAME_AW(ADDRINFO) ADDRINFOT,*PADDRINFOT;
206 typedef ADDRINFOA ADDRINFO,*LPADDRINFO;
234 WINSOCK_API_LINKAGE int WSAAPI getaddrinfo(const char *nodename,const char *servname,const struct addrinfo *hints,struct addrinfo **res);
240 typedef int (WSAAPI *LPFN_GETADDRINFO)(const char *nodename,const char *servname,const struct addrinfo *hints,struct addrinfo **res);
256 typedef void (WSAAPI *LPFN_FREEADDRINFO)(struct addrinfo *ai);
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 196 } addrinfo; member in union:request_state::__anon27030
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 993 CHECK_TYPE_SIZE(addrinfo); variable
    [all...]

Completed in 7734 milliseconds

1 2 3 45