Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetether.c163 char etherstr[18]; in getbyether() local
169 ret = snprintf(etherstr, sizeof (etherstr), "%x:%x:%x:%x:%x:%x", in getbyether()
171 if (ret >= sizeof (etherstr) || ret < 0) in getbyether()
175 _F_GETETHERBYETHER, etherstr); in getbyether()
180 _F_GETETHERBYETHER_SSD, etherstr); in getbyether()
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dether_addr.c63 char etherstr[18]; local
66 (void) snprintf(etherstr, 18, "%x:%x:%x:%x:%x:%x",
68 return (_nss_nis_lookup(be, argp, 0, "ethers.byaddr", etherstr, 0));
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c4715 char etherstr[ETHERSTRL]; in fcip_setup_mac_addr() local
4718 fcip_ether_to_str(&fptr->fcip_macaddr, etherstr); in fcip_setup_mac_addr()
4720 (CE_NOTE, "setupmacaddr ouraddr %s", etherstr)); in fcip_setup_mac_addr()
4953 char etherstr[ETHERSTRL]; in fcip_ireq() local
4986 fcip_ether_to_str(&fptr->fcip_macaddr, etherstr); in fcip_ireq()
4988 (CE_NOTE, "ireq - our mac: %s", etherstr)); in fcip_ireq()