Home
last modified time | relevance | path

Searched refs:af (Results 1 – 8 of 8) sorted by relevance

/nss/
A Ddigits_dots.c55 result, status, af, h_errnop); in __nss_hostname_digits_dots()
85 switch (af) in __nss_hostname_digits_dots_context()
96 af = res_use_inet6 () ? AF_INET6 : AF_INET; in __nss_hostname_digits_dots_context()
160 if (af == AF_INET) in __nss_hostname_digits_dots_context()
164 assert (af == AF_INET6); in __nss_hostname_digits_dots_context()
165 ok = inet_pton (af, name, host_addr) > 0; in __nss_hostname_digits_dots_context()
183 if (af == AF_INET && res_use_inet6 ()) in __nss_hostname_digits_dots_context()
205 resbuf->h_addrtype = af; in __nss_hostname_digits_dots_context()
224 switch (af) in __nss_hostname_digits_dots_context()
227 af = res_use_inet6 () ? AF_INET6 : AF_INET; in __nss_hostname_digits_dots_context()
[all …]
A Dtst-nss-files-hosts-multi.c96 char af; in expected_ghbn() local
98 af = '4'; in expected_ghbn()
100 af = '6'; in expected_ghbn()
102 fprintf (expected.out, "alias: v%c-%d.example.com\n", af, i); in expected_ghbn()
A Dnsswitch.h172 enum nss_status *status, int af,
178 enum nss_status *status, int af,
A Dnss_test1.c514 NAME(gethostbyname3_r) (const char *name, int af, struct hostent *ret, in NAME()
537 NAME(gethostbyname2_r) (const char *name, int af, struct hostent *result, in NAME()
541 return NAME(gethostbyname3_r) (name, af, result, buffer, buflen, in NAME()
546 NAME(gethostbyaddr2_r) (const void *addr, socklen_t len, int af, in NAME()
565 NAME(gethostbyaddr_r) (const void *addr, socklen_t len, int af, in NAME()
569 return NAME(gethostbyaddr2_r) (addr, len, af, result, buffer, buflen, in NAME()
A DgetXXbyYY.c74 # define AF_VAL af
A DgetXXbyYY_r.c124 # define AF_VAL af
A Dgetent.c332 ahosts_keys_int (int af, int xflags, int number, char *key[]) in ahosts_keys_int() argument
351 hint.ai_family = af; in ahosts_keys_int()
/nss/nss_files/
A Dfiles-hosts.c37 #define EXTRA_ARGS , af
58 if (__inet_pton (af == AF_UNSPEC ? AF_INET : af, addr, entdata->host_addr)
60 af = af == AF_UNSPEC ? AF_INET : af;
63 if (af == AF_INET
79 af = AF_INET6;
86 result->h_addrtype = af;
103 #define EXTRA_ARGS_VALUE , af
123 assert (af == AF_INET || af == AF_INET6); in gethostbyname3_multi()
197 if (af == AF_INET) in gethostbyname3_multi()
202 else if (af == AF_INET6) in gethostbyname3_multi()
[all …]

Completed in 16 milliseconds