Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/nsswitch/ldap/common/
H A Dgetether.c69 char **host, **macaddress; in _nss_ldap_ethers2str() local
80 macaddress = __ns_ldap_getAttr(result->entry, _E_MACADDRESS); in _nss_ldap_ethers2str()
81 if (macaddress == NULL || macaddress[0] == NULL || in _nss_ldap_ethers2str()
82 (strlen(macaddress[0]) < 1)) { in _nss_ldap_ethers2str()
86 be->buflen = strlen(host[0]) + strlen(macaddress[0]) + 1; /* ' ' */ in _nss_ldap_ethers2str()
95 macaddress[0], host[0]); in _nss_ldap_ethers2str()