Symbol: ether_addr
lib/libc/net/ethers.c
126
ether_hostton(const char *hostname, struct ether_addr *e)
lib/libc/net/ethers.c
159
ether_line(const char *line, struct ether_addr *e, char *hostname)
lib/libc/net/ethers.c
42
static char * _ether_aton(const char *, struct ether_addr *);
lib/libc/net/ethers.c
45
ether_ntoa(const struct ether_addr *e)
lib/libc/net/ethers.c
58
_ether_aton(const char *s, struct ether_addr *e)
lib/libc/net/ethers.c
84
struct ether_addr *
lib/libc/net/ethers.c
87
static struct ether_addr n;
lib/libc/net/ethers.c
93
ether_ntohost(char *hostname, struct ether_addr *e)
lib/libc/net/ethers.c
98
struct ether_addr try;
lib/libpcap/nametoaddr.c
378
if (ether_hostton(name, (struct ether_addr *)a) == 0) {
libexec/snmpd/snmpd_metrics/kroute.c
890
struct ether_addr *ea;
libexec/snmpd/snmpd_metrics/kroute.c
910
if ((ea = (struct ether_addr *)LLADDR(sdl)) != NULL)
regress/sbin/ifconfig/ifaddr.c
1111
(struct ether_addr *)LLADDR(sdl)));
sbin/dhcpleased/dhcpleased.h
276
struct ether_addr hw_address;
sbin/dhcpleased/engine.c
102
struct ether_addr hw_address;
sbin/dhcpleased/engine.c
666
sizeof(struct ether_addr));
sbin/dhcpleased/engine.c
671
sizeof(struct ether_addr)) != 0) {
sbin/dhcpleased/engine.c
673
sizeof(struct ether_addr));
sbin/dhcpleased/engine.c
738
static struct ether_addr bcast_mac;
sbin/dhcpleased/engine.c
743
struct ether_addr ether_src, ether_dst;
sbin/dhcpleased/frontend.c
912
struct ether_addr *hw_address, struct in_addr *ciaddr, struct in_addr
sbin/dhcpleased/frontend.c
95
ssize_t build_packet(uint8_t, char *, uint32_t, struct ether_addr *,
sbin/ifconfig/brconfig.c
1013
struct ether_addr *ea;
sbin/ifconfig/brconfig.c
1026
bcopy(ea, &ifba.ifba_dst, sizeof(struct ether_addr));
sbin/ifconfig/brconfig.c
1036
struct ether_addr *ea;
sbin/ifconfig/brconfig.c
1058
memcpy(&ifba.ifba_dst, ea, sizeof(struct ether_addr));
sbin/ifconfig/brconfig.c
1072
struct ether_addr *ea;
sbin/ifconfig/brconfig.c
1083
memcpy(&ifba.ifba_dst, ea, sizeof(struct ether_addr));
sbin/ifconfig/brconfig.c
1517
struct ether_addr *ea, *dea;
sbin/ifconfig/brconfig.c
1631
struct ether_addr *ea, *dea = NULL;
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/brconfig.c
920
struct ether_addr *ea;
sbin/ifconfig/brconfig.c
974
struct ether_addr *ea;
sbin/ifconfig/brconfig.c
989
bcopy(ea, &ifba.ifba_dst, sizeof(struct ether_addr));
sbin/ifconfig/ifconfig.c
1930
struct ether_addr *ea;
sbin/ifconfig/ifconfig.c
2469
struct ether_addr 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
3370
(struct ether_addr *)LLADDR(sdl)));
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
6772
struct ether_addr *eap, eabuf;
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));
sbin/slaacd/engine.c
1314
sizeof(struct ether_addr));
sbin/slaacd/engine.c
1345
sizeof(struct ether_addr)) != 0) {
sbin/slaacd/engine.c
1347
sizeof(struct ether_addr));
sbin/slaacd/engine.c
168
struct ether_addr hw_address;
sbin/slaacd/engine.c
226
struct ether_addr hw_address;
sbin/slaacd/engine.c
737
memcpy(&cei.hw_address, &iface->hw_address, sizeof(struct ether_addr));
sbin/slaacd/frontend.c
109
struct ether_addr nd_opt_source_link_addr;
sbin/slaacd/frontend.c
73
struct ether_addr hw_address;
sbin/slaacd/slaacd.h
174
struct ether_addr hw_address;
sbin/slaacd/slaacd.h
87
struct ether_addr hw_address;
sys/arch/alpha/stand/bbinfo.h
50
u_int8_t ether_addr[6];
sys/arch/alpha/stand/netboot/if_prom.c
168
ether_sprintf(netbbinfo.ether_addr));
sys/arch/alpha/stand/netboot/if_prom.c
208
bcopy(netbbinfo.ether_addr, desc->myea, sizeof desc->myea);
sys/arch/alpha/stand/netboot/if_prom.c
226
bcopy(netbbinfo.ether_addr, desc->myea, sizeof desc->myea);
sys/arch/alpha/stand/setnetbootinfo/setnetbootinfo.c
130
ether_addr = &_ether_addr;
sys/arch/alpha/stand/setnetbootinfo/setnetbootinfo.c
132
ether_addr = ether_aton(addr);
sys/arch/alpha/stand/setnetbootinfo/setnetbootinfo.c
133
if (ether_addr == NULL)
sys/arch/alpha/stand/setnetbootinfo/setnetbootinfo.c
150
ether_addr->ether_addr_octet[0],
sys/arch/alpha/stand/setnetbootinfo/setnetbootinfo.c
151
ether_addr->ether_addr_octet[1],
sys/arch/alpha/stand/setnetbootinfo/setnetbootinfo.c
152
ether_addr->ether_addr_octet[2],
sys/arch/alpha/stand/setnetbootinfo/setnetbootinfo.c
153
ether_addr->ether_addr_octet[3],
sys/arch/alpha/stand/setnetbootinfo/setnetbootinfo.c
154
ether_addr->ether_addr_octet[4],
sys/arch/alpha/stand/setnetbootinfo/setnetbootinfo.c
155
ether_addr->ether_addr_octet[5]);
sys/arch/alpha/stand/setnetbootinfo/setnetbootinfo.c
164
ether_ntoa(ether_addr), host ? host : addr, force);
sys/arch/alpha/stand/setnetbootinfo/setnetbootinfo.c
218
netbbinfop->ether_addr[i] =
sys/arch/alpha/stand/setnetbootinfo/setnetbootinfo.c
219
ether_addr->ether_addr_octet[i];
sys/arch/alpha/stand/setnetbootinfo/setnetbootinfo.c
54
struct ether_addr *ether_addr, _ether_addr;
sys/dev/ic/bwfmreg.h
772
struct ether_addr addr;
sys/dev/ic/if_wireg.h
502
struct ether_addr wi_mcast[16];
sys/dev/ic/ti.c
130
void ti_add_mcast(struct ti_softc *, struct ether_addr *);
sys/dev/ic/ti.c
131
void ti_del_mcast(struct ti_softc *, struct ether_addr *);
sys/dev/ic/ti.c
902
ti_add_mcast(struct ti_softc *sc, struct ether_addr *addr)
sys/dev/ic/ti.c
928
ti_del_mcast(struct ti_softc *sc, struct ether_addr *addr)
sys/dev/ic/tireg.h
1108
struct ether_addr mc_addr;
sys/dev/pci/if_aq_pci.c
1020
struct ether_addr sc_enaddr;
sys/net/bridgectl.c
165
bridge_rtupdate(struct bridge_softc *sc, struct ether_addr *ea,
sys/net/bridgectl.c
273
bridge_rtlookup(struct ifnet *brifp, struct ether_addr *ea, struct mbuf *m)
sys/net/bridgectl.c
309
bridge_hash(struct bridge_softc *sc, struct ether_addr *addr)
sys/net/bridgectl.c
423
bridge_rtdaddr(struct bridge_softc *sc, struct ether_addr *ea)
sys/net/bridgectl.c
549
bridge_update(struct ifnet *ifp, struct ether_addr *ea, int delete)
sys/net/bridgectl.c
55
int bridge_rtdaddr(struct bridge_softc *, struct ether_addr *);
sys/net/bridgectl.c
56
u_int32_t bridge_hash(struct bridge_softc *, struct ether_addr *);
sys/net/bridgectl.c
763
bcopy(&req->ifbr_src, &n->brl_src, sizeof(struct ether_addr));
sys/net/bridgectl.c
764
bcopy(&req->ifbr_dst, &n->brl_dst, sizeof(struct ether_addr));
sys/net/if_bpe.c
145
pool_init(&bpe_endpoint_pool, sizeof(struct ether_addr), 0,
sys/net/if_bpe.c
264
struct ether_addr *endpoint;
sys/net/if_bpe.c
268
0, (struct ether_addr *)ceh->ether_dhost);
sys/net/if_bpe.c
684
const struct ether_addr *endpoint;
sys/net/if_bpe.c
709
endpoint = (struct ether_addr *)LLADDR(sdl);
sys/net/if_bpe.c
773
0, 0, (struct ether_addr *)beh->ether_shost);
sys/net/if_bpe.c
79
struct ether_addr sc_group;
sys/net/if_bpe.c
887
struct ether_addr *ea = a, *eb = b;
sys/net/if_bpe.c
895
struct ether_addr *ea = port;
sys/net/if_bpe.c
896
struct ether_addr *endpoint;
sys/net/if_bpe.c
910
struct ether_addr *endpoint = port;
sys/net/if_bpe.c
926
struct ether_addr *endpoint = port;
sys/net/if_bridge.c
1249
(struct ether_addr *)&eh->ether_shost,
sys/net/if_bridge.c
856
struct ether_addr *dst;
sys/net/if_bridge.c
858
dst = (struct ether_addr *)&eh->ether_dhost[0];
sys/net/if_bridge.c
964
struct ether_addr *dst, *src;
sys/net/if_bridge.c
978
dst = (struct ether_addr *)&eh.ether_dhost[0];
sys/net/if_bridge.c
979
src = (struct ether_addr *)&eh.ether_shost[0];
sys/net/if_bridge.h
137
struct ether_addr ifba_dst; /* destination addr */
sys/net/if_bridge.h
212
struct ether_addr brla_sha;
sys/net/if_bridge.h
214
struct ether_addr brla_tha;
sys/net/if_bridge.h
229
struct ether_addr ifbr_src; /* source mac */
sys/net/if_bridge.h
230
struct ether_addr ifbr_dst; /* destination mac */
sys/net/if_bridge.h
260
struct ether_addr ifbva_dst; /* destination addr */
sys/net/if_bridge.h
330
struct ether_addr brl_src; /* source mac address */
sys/net/if_bridge.h
331
struct ether_addr brl_dst; /* destination mac address */
sys/net/if_bridge.h
501
struct ether_addr brt_addr; /* dst addr */
sys/net/if_bridge.h
537
void bridge_update(struct ifnet *, struct ether_addr *, int);
sys/net/if_bridge.h
563
struct ether_addr *, struct ifnet *, int, u_int8_t, struct mbuf *);
sys/net/if_bridge.h
565
struct ether_addr *, struct mbuf *);
sys/net/if_etherbridge.c
243
const struct ether_addr *ea)
sys/net/if_etherbridge.c
286
uint16_t vp, uint16_t vs, const struct ether_addr *ea)
sys/net/if_etherbridge.c
407
uint16_t vp, uint16_t vs, const struct ether_addr *ea, unsigned int type)
sys/net/if_etherbridge.c
469
const struct ether_addr *ea)
sys/net/if_etherbridge.h
110
uint16_t, uint16_t, const struct ether_addr *, unsigned int);
sys/net/if_etherbridge.h
112
uint16_t, const struct ether_addr *);
sys/net/if_etherbridge.h
91
uint16_t, uint16_t, const struct ether_addr *);
sys/net/if_etherbridge.h
97
uint16_t, const struct ether_addr *);
sys/net/if_ethersubr.c
1040
ether_addr_to_e64(const struct ether_addr *ea)
sys/net/if_ethersubr.c
1054
ether_e64_to_addr(struct ether_addr *ea, uint64_t e64)
sys/net/if_ethersubr.c
1587
laddr = ether_addr_to_e64((struct ether_addr *)sfrm->sfrm_addr);
sys/net/if_ethersubr.c
1630
faddr = ether_addr_to_e64((struct ether_addr *)sfrm->sfrm_addr);
sys/net/if_ethersubr.c
1744
faddr = ether_addr_to_e64((struct ether_addr *)sfrm->sfrm_addr);
sys/net/if_ethersubr.c
1801
laddr = ether_addr_to_e64((struct ether_addr *)ac->ac_enaddr);
sys/net/if_ethersubr.c
1820
ether_e64_to_addr((struct ether_addr *)eh->ether_dhost, faddr);
sys/net/if_ethersubr.c
1821
ether_e64_to_addr((struct ether_addr *)eh->ether_shost, laddr);
sys/net/if_ethersubr.c
1845
ether_e64_to_addr((struct ether_addr *)sfrm->sfrm_addr, addr);
sys/net/if_ethersubr.c
2211
src = ether_addr_to_e64((struct ether_addr *)eh->ether_shost);
sys/net/if_ethersubr.c
2242
ether_e64_to_addr((struct ether_addr *)sfrm.sfrm_addr,
sys/net/if_ethersubr.c
420
dst = ether_addr_to_e64((struct ether_addr *)eh->ether_dhost);
sys/net/if_ethersubr.c
485
self = ether_addr_to_e64((struct ether_addr *)ac->ac_enaddr);
sys/net/if_ethersubr.c
513
(struct ether_addr *)eh->ether_shost);
sys/net/if_gre.c
1463
0, 0, (struct ether_addr *)eh->ether_shost);
sys/net/if_gre.c
3756
0, (struct ether_addr *)eh->ether_dhost);
sys/net/if_pppoe.c
130
struct ether_addr sc_dest; /* [K] hardware address of concentrator */
sys/net/if_veb.c
1301
ctx.src = ether_addr_to_e64((struct ether_addr *)eh->ether_shost);
sys/net/if_veb.c
3719
dst = ether_addr_to_e64((struct ether_addr *)eh->ether_dhost);
sys/net/if_veb.c
89
struct ether_addr vr_arp_sha;
sys/net/if_veb.c
90
struct ether_addr vr_arp_tha;
sys/net/if_vxlan.c
339
0, (struct ether_addr *)eh->ether_dhost);
sys/net/if_vxlan.c
698
(struct ether_addr *)eh->ether_shost);
sys/net80211/ieee80211_node.c
3233
(struct ether_addr *)ni->ni_macaddr, 0);
sys/net80211/ieee80211_node.c
3441
(struct ether_addr *)ni->ni_macaddr, 1);
sys/netinet/if_ether.h
299
uint64_t ether_addr_to_e64(const struct ether_addr *);
sys/netinet/if_ether.h
300
void ether_e64_to_addr(struct ether_addr *, uint64_t);
sys/netinet/if_ether.h
391
char *ether_ntoa(const struct ether_addr *);
sys/netinet/if_ether.h
392
struct ether_addr *ether_aton(const char *);
sys/netinet/if_ether.h
393
int ether_ntohost(char *, struct ether_addr *);
sys/netinet/if_ether.h
394
int ether_hostton(const char *, struct ether_addr *);
sys/netinet/if_ether.h
395
int ether_line(const char *, struct ether_addr *, char *);
sys/netinet/ip_carp.c
1346
uint64_t dst = ether_addr_to_e64((struct ether_addr *)ena);
sys/netinet/ip_carp.c
1379
ether_addr_to_e64((struct ether_addr *)sc->sc_ac.ac_enaddr)));
usr.bin/getent/getent.c
157
struct ether_addr ea, *eap;
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/arp/arp.c
280
struct ether_addr *ea;
usr.sbin/arp/arp.c
73
int wake(const char *ether_addr, const char *iface);
usr.sbin/arp/arp.c
796
int get_ether(const char *, struct ether_addr *);
usr.sbin/arp/arp.c
797
int send_frame(int, const struct ether_addr *);
usr.sbin/arp/arp.c
800
wake(const char *ether_addr, const char *iface)
usr.sbin/arp/arp.c
829
do_wakeup(ether_addr, ifap->ifa_name, bpf);
usr.sbin/arp/arp.c
833
do_wakeup(ether_addr, iface, bpf);
usr.sbin/arp/arp.c
844
struct ether_addr macaddr;
usr.sbin/arp/arp.c
874
get_ether(const char *text, struct ether_addr *addr)
usr.sbin/arp/arp.c
876
struct ether_addr *eaddr;
usr.sbin/arp/arp.c
895
send_frame(int bpf, const struct ether_addr *addr)
usr.sbin/dhcpd/parse.c
241
hlen = sizeof(struct ether_addr);
usr.sbin/dhcpd/parse.c
244
if (ether_hostton(val, (struct ether_addr *)e) == 0) {
usr.sbin/hostapd/hostapd.h
368
#define etheraddr_string(_s) ether_ntoa((struct ether_addr*)_s)
usr.sbin/hostapd/parse.y
1071
struct ether_addr *ea;
usr.sbin/ldomctl/parse.y
264
struct ether_addr *ea;
usr.sbin/ldpd/address.c
410
(mac) ? ether_ntoa((struct ether_addr *)mac) : "wildcard");
usr.sbin/lldp/lldp.c
415
ether_ntoa((struct ether_addr *)&msg_msap->saddr));
usr.sbin/lldp/lldp.c
564
struct ether_addr *ea;
usr.sbin/lldp/lldp.c
571
ea = (struct ether_addr *)base;
usr.sbin/lldp/lldp.c
781
fprintf(scratch, "%s", ether_ntoa((struct ether_addr *)abuf));
usr.sbin/lldpd/lldpctl.h
55
struct ether_addr saddr;
usr.sbin/lldpd/lldpctl.h
56
struct ether_addr daddr;
usr.sbin/lldpd/lldpd.c
566
static const struct ether_addr naddr;
usr.sbin/lldpd/lldpd.c
567
struct ether_addr *saddr = NULL;
usr.sbin/lldpd/lldpd.c
568
struct ether_addr *daddr = (struct ether_addr *)&naddr;
usr.sbin/lldpd/lldpd.c
609
daddr = (struct ether_addr *)CMSG_DATA(cmsg);
usr.sbin/lldpd/lldpd.c
612
saddr = (struct ether_addr *)sfrm.sfrm_addr;
usr.sbin/lldpd/lldpd.c
89
struct ether_addr msap_saddr;
usr.sbin/lldpd/lldpd.c
90
struct ether_addr msap_daddr;
usr.sbin/npppd/npppd/npppd.c
1085
memcpy(eh->ether_dhost, pppoe->ether_addr, ETHER_ADDR_LEN);
usr.sbin/npppd/pppoe/pppoe.h
117
u_char ether_addr[ETHER_ADDR_LEN];
usr.sbin/npppd/pppoe/pppoe.h
166
u_char ether_addr[ETHER_ADDR_LEN];
usr.sbin/npppd/pppoe/pppoe_local.h
48
(session)->listener_index))->ether_addr
usr.sbin/npppd/pppoe/pppoe_session.c
512
memcpy(sdl.sdl_data + len, _this->ether_addr, ETHER_ADDR_LEN);
usr.sbin/npppd/pppoe/pppoe_session.c
87
int session_id, u_char *ether_addr)
usr.sbin/npppd/pppoe/pppoe_session.c
94
memcpy(_this->ether_addr, ether_addr, ETHER_ADDR_LEN);
usr.sbin/npppd/pppoe/pppoe_session.c
96
memcpy(_this->ehdr.ether_dhost, ether_addr, ETHER_ADDR_LEN);
usr.sbin/npppd/pppoe/pppoed.c
229
ETHER_FIRST_INT(_this->ether_addr), 0, 3),
usr.sbin/npppd/pppoe/pppoed.c
232
ETHER_LAST_SHORT(_this->ether_addr), 0, 1),
usr.sbin/npppd/pppoe/pppoed.c
264
memcpy(_this->ether_addr,
usr.sbin/npppd/pppoe/pppoed.c
306
insns[10].k = ETHER_FIRST_INT(_this->ether_addr);
usr.sbin/npppd/pppoe/pppoed.c
307
insns[12].k = ETHER_LAST_SHORT(_this->ether_addr);
usr.sbin/npppd/pppoe/pppoed.c
322
_this->tun_name, _this->ether_addr[0], _this->ether_addr[1],
usr.sbin/npppd/pppoe/pppoed.c
323
_this->ether_addr[2], _this->ether_addr[3], _this->ether_addr[4],
usr.sbin/npppd/pppoe/pppoed.c
324
_this->ether_addr[5]);
usr.sbin/npppd/pppoe/pppoed.c
380
_this->ether_addr[0], _this->ether_addr[1],
usr.sbin/npppd/pppoe/pppoed.c
381
_this->ether_addr[2], _this->ether_addr[3],
usr.sbin/npppd/pppoe/pppoed.c
382
_this->ether_addr[4], _this->ether_addr[5]);
usr.sbin/npppd/pppoe/pppoed.c
601
if (memcmp(ether->ether_shost, _this->ether_addr,
usr.sbin/npppd/pppoe/pppoed.c
675
if (memcmp(((pppoe_session *)hl->item)->ether_addr,
usr.sbin/npppd/pppoe/pppoed.c
777
memcpy(ether.ether_shost, _this->ether_addr, ETHER_ADDR_LEN);
usr.sbin/npppd/pppoe/pppoed.c
946
"%02x:%02x:%02x:%02x:%02x:%02x", _this->ether_addr[0],
usr.sbin/npppd/pppoe/pppoed.c
947
_this->ether_addr[1], _this->ether_addr[2],
usr.sbin/npppd/pppoe/pppoed.c
948
_this->ether_addr[3], _this->ether_addr[4],
usr.sbin/npppd/pppoe/pppoed.c
949
_this->ether_addr[5]);
usr.sbin/rad/frontend.c
105
struct ether_addr hw_addr;
usr.sbin/rad/frontend.c
129
struct ether_addr nd_opt_source_link_addr_hw_addr;
usr.sbin/rad/frontend.c
777
struct ether_addr hw_addr;
usr.sbin/rarpd/rarpd.c
457
struct ether_addr *ea;
usr.sbin/rarpd/rarpd.c
463
ea = (struct ether_addr *) &ep->ether_shost;
usr.sbin/rarpd/rarpd.c
625
struct ether_addr ea;
usr.sbin/tcpdump/addrtoname.c
444
struct ether_addr e;
usr.sbin/tcpdump/addrtoname.c
453
(struct ether_addr *)ep) > 0) {
usr.sbin/tcpdump/addrtoname.c
788
(struct ether_addr *)el->addr) > 0) {
usr.sbin/tcpdump/privsep.c
511
struct ether_addr ether;
usr.sbin/tcpdump/privsep.c
650
priv_ether_ntohost(char *name, size_t name_len, struct ether_addr *e)
usr.sbin/tcpdump/privsep.h
40
struct ether_addr;
usr.sbin/tcpdump/privsep.h
56
size_t priv_ether_ntohost(char *, size_t, struct ether_addr *);
usr.sbin/vmd/parse.y
731
struct ether_addr *ea;
usr.sbin/vmd/vionet.c
772
__func__, ether_ntoa((struct ether_addr *)