Searched defs:hints (Results 1 – 13 of 13) sorted by relevance
66 const addrinfo hints = { in expectHasNetworking() local89 const addrinfo hints = { in expectNoNetworking() local
1002 const struct addrinfo hints = { in TEST_F() local1144 const struct addrinfo hints = { in interfaceHasAddress() local5561 const struct addrinfo hints = { in TEST_F() local
39 struct addrinfo hints; in socket_network_client() local
48 struct addrinfo hints; in socket_network_client_timeout() local
39 const struct addrinfo hints = { in main() local
110 struct addrinfo hints = { in resolveHostname() local
97 addrinfo *ai, hints = {.ai_flags = AI_NUMERICHOST | AI_NUMERICSERV}; in checkReachability() local
105 addrinfo hints = { in parsePrefix() local
219 addrinfo hints = { .ai_flags = AI_NUMERICHOST }, *src, *dst; in makeDiagMessage() local
147 addrinfo hints = { .ai_flags = AI_NUMERICHOST }; in sendDumpRequest() local
385 addrinfo *res, hints = { .ai_flags = AI_NUMERICHOST }; in setDnsForwarders() local
100 struct addrinfo hints, *ai; in string_to_ip() local
28778 u32 hints; member