Searched refs:etherbroadcastaddr (Results 1 – 12 of 12) sorted by relevance
| /xnu-8792.81.2/bsd/net/ |
| H A D | ether_inet_pr_module.c | 137 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 D | ether_if_module.c | 73 #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 D | ethernet.h | 138 extern u_char etherbroadcastaddr[ETHER_ADDR_LEN];
|
| H A D | ether_inet6_pr_module.c | 129 if (bcmp(eh->ether_shost, etherbroadcastaddr, in ether_inet6_input()
|
| H A D | if_headless.c | 1191 headless_init.broadcast_addr = etherbroadcastaddr; in headless_clone_create()
|
| H A D | if_vlan.c | 1011 vlan_init.broadcast_addr = etherbroadcastaddr; in vlan_clone_create()
|
| H A D | if_bridge.c | 1556 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 D | if_fake.c | 3051 feth_init.broadcast_addr = etherbroadcastaddr; in feth_clone_create()
|
| H A D | bpf.c | 437 if (_ether_cmp(etherbroadcastaddr, in bpf_movein()
|
| H A D | if_bond.c | 1208 bond_init.broadcast_addr = etherbroadcastaddr; in bond_clone_create()
|
| /xnu-8792.81.2/osfmk/kdp/ |
| H A D | kdp_udp.c | 285 static struct kdp_ether_addr etherbroadcastaddr = {.ether_addr_octet = {0xff, 0xff, 0xff, 0xff, 0xf… variable 1036 enaddr_copy(ðerbroadcastaddr, eh->ether_dhost); in transmit_ARP_request() 1046 enaddr_copy(ðerbroadcastaddr, ea->arp_tha); in transmit_ARP_request()
|
| /xnu-8792.81.2/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_var.h | 492 if (_ether_cmp(etherbroadcastaddr, (_addr)) == 0) \
|