Searched refs:address (Results 1 – 3 of 3) sorted by relevance
/inet/ |
A D | tst-inet6_scopeid_pton.c | 49 from_string (const char *address) in from_string() argument 52 if (inet_pton (AF_INET6, address, &addr) != 1) in from_string() 53 FAIL_EXIT1 ("inet_pton (\"%s\")", address); in from_string() 129 address, scope); in expect_failure() 135 address, scope); in expect_failure() 143 address, scope); 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() [all …]
|
A D | inet6_scopeid_pton.c | 32 __inet6_scopeid_pton (const struct in6_addr *address, const char *scope, in __inet6_scopeid_pton() argument 35 if (IN6_IS_ADDR_LINKLOCAL (address) in __inet6_scopeid_pton() 36 || IN6_IS_ADDR_MC_NODELOCAL (address) in __inet6_scopeid_pton() 37 || IN6_IS_ADDR_MC_LINKLOCAL (address)) in __inet6_scopeid_pton()
|
A D | net-internal.h | 29 int __inet6_scopeid_pton (const struct in6_addr *address,
|
Completed in 4 milliseconds