Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_ipv6.h36 struct addrinfo struct
42 ares_socklen_t ai_addrlen; /* Follow rfc3493 struct addrinfo */ argument
45 struct addrinfo *ai_next; argument
/external/python/cpython3/Modules/
Daddrinfo.h127 struct addrinfo { struct
135 struct addrinfo *ai_next; /* next structure in linked list */ argument
/external/python/cpython2/Modules/
Daddrinfo.h127 struct addrinfo { struct
135 struct addrinfo *ai_next; /* next structure in linked list */ argument
/external/musl/include/
Dnetdb.h16 struct addrinfo { struct
24 struct addrinfo *ai_next; argument
/external/libwebsockets/include/
Dlibwebsockets.h440 struct addrinfo { struct
448 struct addrinfo *ai_next; argument
/external/libpcap/
Dsockutils.c315 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
Dpcap-rpcap.c997 …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
Dgencode.c127 struct addrinfo { struct
135 struct addrinfo *ai_next; /* next structure in linked list */ argument
/external/libpcap/rpcapd/
Drpcapd.c558 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
Ddaemon.c1953 struct addrinfo *addrinfo; // temp, needed to open a socket connection in daemon_msg_startcap_req() local
/external/libiio/src/
Dnetwork.c86 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/
Dcurl_addrinfo.c572 void Curl_addrinfo_set_port(struct Curl_addrinfo *addrinfo, int port) in Curl_addrinfo_set_port()
/external/rust/crates/libc/src/unix/
Dmod.rs1165 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/
Dmod.rs1635 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/
Dip.c59 } addrinfo; variable
/external/mdnsresponder/mDNSShared/
Duds_daemon.c196 } addrinfo; member
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3745 hints: *const addrinfo, in getaddrinfo()
3746 res: *mut *mut addrinfo, in getaddrinfo()
3748 pub fn freeaddrinfo(res: *mut addrinfo); in freeaddrinfo()