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

1 2 3 4 5

  /external/c-ares/
ares_ipv6.h 36 struct addrinfo struct
42 ares_socklen_t ai_addrlen; /* Follow rfc3493 struct addrinfo */
45 struct addrinfo *ai_next;
  /external/syslinux/core/lwip/src/include/lwip/
netdb.h 83 struct addrinfo { struct
91 struct addrinfo *ai_next; /* Pointer to next in list. */
103 void lwip_freeaddrinfo(struct addrinfo *ai);
106 const struct addrinfo *hints,
107 struct addrinfo **res);
113 #define freeaddrinfo(addrinfo) lwip_freeaddrinfo(addrinfo)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
addrinfo.h 91 /* valid flags for addrinfo */
128 struct addrinfo { struct
136 struct addrinfo *ai_next; /* next structure in linked list */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
addrinfo.h 91 /* valid flags for addrinfo */
127 struct addrinfo { struct
135 struct addrinfo *ai_next; /* next structure in linked list */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
addrinfo.h 100 /* valid flags for addrinfo */
137 struct addrinfo { struct
145 struct addrinfo *ai_next; /* next structure in linked list */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
addrinfo.h 91 /* valid flags for addrinfo */
128 struct addrinfo { struct
136 struct addrinfo *ai_next; /* next structure in linked list */
  /external/libpcap/
pcap-new.c 92 struct addrinfo hints; /* temp variable needed to resolve hostnames into to socket representation */
93 struct addrinfo *addrinfo; /* temp variable needed to resolve hostnames into to socket representation */ local
366 addrinfo = NULL;
368 memset(&hints, 0, sizeof(struct addrinfo));
375 if (sock_initaddress(host, RPCAP_DEFAULT_NETPORT, &hints, &addrinfo, errbuf, PCAP_ERRBUF_SIZE) == -1)
380 if (sock_initaddress(host, port, &hints, &addrinfo, errbuf, PCAP_ERRBUF_SIZE) == -1)
384 if ((sockctrl = sock_open(addrinfo, SOCKOPEN_CLIENT, 0, errbuf, PCAP_ERRBUF_SIZE)) == -1)
387 /* addrinfo is no longer used */
388 freeaddrinfo(addrinfo);
1005 struct addrinfo *addrinfo; \/* keeps the addrinfo chain; required to open a new socket *\/ local
1137 struct addrinfo hints, *addrinfo, *ai_next; \/* temp var needed to translate between hostname to its address *\/ local
    [all...]
sockutils.c 263 * \param addrinfo: pointer to an addrinfo variable which will be used to
283 SOCKET sock_open(struct addrinfo *addrinfo, int server, int nconn, char *errbuf, int errbuflen)
287 sock = socket(addrinfo->ai_family, addrinfo->ai_socktype, addrinfo->ai_protocol);
305 if (addrinfo->ai_family == PF_INET6)
319 if (bind(sock, addrinfo->ai_addr, (int) addrinfo->ai_addrlen) != 0
875 struct addrinfo *addrinfo, *ai_next; local
1204 struct addrinfo *addrinfo; local
    [all...]
  /external/netperf/src/missing/
getaddrinfo.h 146 #define addrinfo my_addrinfo macro
208 * struct addrinfo.
210 struct addrinfo { struct
218 struct addrinfo *ai_next;
226 void freeaddrinfo(struct addrinfo *);
227 int getaddrinfo(const char *, const char *, const struct addrinfo *,
228 struct addrinfo **);
  /external/openssh/openbsd-compat/
fake-rfc2553.h 138 struct addrinfo { struct
146 struct addrinfo *ai_next; /* next structure in linked list */
156 const struct addrinfo *, struct addrinfo **);
166 void freeaddrinfo(struct addrinfo *);
  /external/python/cpython2/Modules/
addrinfo.h 91 /* valid flags for addrinfo */
127 struct addrinfo { struct
135 struct addrinfo *ai_next; /* next structure in linked list */
  /bionic/libc/include/
netdb.h 110 struct addrinfo { struct
118 struct addrinfo *ai_next; /* next structure in linked list */
160 /* valid flags for addrinfo (not a standard def, apps should not use it) */
223 int getaddrinfo(const char*, const char*, const struct addrinfo*, struct addrinfo**);
226 void freeaddrinfo(struct addrinfo*);
  /development/ndk/platforms/android-21/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) */
243 int getaddrinfo(const char *, const char *, const struct addrinfo *, struct addrinfo **);
245 void freeaddrinfo(struct addrinfo *);
  /development/ndk/platforms/android-9/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 *);
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 169 struct addrinfo { struct
180 struct addrinfo *ai_next; /**< next structure in linked list */
218 /* valid flags for addrinfo (not a standard def, apps should not use it) */
259 const struct addrinfo * __restrict,
260 struct addrinfo ** __restrict);
264 void freeaddrinfo (struct addrinfo *);
  /prebuilts/ndk/r10/platforms/android-12/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/r10/platforms/android-12/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/r10/platforms/android-12/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 *);
  /prebuilts/ndk/r10/platforms/android-13/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/r10/platforms/android-13/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/r10/platforms/android-13/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 *);
  /prebuilts/ndk/r10/platforms/android-14/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/r10/platforms/android-14/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/r10/platforms/android-14/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 *);
  /prebuilts/ndk/r10/platforms/android-15/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 *);

Completed in 418 milliseconds

1 2 3 4 5