Searched defs:addr_ipv4 (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libnisdb/ |
H A D | ldap_util.c | 588 ipaddr_t addr_ipv4; local 631 if (inet_pton(AF_INET, buffer, &addr_ipv4) == 1) { 637 if (inet_ntop(AF_INET, &addr_ipv4, *newaddr, INET_ADDRSTRLEN))
|
/osnet-11/usr/src/lib/nsswitch/files/common/ |
H A D | gethostent.c | 174 struct in_addr addr_ipv4; local 178 (void) memcpy(&addr_ipv4, argp->key.hostaddr.addr, 179 sizeof (addr_ipv4)); 181 h_addrp = (char *)&addr_ipv4; 187 hash = addr_ipv4.s_addr; 280 struct in_addr addr_ipv4; local 284 &addr_ipv4, &i)); 451 struct in_addr addr_ipv4; local 472 if ((addr_ipv4.s_addr = inet_addr(addrbuf)) == 475 IN6_INADDR_TO_V4MAPPED(&addr_ipv4, addrpv 490 in_addr_t addr_ipv4; local [all...] |
/osnet-11/usr/src/lib/libldap5/sources/ldap/ssldap/ |
H A D | ldapsinit.c | 265 in_addr_t addr_ipv4; local 328 inet_pton(AF_INET, host, &addr_ipv4) == 1) {
|
/osnet-11/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapaddent.c | 511 ipaddr_t addr_ipv4 = 0; local 522 IN6_V4MAPPED_TO_IPADDR(&addr_ipv6, addr_ipv4); 528 if (inet_ntop(AF_INET, &addr_ipv4, *newaddr, 547 if (inet_pton(AF_INET, addr, &addr_ipv4) == 1) { 554 if (inet_ntop(AF_INET, &addr_ipv4, *newaddr, INET_ADDRSTRLEN))
|
Completed in 52 milliseconds