/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-udpserver.c | 203 struct addrinfo hints; /* hints for getaddrinfo() */ in main() local
|
H A D | ns-udpclient.c | 151 struct addrinfo hints; /* hints for getaddrinfo() */ in main() local
|
/third_party/lwip/src/api/ |
H A D | netdb.c | 268 lwip_getaddrinfo(const char *nodename, const char *servname, const struct addrinfo *hints, struct addrinfo **res) lwip_getaddrinfo() argument [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/ |
H A D | netdb_test.cpp | 23 addrinfo hints; in HWTEST_F() local 41 addrinfo hints; in HWTEST_F() local 75 addrinfo hints; in HWTEST_F() local 101 addrinfo hints; HWTEST_F() local [all...] |
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/ |
H A D | socket.cc | 92 addrinfo hints = {}; in create() local
|
/third_party/pulseaudio/src/pulse/ |
H A D | util.c | 329 struct addrinfo *a = NULL, hints; in pa_get_fqdn() local
|
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
H A D | dns_manager.cpp | 121 int32_t DnsManager::GetAddrInfo(const std::string &hostName, const std::string &serverName, const AddrInfo &hints, in GetAddrInfo() argument
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/ |
H A D | coap_client.c | 56 struct addrinfo hints; in CoapResolveAddress() local 148 static void InitAddrinfo(struct addrinfo *hints) in InitAddrinfo() argument 162 struct addrinfo hints; CoapGetContextEx() local 296 struct addrinfo hints; CoapGetSessionEx() local [all...] |
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | libata.h | 207 sata_pmp_set_lpm(struct ata_link *link, enum ata_lpm_policy policy, unsigned hints) sata_pmp_set_lpm() argument
|
/kernel/linux/linux-5.10/tools/usb/usbip/src/ |
H A D | usbip_network.c | 263 struct addrinfo hints, *res, *rp; in usbip_net_tcp_connect() local
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | libata.h | 186 sata_pmp_set_lpm(struct ata_link *link, enum ata_lpm_policy policy, unsigned hints) sata_pmp_set_lpm() argument
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | mshyperv.h | 35 u32 hints; member
|
/kernel/linux/linux-6.6/tools/usb/usbip/src/ |
H A D | usbip_network.c | 263 struct addrinfo hints, *res, *rp; in usbip_net_tcp_connect() local
|
/third_party/ffmpeg/libavdevice/ |
H A D | alsa.c | 365 void **hints, **n; in ff_alsa_get_device_list() local
|
/third_party/ffmpeg/libavformat/ |
H A D | os_support.c | 66 ff_getaddrinfo(const char *node, const char *service, const struct addrinfo *hints, struct addrinfo **res) ff_getaddrinfo() argument
|
H A D | sctp.c | 181 struct addrinfo hints = { 0 }; in sctp_open() local
|
H A D | tcp.c | 105 struct addrinfo hints = { 0 }, *ai, *cur_ai; in tcp_open() local
|
H A D | url.c | 43 struct addrinfo hints = { 0 }, *ai; in ff_url_join() local
|
/third_party/curl/lib/ |
H A D | curl_addrinfo.c | 106 Curl_getaddrinfo_ex(const char *nodename, const char *servname, const struct addrinfo *hints, struct Curl_addrinfo **result) Curl_getaddrinfo_ex() argument 542 curl_dbg_getaddrinfo(const char *hostname, const char *service, const struct addrinfo *hints, struct addrinfo **result, int line, const char *source) curl_dbg_getaddrinfo() argument
|
/third_party/libuv/src/win/ |
H A D | getaddrinfo.c | 85 struct addrinfoW* hints; in uv__getaddrinfo_work() local 238 uv_getaddrinfo(uv_loop_t* loop, uv_getaddrinfo_t* req, uv_getaddrinfo_cb getaddrinfo_cb, const char* node, const char* service, const struct addrinfo* hints) uv_getaddrinfo() argument [all...] |
/third_party/libuv/test/ |
H A D | test-threadpool-cancel.c | 203 struct addrinfo hints; in TEST_IMPL() local
|
/third_party/libcoap/src/ |
H A D | coap_address.c | 420 struct addrinfo hints; in coap_resolve_address_info() local
|
/third_party/mbedtls/library/ |
H A D | net_sockets.c | 167 struct addrinfo hints, *addr_list, *cur; in mbedtls_net_connect() local 225 struct addrinfo hints, *addr_list, *cur; in mbedtls_net_bind() local [all...] |
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-objects-general.c | 210 static const lit_magic_string_id_t hints[3] = variable
|
/third_party/ltp/lib/ |
H A D | tst_net.c | 211 safe_getaddrinfo(const char *file, const int lineno, const char *src_addr, const char *port, const struct addrinfo *hints, struct addrinfo **addr_info) safe_getaddrinfo() argument
|