Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetether.c67 char **host, **macaddress; in _nss_ldap_ethers2str() local
78 macaddress = __ns_ldap_getAttr(result->entry, _E_MACADDRESS); in _nss_ldap_ethers2str()
79 if (macaddress == NULL || macaddress[0] == NULL || in _nss_ldap_ethers2str()
80 (strlen(macaddress[0]) < 1)) { in _nss_ldap_ethers2str()
84 be->buflen = strlen(host[0]) + strlen(macaddress[0]) + 1; /* ' ' */ in _nss_ldap_ethers2str()
93 macaddress[0], host[0]); in _nss_ldap_ethers2str()