Searched defs:etherstr (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dether_addr.c65 char etherstr[18]; local
68 (void) snprintf(etherstr, 18, "%x:%x:%x:%x:%x:%x",
70 return (_nss_nis_lookup(be, argp, 0, "ethers.byaddr", etherstr, 0));
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetether.c165 char etherstr[18]; local
171 ret = snprintf(etherstr, sizeof (etherstr), "%x:%x:%x:%x:%x:%x",
173 if (ret >= sizeof (etherstr) || ret < 0)
177 _F_GETETHERBYETHER, etherstr);
182 _F_GETETHERBYETHER_SSD, etherstr);
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c4889 char etherstr[ETHERSTRL]; local
4892 fcip_ether_to_str(&fptr->fcip_macaddr, etherstr);
4894 (CE_NOTE, "setupmacaddr ouraddr %s", etherstr));
5127 char etherstr[ETHERSTRL]; local
5163 fcip_ether_to_str(&fptr->fcip_macaddr, etherstr);
5165 (CE_NOTE, "ireq - our mac: %s", etherstr));

Completed in 80 milliseconds