Home
last modified time | relevance | path

Searched refs:_ether_cmp (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.81.4/bsd/net/
H A Dethernet.h146 _ether_cmp(const void *__unsafe_indexable a, const void *__unsafe_indexable b) in _ether_cmp() function
H A Dether_if_module.c469 if (_ether_cmp(etherbroadcastaddr, eh->ether_dhost) == 0) { in ether_demux()
482 if (_ether_cmp(eh->ether_dhost, IF_LLADDR(ifp))) { in ether_demux()
658 } else if (_ether_cmp(dst_laddr, IF_LLADDR(ifp)) == 0) { in ether_frameout_extended()
H A Dif_bridge.c1747 if (_ether_cmp(sc->sc_defaddr, in bridge_clone_create()
2947 _ether_cmp(IF_LLADDR(sc->sc_ifp), sc->sc_defaddr) == 0) { in bridge_ioctl_add()
9581 if (_ether_cmp(IF_LLADDR(bif->bif_ifp), lladdr) == 0) {
9813 !is_broadcast && _ether_cmp(dhost, IF_LLADDR(bridge_ifp)) == 0) {
9914 if (_ether_cmp(eh->ether_dhost, IF_LLADDR(ifp)) != 0) {
9919 if (_ether_cmp(etherbroadcastaddr, eh->ether_dhost) == 0) {
H A Dbpf.c334 if (_ether_cmp(etherbroadcastaddr, eh->ether_dhost) == 0) { in bpf_set_bcast_mcast()
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c592 if (_ether_cmp(eh->ether_dhost, IF_LLADDR(fsw->fsw_ifp))) { in fsw_ethernet_demux()
599 if (_ether_cmp(etherbroadcastaddr, eh->ether_dhost) == 0) { in fsw_ethernet_demux()
/xnu-12377.81.4/bsd/skywalk/nexus/
H A Dnexus_traffic_rule_eth.c231 if (!_ether_cmp(&tdi->eth_raddr, &mac_zeros_addr)) { in eth_traffic_rule_validate()
319 _ether_cmp(&tdi0->eth_raddr, &tdi->eth_raddr)) { in eth_traffic_rule_match()
/xnu-12377.81.4/bsd/skywalk/nexus/netif/
H A Dnx_netif_flow.c453 valid = (_ether_cmp(local_addr, addr) == 0); in nx_netif_validate_macaddr()
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_var.h520 if (_ether_cmp(etherbroadcastaddr, (_addr)) == 0) \