Searched defs:addr_ipv6 (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/nsswitch/files/common/ |
H A D | gethostent6.c | 59 struct in6_addr addr_ipv6; local 63 (void) memcpy(&addr_ipv6, argp->key.hostaddr.addr, 64 sizeof (addr_ipv6)); 66 h_addrp = (char *)&addr_ipv6; 73 value = (const uint_t *)&addr_ipv6.s6_addr[12]; 100 struct in6_addr addr_ipv6; local 104 &addr_ipv6, &i));
|
H A D | gethostent.c | 491 struct in6_addr addr_ipv6; local 502 h_addrp = (char *)&addr_ipv6;
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | ldap_util.c | 589 in6_addr_t addr_ipv6; local 611 if (inet_pton(AF_INET6, buffer, &addr_ipv6) == 1) { 617 if (IN6_IS_ADDR_V4COMPAT(&addr_ipv6)) 619 if (IN6_IS_ADDR_V4MAPPED(&addr_ipv6)) 625 if (inet_ntop(AF_INET6, &addr_ipv6, *newaddr, INET6_ADDRSTRLEN))
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/ssldap/ |
H A D | ldapsinit.c | 266 in6_addr_t addr_ipv6; local 325 inet_pton(AF_INET6, host, &addr_ipv6) == 1) {
|
/osnet-11/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapaddent.c | 512 in6_addr_t addr_ipv6; local 515 if (inet_pton(AF_INET6, addr, &addr_ipv6) == 1) { 520 if (IN6_IS_ADDR_V4MAPPED(&addr_ipv6) || 521 IN6_IS_ADDR_V4COMPAT(&addr_ipv6)) { 522 IN6_V4MAPPED_TO_IPADDR(&addr_ipv6, addr_ipv4); 540 if (inet_ntop(AF_INET6, &addr_ipv6, *newaddr, INET6_ADDRSTRLEN))
|
Completed in 40 milliseconds