Searched refs:etherbroadcastaddr (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dethernet.h130 extern u_char etherbroadcastaddr[ETHER_ADDR_LEN];
H A Dether_if_module.c73 #define etherbroadcastaddr fugly macro
85 #undef etherbroadcastaddr macro
137 __private_extern__ u_char etherbroadcastaddr[ETHER_ADDR_LEN] = variable
353 if (_ether_cmp(etherbroadcastaddr, eh->ether_dhost) == 0)
H A Dether_inet_pr_module.c137 if (bcmp(ea->arp_sha, etherbroadcastaddr, ETHER_ADDR_LEN) == 0) {
199 if (bcmp(eh->ether_shost, etherbroadcastaddr,
496 bcopy(etherbroadcastaddr, eh->ether_dhost,
505 if (bcmp(eh->ether_dhost, etherbroadcastaddr,
H A Dether_inet6_pr_module.c132 if (bcmp(eh->ether_shost, etherbroadcastaddr,
H A Dbpf.c386 if (_ether_cmp(etherbroadcastaddr, eh->ether_dhost) == 0)
H A Dif_vlan.c987 vlan_init.broadcast_addr = etherbroadcastaddr;
H A Dif_bond.c1163 bond_init.broadcast_addr = etherbroadcastaddr;
H A Dif_bridge.c1190 init_params.broadcast_addr = etherbroadcastaddr;
/macosx-10.9.5/xnu-2422.115.4/osfmk/kdp/
H A Dkdp_udp.c280 static struct kdp_ether_addr etherbroadcastaddr = {{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}}; variable in typeref:struct:kdp_ether_addr
1051 enaddr_copy(&etherbroadcastaddr, eh->ether_dhost);
1061 enaddr_copy(&etherbroadcastaddr, ea->arp_tha);

Completed in 234 milliseconds