• Home
  • Raw
  • Download

Lines Matching refs:hints

211         const addrinfo hints = {  in TEST_F()  local
222 int rv = resolv_getaddrinfo("localhost", nullptr /*servname*/, &hints, &mNetcontext, in TEST_F()
237 const addrinfo hints = { in TEST_F() local
241 int rv = resolv_getaddrinfo("localhost", nullptr /*servname*/, &hints, &mNetcontext, in TEST_F()
253 const addrinfo hints = { in TEST_F() local
269 int rv = resolv_getaddrinfo("localhost", service, &hints, &mNetcontext, in TEST_F()
312 const addrinfo hints = { in TEST_F() local
318 int rv = resolv_getaddrinfo("localhost", nullptr /*servname*/, &hints, &mNetcontext, in TEST_F()
386 const addrinfo hints = { in TEST_F() local
394 int rv = resolv_getaddrinfo("localhost", config.servname, &hints, &mNetcontext, in TEST_F()
470 const addrinfo hints = {.ai_family = AF_INET6}; in TEST_F() local
472 int rv = resolv_getaddrinfo("v4only", nullptr, &hints, &mNetcontext, APP_SOCKET_NONE, &result, in TEST_F()
569 const addrinfo hints = {.ai_family = config.ai_family}; in TEST_F() local
571 int rv = resolv_getaddrinfo("sawadee", nullptr, &hints, &mNetcontext, APP_SOCKET_NONE, in TEST_F()
613 const addrinfo hints = {.ai_family = family}; in TEST_F() local
615 int rv = resolv_getaddrinfo(hostname, nullptr, &hints, &mNetcontext, APP_SOCKET_NONE, in TEST_F()
653 const addrinfo hints = {.ai_family = AF_UNSPEC}; in TEST_F() local
655 int rv = resolv_getaddrinfo(host_name, nullptr, &hints, &mNetcontext, APP_SOCKET_NONE, in TEST_F()
860 const addrinfo hints = {.ai_family = AF_UNSPEC}; in TEST_F() local
862 int rv = resolv_getaddrinfo("hello", nullptr, &hints, &mNetcontext, APP_SOCKET_NONE, &result, in TEST_F()
968 const addrinfo hints = {.ai_family = config.ai_family, .ai_socktype = SOCK_DGRAM}; in TEST_F() local
970 int rv = resolv_getaddrinfo("hello.local", nullptr, &hints, &mNetcontext, APP_SOCKET_NONE, in TEST_F()
1021 const addrinfo hints = {.ai_family = family}; in TEST_F() local
1023 int rv = resolv_getaddrinfo("hello^.local", nullptr, &hints, &mNetcontext, APP_SOCKET_NONE, in TEST_F()
1048 const addrinfo hints = {.ai_family = family}; in TEST_F() local
1050 int rv = resolv_getaddrinfo("hello.local", nullptr, &hints, &mNetcontext, APP_SOCKET_NONE, in TEST_F()
1084 const addrinfo hints = {.ai_family = config.family}; in TEST_F() local
1086 int rv = resolv_getaddrinfo(config.name, nullptr, &hints, &mNetcontext, APP_SOCKET_NONE, in TEST_F()
1135 const addrinfo hints = {.ai_family = family}; in TEST_F() local
1137 int rv = resolv_getaddrinfo(config.name, nullptr, &hints, &mNetcontext, APP_SOCKET_NONE, in TEST_F()
1157 const addrinfo hints = {.ai_family = family}; in TEST_F() local
1159 int rv = resolv_getaddrinfo("hello", nullptr, &hints, &mNetcontext, APP_SOCKET_NONE, &res, in TEST_F()
1188 const addrinfo hints = {.ai_family = family, .ai_socktype = SOCK_STREAM}; in TEST_F() local
1190 int rv = resolv_getaddrinfo("hello", nullptr, &hints, &mNetcontext, APP_SOCKET_NONE, &res, in TEST_F()
1326 const addrinfo hints = {.ai_family = config.ai_family}; in TEST_F() local
1328 int rv = resolv_getaddrinfo("hello", nullptr, &hints, &mNetcontext, APP_SOCKET_NONE, in TEST_F()
1371 const addrinfo hints = {.ai_family = AF_INET}; in TEST_F() local
1373 int rv = resolv_getaddrinfo("hello", nullptr, &hints, &mNetcontext, APP_SOCKET_NONE, &result, in TEST_F()