Symbol: ether_ntoa
lib/libc/net/ether_addr.c
160
ether_a = ether_ntoa(e);
lib/libc/tests/net/ether_test.c
147
ATF_TC_WITHOUT_HEAD(ether_ntoa);
lib/libc/tests/net/ether_test.c
148
ATF_TC_BODY(ether_ntoa, tc)
lib/libc/tests/net/ether_test.c
152
cp = ether_ntoa(&ether_ntoa_addr);
lib/libc/tests/net/ether_test.c
183
ATF_TP_ADD_TC(tp, ether_ntoa);
libexec/bootpd/trylook.c
12
extern char *ether_ntoa();
sbin/etherswitchcfg/etherswitchcfg.c
517
ether_ntoa((void *) &e.es_macaddr),
sbin/etherswitchcfg/etherswitchcfg.c
564
ether_ntoa(&cfg->conf.switch_macaddr));
sbin/ifconfig/af_link.c
58
char *ether_format = ether_ntoa(addr);
sbin/ifconfig/ifbridge.c
158
printf("%s%s Vlan%d %s %lu ", prefix, ether_ntoa(&ea),
sbin/ifconfig/ifbridge.c
228
ether_ntoa((struct ether_addr *)lladdr),
sbin/ifconfig/ifbridge.c
240
ether_ntoa((struct ether_addr *)lladdr),
sbin/ifconfig/ifieee80211.c
4052
, ether_ntoa((const struct ether_addr *) sr->isr_bssid)
sbin/ifconfig/ifieee80211.c
4219
, ether_ntoa((const struct ether_addr*)
sbin/ifconfig/ifieee80211.c
4234
, ether_ntoa((const struct ether_addr*)
sbin/ifconfig/ifieee80211.c
4829
printf("%c%s\n", c, ether_ntoa(
sbin/ifconfig/ifieee80211.c
4907
ether_ntoa((const struct ether_addr *)rt->imr_dest));
sbin/ifconfig/ifieee80211.c
4909
ether_ntoa((const struct ether_addr *)rt->imr_nexthop),
sbin/ifconfig/ifieee80211.c
5221
printf(" bssid %s", ether_ntoa((struct ether_addr *)bssid));
sbin/ipfw/ipfw2.c
1395
ether_ntoa((const struct ether_addr *)&l->mac), t);
sbin/ipfw/ipfw2.c
6236
ether_ntoa((const struct ether_addr *)loghdr->ether_shost));
sbin/ipfw/ipfw2.c
6238
ether_ntoa((const struct ether_addr *)loghdr->ether_dhost));
sbin/route/route_netlink.c
687
printf("lladdr %s ", ether_ntoa(ll));
sys/net/ethernet.h
498
char *ether_ntoa(const struct ether_addr *);
tools/regression/ethernet/ethermulti/ethermulti.c
179
ether_ntoa(&ea));
tools/tools/ether_reflect/ether_reflect.c
140
ether_ntoa((const struct ether_addr*)
tools/tools/ether_reflect/ether_reflect.c
143
ether_ntoa((const struct ether_addr*)
tools/tools/netmap/pkt-gen.c
517
D("%s starts at %s", r->name, ether_ntoa(&r->start));
usr.bin/getent/getent.c
195
#define ETHERSPRINT printf("%-17s %s\n", ether_ntoa(eap), hp)
usr.sbin/arp/arp.c
628
ether_ntoa((struct ether_addr *)LLADDR(sdl)));
usr.sbin/arp/arp.c
893
ether_ntoa(hwaddr));
usr.sbin/arp/arp_netlink.c
222
ether_ntoa((struct ether_addr *)LLADDR(&sdl)));
usr.sbin/bluetooth/btpand/bnep.c
371
ether_ntoa((struct ether_addr *)chan->raddr), rsp);
usr.sbin/bluetooth/btpand/bnep.c
393
ether_ntoa((struct ether_addr *)chan->raddr), rsp);
usr.sbin/bluetooth/btpand/bnep.c
460
ether_ntoa((struct ether_addr *)chan->raddr), rsp);
usr.sbin/bluetooth/btpand/bnep.c
482
ether_ntoa((struct ether_addr *)chan->raddr), rsp);
usr.sbin/bluetooth/btpand/bnep.c
550
ether_ntoa((struct ether_addr *)chan->raddr), rsp);
usr.sbin/bluetooth/btpand/bnep.c
571
ether_ntoa((struct ether_addr *)chan->raddr), rsp);
usr.sbin/bluetooth/btpand/tap.c
105
ether_ntoa((struct ether_addr *)&ifr.ifr_addr.sa_data));
usr.sbin/ndp/ndp.c
893
strlcpy(hbuf, ether_ntoa((struct ether_addr *)LLADDR(sdl)),
usr.sbin/wlanstat/main.c
105
ether_ntoa((const struct ether_addr*) macaddr));
usr.sbin/wlanstat/main.c
107
fprintf(fd, "%s:\n", ether_ntoa((const struct ether_addr*) macaddr));
usr.sbin/wlanstat/wlanstat.c
535
ether_ntoa((const struct ether_addr*) wf->mac));
usr.sbin/wlanstat/wlanstat.c
544
ether_ntoa((const struct ether_addr*) wf->mac));