Symbol: ether_ntoa
lib/libc/hidden/netinet/if_ether.h
26
PROTO_DEPRECATED(ether_ntoa);
regress/sbin/ifconfig/ifaddr.c
1110
(void)printf("\tlladdr %s\n", ether_ntoa(
sbin/dhcpleased/engine.c
785
strlcpy(from, ether_ntoa(&ether_src), sizeof(from));
sbin/dhcpleased/engine.c
788
strlcpy(to, ether_ntoa(&ether_dst), sizeof(to));
sbin/ifconfig/brconfig.c
1130
printf("%s%s", delim, ether_ntoa(&ifbva->ifbva_dst));
sbin/ifconfig/brconfig.c
1199
printf("%s%s %s %u ", delim, ether_ntoa(&ifba->ifba_dst),
sbin/ifconfig/brconfig.c
1477
printf(" src %s", ether_ntoa(&r->ifbr_src));
sbin/ifconfig/brconfig.c
1479
printf(" dst %s", ether_ntoa(&r->ifbr_dst));
sbin/ifconfig/brconfig.c
1494
printf(" sha %s", ether_ntoa(&r->ifbr_arpf.brla_sha));
sbin/ifconfig/brconfig.c
1496
printf(" tha %s", ether_ntoa(&r->ifbr_arpf.brla_tha));
sbin/ifconfig/brconfig.c
328
ether_ntoa((struct ether_addr *)lladdr), bprio);
sbin/ifconfig/brconfig.c
335
ether_ntoa((struct ether_addr *)lladdr), bprio,
sbin/ifconfig/ifconfig.c
2533
printf(" bssid %s", ether_ntoa(&ea));
sbin/ifconfig/ifconfig.c
2808
ether_ntoa((struct ether_addr*)nr->nr_bssid));
sbin/ifconfig/ifconfig.c
2813
ether_ntoa((struct ether_addr*)nr->nr_macaddr));
sbin/ifconfig/ifconfig.c
3369
(void)printf("\tlladdr %s\n", ether_ntoa(
sbin/ifconfig/ifconfig.c
4646
ether_ntoa((struct ether_addr*)lp->actor_mac));
sbin/ifconfig/ifconfig.c
4654
ether_ntoa((struct ether_addr*)lp->partner_mac),
sbin/ifconfig/ifconfig.c
4668
ether_ntoa((struct ether_addr*)
sbin/ifconfig/ifconfig.c
4683
ether_ntoa((struct ether_addr*)
sbin/ifconfig/ifconfig.c
6869
if (strcmp(ether_ntoa((struct ether_addr *)LLADDR(sdl)),
sbin/route/show.c
768
return (ether_ntoa((struct ether_addr *)lla));
sys/arch/alpha/stand/setnetbootinfo/setnetbootinfo.c
164
ether_ntoa(ether_addr), host ? host : addr, force);
sys/netinet/if_ether.h
391
char *ether_ntoa(const struct ether_addr *);
usr.bin/getent/getent.c
150
#define ETHERSPRINT printf("%-17s %s\n", ether_ntoa(eap), hp)
usr.bin/netstat/if.c
260
ether_ntoa((struct ether_addr *)LLADDR(sdl)));
usr.bin/netstat/show.c
705
return (ether_ntoa((struct ether_addr *)lla));
usr.sbin/hostapd/hostapd.h
368
#define etheraddr_string(_s) ether_ntoa((struct ether_addr*)_s)
usr.sbin/ldpd/address.c
410
(mac) ? ether_ntoa((struct ether_addr *)mac) : "wildcard");
usr.sbin/lldp/lldp.c
275
ether_ntoa(&msg_msap.saddr));
usr.sbin/lldp/lldp.c
415
ether_ntoa((struct ether_addr *)&msg_msap->saddr));
usr.sbin/lldp/lldp.c
572
fprintf(scratch, "%s", ether_ntoa(ea));
usr.sbin/lldp/lldp.c
781
fprintf(scratch, "%s", ether_ntoa((struct ether_addr *)abuf));
usr.sbin/lldpd/lldpd.c
336
ether_ntoa(&msap->msap_saddr));
usr.sbin/lldpd/lldpd.c
615
ether_ntoa(saddr), rv);
usr.sbin/lldpd/lldpd.c
632
sfrm.sfrm_ifname, ether_ntoa(saddr));
usr.sbin/lldpd/lldpd.c
637
sfrm.sfrm_ifname, ether_ntoa(saddr));
usr.sbin/lldpd/lldpd.c
643
sfrm.sfrm_ifname, ether_ntoa(saddr),
usr.sbin/lldpd/lldpd.c
651
sfrm.sfrm_ifname, ether_ntoa(saddr));
usr.sbin/lldpd/lldpd.c
656
sfrm.sfrm_ifname, ether_ntoa(saddr));
usr.sbin/lldpd/lldpd.c
662
sfrm.sfrm_ifname, ether_ntoa(saddr),
usr.sbin/lldpd/lldpd.c
670
sfrm.sfrm_ifname, ether_ntoa(saddr));
usr.sbin/lldpd/lldpd.c
675
sfrm.sfrm_ifname, ether_ntoa(saddr));
usr.sbin/lldpd/lldpd.c
681
sfrm.sfrm_ifname, ether_ntoa(saddr),
usr.sbin/lldpd/lldpd.c
780
sfrm.sfrm_ifname, ether_ntoa(saddr));
usr.sbin/rarpd/rarpd.c
465
debug("%s", ether_ntoa(ea));
usr.sbin/rarpd/rarpd.c
629
ether_ntoa(&ea));
usr.sbin/slaacctl/slaacctl.c
203
printf("\tlladdr: %s\n", ether_ntoa(&cei->hw_address));
usr.sbin/tcpdump/addrtoname.c
460
tp->e_name = savestr(ether_ntoa(&e));
usr.sbin/vmd/vionet.c
772
__func__, ether_ntoa((struct ether_addr *)
usr.sbin/vmd/virtio.c
1069
ether_ntoa((void *)dev->vionet.mac),
usr.sbin/vmd/vm.c
382
ether_ntoa((void *)var.var_addr), var.var_nic_idx);