Searched refs:hints (Results 1 – 4 of 4) sorted by relevance
/inet/ |
A D | rexec.c | 52 struct addrinfo hints, *res0; in rexec_af() local 64 memset(&hints, '\0', sizeof(hints)); in rexec_af() 65 hints.ai_family = af; in rexec_af() 66 hints.ai_socktype = SOCK_STREAM; in rexec_af() 67 hints.ai_flags = AI_CANONNAME; in rexec_af() 68 gai = getaddrinfo(*ahost, servbuff, &hints, &res0); in rexec_af()
|
A D | tst-if_index-long.c | 51 struct addrinfo hints = { .ai_flags = AI_NUMERICHOST, }; in do_test() local 53 TEST_COMPARE (getaddrinfo (host, NULL, &hints, &ai), EAI_NONAME); in do_test()
|
A D | rcmd.c | 107 struct addrinfo hints, *res, *ai; in rcmd_af() local 133 memset(&hints, '\0', sizeof(hints)); in rcmd_af() 134 hints.ai_flags = AI_CANONNAME; in rcmd_af() 135 hints.ai_family = af; in rcmd_af() 136 hints.ai_socktype = SOCK_STREAM; in rcmd_af() 439 struct addrinfo hints, *res, *res0; in ruserok_af() local 443 memset (&hints, '\0', sizeof(hints)); in ruserok_af() 444 hints.ai_family = af; in ruserok_af() 653 struct addrinfo hints, *res0, *res; in __checkhost_sa() local 683 memset(&hints, '\0', sizeof(hints)); in __checkhost_sa() [all …]
|
A D | tst-inet6_scopeid_pton.c | 63 struct addrinfo hints = in call_gai() local 72 int ret = getaddrinfo (fulladdr, NULL, &hints, &ai); in call_gai()
|
Completed in 6 milliseconds