Home
last modified time | relevance | path

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

/third_party/node/deps/cares/src/lib/
Dares_ipv6.h51 struct addrinfo { struct
56 ares_socklen_t ai_addrlen; /* Follow rfc3493 struct addrinfo */ argument
59 struct addrinfo *ai_next; argument
/third_party/lwip/src/include/lwip/
Dnetdb.h103 struct addrinfo { struct
111 struct addrinfo *ai_next; /* Pointer to next in list. */ argument
138 #define freeaddrinfo(addrinfo) lwip_freeaddrinfo(addrinfo) argument
/third_party/python/Modules/
Daddrinfo.h127 struct addrinfo { struct
135 struct addrinfo *ai_next; /* next structure in linked list */ argument
/third_party/ffmpeg/libavformat/
Dnetwork.h137 struct addrinfo { struct
145 struct addrinfo *ai_next; argument
/third_party/musl/porting/uniproton/kernel/include/
Dnetdb.h16 struct addrinfo { struct
24 struct addrinfo *ai_next; argument
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dnetdb.h16 struct addrinfo { struct
24 struct addrinfo *ai_next; argument
/third_party/musl/porting/liteos_m/kernel/include/
Dnetdb.h16 struct addrinfo { struct
24 struct addrinfo *ai_next; argument
/third_party/musl/porting/liteos_a/kernel/include/
Dnetdb.h16 struct addrinfo { struct
24 struct addrinfo *ai_next; argument
/third_party/musl/include/
Dnetdb.h16 struct addrinfo { struct
24 struct addrinfo *ai_next; argument
/third_party/libwebsockets/include/
Dlibwebsockets.h442 struct addrinfo { struct
450 struct addrinfo *ai_next; argument
/third_party/ltp/testcases/network/lib6/
Dgetaddrinfo_01.c43 int (*test_cb)(struct addrinfo *)) in verify_res()
110 int (*test_cb)(struct addrinfo *)) in check_addrinfo()
/third_party/lwip/src/include/lwip/priv/
Daltcp_priv.h116 altcp_get_tcp_addrinfo_fn addrinfo; member
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
Dsocket.cc219 lock([&](SOCKET socket, const addrinfo*) { in Accept()
/third_party/curl/lib/
Dcurl_addrinfo.c569 void Curl_addrinfo_set_port(struct Curl_addrinfo *addrinfo, int port) in Curl_addrinfo_set_port()
/third_party/node/deps/openssl/openssl/crypto/bio/
Dbio_local.h53 # define addrinfo __addrinfo64 macro
/third_party/openssl/crypto/bio/
Dbio_local.h53 # define addrinfo __addrinfo64 macro
/third_party/rust/crates/libc/src/unix/
Dmod.rs1201 hints: *const addrinfo, in getaddrinfo()
1202 res: *mut *mut addrinfo, in getaddrinfo()
1210 pub fn freeaddrinfo(res: *mut addrinfo); in freeaddrinfo()
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1640 hints: *const addrinfo, in getaddrinfo()
1641 res: *mut *mut addrinfo, in getaddrinfo()
1645 pub fn freeaddrinfo(res: *mut addrinfo); in freeaddrinfo()
/third_party/toybox/toys/pending/
Dip.c59 } addrinfo; variable
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3760 hints: *const addrinfo, in getaddrinfo()
3761 res: *mut *mut addrinfo, in getaddrinfo()
3763 pub fn freeaddrinfo(res: *mut addrinfo); in freeaddrinfo()