Searched refs:etherbroadcastaddr (Results 1 – 13 of 13) sorted by relevance
| /xnu-12377.1.9/bsd/net/ |
| H A D | ether_if_module.c | 73 #define etherbroadcastaddr fugly macro 86 #undef etherbroadcastaddr 157 __private_extern__ u_char etherbroadcastaddr[ETHER_ADDR_LEN] = variable 469 if (_ether_cmp(etherbroadcastaddr, eh->ether_dhost) == 0) { in ether_demux()
|
| H A D | ethernet.h | 139 extern u_char etherbroadcastaddr[ETHER_ADDR_LEN];
|
| H A D | ether_inet_pr_module.c | 140 if (bcmp(ea->arp_sha, etherbroadcastaddr, ETHER_ADDR_LEN) == 0) { in ether_inet_arp_input() 511 bcopy(etherbroadcastaddr, eh->ether_dhost, in ether_inet_arp() 520 if (bcmp(eh->ether_dhost, etherbroadcastaddr, in ether_inet_arp()
|
| H A D | ether_inet6_pr_module.c | 131 if (bcmp(eh->ether_shost, etherbroadcastaddr, in ether_inet6_input()
|
| H A D | if_headless.c | 1187 headless_init.broadcast_addr = etherbroadcastaddr; in headless_clone_create()
|
| H A D | if_vlan.c | 933 vlan_init.broadcast_addr = etherbroadcastaddr; in vlan_clone_create()
|
| H A D | if_redirect.c | 1258 rd_init.broadcast_addr = etherbroadcastaddr; in redirect_clone_create()
|
| H A D | if_bridge.c | 1690 init_params.broadcast_addr = etherbroadcastaddr; in bridge_clone_create() 9515 bcopy(etherbroadcastaddr, eh->ether_dhost, ETHER_ADDR_LEN); 9910 if (_ether_cmp(etherbroadcastaddr, eh->ether_dhost) == 0) {
|
| H A D | bpf.c | 334 if (_ether_cmp(etherbroadcastaddr, eh->ether_dhost) == 0) { in bpf_set_bcast_mcast()
|
| H A D | if_fake.c | 3671 feth_init.broadcast_addr = etherbroadcastaddr; in feth_clone_create()
|
| H A D | if_bond.c | 1228 bond_init.broadcast_addr = etherbroadcastaddr; in bond_clone_create()
|
| /xnu-12377.1.9/osfmk/kdp/ |
| H A D | kdp_udp.c | 287 static struct kdp_ether_addr etherbroadcastaddr = {.ether_addr_octet = {0xff, 0xff, 0xff, 0xff, 0xf… variable 1038 enaddr_copy(ðerbroadcastaddr, eh->ether_dhost); in transmit_ARP_request() 1048 enaddr_copy(ðerbroadcastaddr, ea->arp_tha); in transmit_ARP_request()
|
| /xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_var.h | 520 if (_ether_cmp(etherbroadcastaddr, (_addr)) == 0) \
|