/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares_ipv6.h | 36 struct addrinfo struct 42 ares_socklen_t ai_addrlen; /* Follow rfc3493 struct addrinfo */ argument 45 struct addrinfo *ai_next; argument
|
/external/python/cpython3/Modules/ |
D | addrinfo.h | 127 struct addrinfo { struct 135 struct addrinfo *ai_next; /* next structure in linked list */ argument
|
/external/python/cpython2/Modules/ |
D | addrinfo.h | 127 struct addrinfo { struct 135 struct addrinfo *ai_next; /* next structure in linked list */ argument
|
/external/musl/include/ |
D | netdb.h | 16 struct addrinfo { struct 24 struct addrinfo *ai_next; argument
|
/external/libwebsockets/include/ |
D | libwebsockets.h | 440 struct addrinfo { struct 448 struct addrinfo *ai_next; argument
|
/external/libpcap/ |
D | sockutils.c | 315 SOCKET sock_open(struct addrinfo *addrinfo, int server, int nconn, char *errbuf, int errbuflen) in sock_open() 719 struct addrinfo *hints, struct addrinfo **addrinfo, char *errbuf, int errbuflen) in sock_initaddress() 1325 struct addrinfo *addrinfo, *ai_next; in sock_check_hostlist() local 1672 struct addrinfo *addrinfo; in sock_present2network() local
|
D | pcap-rpcap.c | 997 …struct addrinfo hints, *addrinfo, *ai_next; /* temp var needed to translate between hostname to it… in rpcap_remoteact_getsock() local 1070 struct addrinfo *addrinfo; /* temp, needed to open a socket connection */ in pcap_startcapture_remote() local 2188 …struct addrinfo *addrinfo; /* temp variable needed to resolve hostnames into to socket representat… in rpcap_setup_session() local 2789 struct addrinfo *addrinfo; /* keeps the addrinfo chain; required to open a new socket */ in pcap_remoteact_accept_ex() local 2982 …struct addrinfo hints, *addrinfo, *ai_next; /* temp var needed to translate between hostname to it… in pcap_remoteact_close() local
|
D | gencode.c | 127 struct addrinfo { struct 135 struct addrinfo *ai_next; /* next structure in linked list */ argument
|
/external/libpcap/rpcapd/ |
D | rpcapd.c | 558 struct addrinfo *addrinfo; // keeps the addrinfo chain; required to open a new socket in main_startup() local 1330 struct addrinfo *addrinfo; // keeps the addrinfo chain; required to open a new socket in main_active() local
|
D | daemon.c | 1953 struct addrinfo *addrinfo; // temp, needed to open a socket connection in daemon_msg_startcap_req() local
|
/external/libiio/src/ |
D | network.c | 86 struct addrinfo *addrinfo; member 575 static int do_create_socket(const struct addrinfo *addrinfo) in do_create_socket() 606 static int do_create_socket(const struct addrinfo *addrinfo) in do_create_socket() 632 static int do_connect(int fd, const struct addrinfo *addrinfo, in do_connect() 701 static int create_socket(const struct addrinfo *addrinfo, unsigned int timeout) in create_socket()
|
/external/curl/lib/ |
D | curl_addrinfo.c | 572 void Curl_addrinfo_set_port(struct Curl_addrinfo *addrinfo, int port) in Curl_addrinfo_set_port()
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 1165 hints: *const addrinfo, in getaddrinfo() 1166 res: *mut *mut addrinfo, in getaddrinfo() 1174 pub fn freeaddrinfo(res: *mut addrinfo); in freeaddrinfo()
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1635 hints: *const addrinfo, in getaddrinfo() 1636 res: *mut *mut addrinfo, in getaddrinfo() 1640 pub fn freeaddrinfo(res: *mut addrinfo); in freeaddrinfo()
|
/external/toybox/toys/pending/ |
D | ip.c | 59 } addrinfo; variable
|
/external/mdnsresponder/mDNSShared/ |
D | uds_daemon.c | 196 } addrinfo; member
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3745 hints: *const addrinfo, in getaddrinfo() 3746 res: *mut *mut addrinfo, in getaddrinfo() 3748 pub fn freeaddrinfo(res: *mut addrinfo); in freeaddrinfo()
|