Home
last modified time | relevance | path

Searched defs:addrinfo (Results 1 – 12 of 12) sorted by relevance

/external/c-ares/
Dares_ipv6.h36 struct addrinfo struct
42 ares_socklen_t ai_addrlen; /* Follow rfc3493 struct addrinfo */ argument
45 struct addrinfo *ai_next; argument
/external/netperf/src/missing/
Dgetaddrinfo.h146 #define addrinfo my_addrinfo macro
210 struct addrinfo { struct
218 struct addrinfo *ai_next; argument
/external/syslinux/core/lwip/src/include/lwip/
Dnetdb.h83 struct addrinfo { struct
91 struct addrinfo *ai_next; /* Pointer to next in list. */ argument
113 #define freeaddrinfo(addrinfo) lwip_freeaddrinfo(addrinfo) argument
/external/python/cpython2/Modules/
Daddrinfo.h127 struct addrinfo { struct
135 struct addrinfo *ai_next; /* next structure in linked list */ argument
/external/openssh/openbsd-compat/
Dfake-rfc2553.h138 struct addrinfo { struct
146 struct addrinfo *ai_next; /* next structure in linked list */ argument
/external/libpcap/
Dsockutils.c283 SOCKET sock_open(struct addrinfo *addrinfo, int server, int nconn, char *errbuf, int errbuflen) in sock_open()
477 struct addrinfo *hints, struct addrinfo **addrinfo, char *errbuf, int errbuflen) in sock_initaddress()
875 struct addrinfo *addrinfo, *ai_next; in sock_check_hostlist() local
1204 struct addrinfo *addrinfo; in sock_present2network() local
Dpcap-new.c93 …struct addrinfo *addrinfo; /* temp variable needed to resolve hostnames into to socket representat… in pcap_findalldevs_ex() local
1005 struct addrinfo *addrinfo; /* keeps the addrinfo chain; required to open a new socket */ in pcap_remoteact_accept() local
1137 …struct addrinfo hints, *addrinfo, *ai_next; /* temp var needed to translate between hostname to it… in pcap_remoteact_close() local
Dpcap-rpcap.c712 struct addrinfo *addrinfo; /* temp, needed to open a socket connection */ in pcap_opensource_remote() local
919 struct addrinfo *addrinfo; /* temp, needed to open a socket connection */ in pcap_startcapture_remote() local
2084 …struct addrinfo hints, *addrinfo, *ai_next; /* temp var needed to translate between hostname to it… in rpcap_remoteact_getsock() local
Dgencode.c130 struct addrinfo { struct
138 struct addrinfo *ai_next; /* next structure in linked list */ argument
/external/curl/lib/
Dcurl_addrinfo.c571 void Curl_addrinfo_set_port(Curl_addrinfo *addrinfo, int port) in Curl_addrinfo_set_port()
/external/toybox/toys/pending/
Dip.c55 } addrinfo; variable
/external/mdnsresponder/mDNSShared/
Duds_daemon.c196 } addrinfo; member