Symbol: ether_ntoa
lib/libc/net/ether_addr.c
164
ether_a = ether_ntoa(e);
libexec/bootpd/trylook.c
15
extern char *ether_ntoa();
sbin/dhclient/options.c
526
ether_ntoa((struct ether_addr *)hfrom->haddr));
sbin/ifconfig/ifbridge.c
215
printf("%s%s %s %lu ", prefix, ether_ntoa(&ea),
sbin/ifconfig/ifieee80211.c
3490
, ether_ntoa((const struct ether_addr *) sr->isr_bssid)
sbin/ifconfig/ifieee80211.c
3653
, ether_ntoa((const struct ether_addr*)
sbin/ifconfig/ifieee80211.c
3668
, ether_ntoa((const struct ether_addr*)
sbin/ifconfig/ifieee80211.c
4199
printf("%c%s\n", c, ether_ntoa(
sbin/ifconfig/ifieee80211.c
4280
ether_ntoa((const struct ether_addr *)rt->imr_dest));
sbin/ifconfig/ifieee80211.c
4282
ether_ntoa((const struct ether_addr *)rt->imr_nexthop),
sbin/ifconfig/ifieee80211.c
4550
printf(" bssid %s", ether_ntoa((struct ether_addr *)data));
sbin/ipfw3/ipfw3table.c
292
printf("%s", ether_ntoa(&mac_ent->addr));
sbin/route/route.c
434
return ether_ntoa((struct ether_addr *)
stand/lib/if_ether.h
257
char * ether_ntoa(struct ether_addr *);
sys/net/ethernet.h
428
char *ether_ntoa (const struct ether_addr *);
tools/tools/net80211/wlanstats/main.c
103
ether_ntoa((const struct ether_addr*) macaddr));
tools/tools/net80211/wlanstats/main.c
105
fprintf(fd, "%s:\n", ether_ntoa((const struct ether_addr*) macaddr));
tools/tools/net80211/wlanstats/wlanstats.c
509
ether_ntoa((const struct ether_addr*) wf->mac));
tools/tools/net80211/wlanstats/wlanstats.c
518
ether_ntoa((const struct ether_addr*) wf->mac));
usr.bin/getent/getent.c
196
#define ETHERSPRINT printf("%-17s %s\n", ether_ntoa(eap), hp)
usr.bin/netstat/if.c
462
fmt = ether_ntoa(
usr.bin/netstat/route.c
685
cp = ether_ntoa((struct ether_addr *)
usr.sbin/arp/arp.c
545
printf("%s", ether_ntoa((struct ether_addr *)LLADDR(sdl)));
usr.sbin/arp/arp.c
775
printf("%s\n", ether_ntoa(hwaddr));
usr.sbin/ifmcstat/ifmcstat.c
233
ether_ntoa((struct ether_addr *)LLADDR(&sdl)),