Home
last modified time | relevance | path

Searched refs:etherbroadcastaddr (Results 1 – 12 of 12) sorted by relevance

/xnu-8792.81.2/bsd/net/
H A Dether_inet_pr_module.c137 if (bcmp(ea->arp_sha, etherbroadcastaddr, ETHER_ADDR_LEN) == 0) { in ether_inet_arp_input()
199 if (bcmp(eh->ether_shost, etherbroadcastaddr, in ether_inet_input()
504 bcopy(etherbroadcastaddr, eh->ether_dhost, in ether_inet_arp()
513 if (bcmp(eh->ether_dhost, etherbroadcastaddr, in ether_inet_arp()
H A Dether_if_module.c73 #define etherbroadcastaddr fugly macro
85 #undef etherbroadcastaddr
145 __private_extern__ u_char etherbroadcastaddr[ETHER_ADDR_LEN] = variable
368 if (_ether_cmp(etherbroadcastaddr, eh->ether_dhost) == 0) { in ether_demux()
H A Dethernet.h138 extern u_char etherbroadcastaddr[ETHER_ADDR_LEN];
H A Dether_inet6_pr_module.c129 if (bcmp(eh->ether_shost, etherbroadcastaddr, in ether_inet6_input()
H A Dif_headless.c1191 headless_init.broadcast_addr = etherbroadcastaddr; in headless_clone_create()
H A Dif_vlan.c1011 vlan_init.broadcast_addr = etherbroadcastaddr; in vlan_clone_create()
H A Dif_bridge.c1556 init_params.broadcast_addr = etherbroadcastaddr; in bridge_clone_create()
5791 if (_ether_cmp(ether_dhost, etherbroadcastaddr) == 0) {
6104 bcopy(etherbroadcastaddr, eh->ether_dhost,
H A Dif_fake.c3051 feth_init.broadcast_addr = etherbroadcastaddr; in feth_clone_create()
H A Dbpf.c437 if (_ether_cmp(etherbroadcastaddr, in bpf_movein()
H A Dif_bond.c1208 bond_init.broadcast_addr = etherbroadcastaddr; in bond_clone_create()
/xnu-8792.81.2/osfmk/kdp/
H A Dkdp_udp.c285 static struct kdp_ether_addr etherbroadcastaddr = {.ether_addr_octet = {0xff, 0xff, 0xff, 0xff, 0xf… variable
1036 enaddr_copy(&etherbroadcastaddr, eh->ether_dhost); in transmit_ARP_request()
1046 enaddr_copy(&etherbroadcastaddr, ea->arp_tha); in transmit_ARP_request()
/xnu-8792.81.2/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_var.h492 if (_ether_cmp(etherbroadcastaddr, (_addr)) == 0) \