Searched refs:scope (Results 1 – 3 of 3) sorted by relevance
/inet/ |
A D | tst-inet6_scopeid_pton.c | 107 if (sa->sin6_scope_id != scope) in check_ai() 129 address, scope); in expect_failure() 135 address, scope); in expect_failure() 143 address, scope); in expect_failure() 145 if (call_gai (AF_INET6, address, scope, &sa)) in expect_failure() 149 address, scope); in expect_failure() 165 address, scope); in expect_success() 171 address, scope); in expect_success() 184 address, scope); in expect_success() 187 if (call_gai (AF_INET6, address, scope, &sa)) in expect_success() [all …]
|
A D | inet6_scopeid_pton.c | 32 __inet6_scopeid_pton (const struct in6_addr *address, const char *scope, in __inet6_scopeid_pton() argument 39 uint32_t number = __if_nametoindex (scope); in __inet6_scopeid_pton() 47 if (isdigit_l (scope[0], _nl_C_locobj_ptr)) in __inet6_scopeid_pton() 51 = ____strtoull_l_internal (scope, &end, /*base */ 10, /* group */ 0, in __inet6_scopeid_pton()
|
A D | net-internal.h | 30 const char *scope, uint32_t *result);
|
Completed in 5 milliseconds