Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dethernet.h145 _ether_cmp(const void *__unsafe_indexable a, const void *__unsafe_indexable b) in _ether_cmp() function
H A Dether_if_module.c464 if (_ether_cmp(etherbroadcastaddr, eh->ether_dhost) == 0) { in ether_demux()
477 if (_ether_cmp(eh->ether_dhost, IF_LLADDR(ifp))) { in ether_demux()
652 } else if (_ether_cmp(edst, IF_LLADDR(ifp)) == 0) { in ether_frameout_extended()
H A Dif_bridge.c1620 if (_ether_cmp(sc->sc_defaddr, in bridge_clone_create()
2790 _ether_cmp(IF_LLADDR(sc->sc_ifp), sc->sc_defaddr) == 0) { in bridge_ioctl_add()
6306 if (_ether_cmp(dhost, bstp_etheraddr) == 0) {
6391 if (_ether_cmp(IF_LLADDR((iface)), dhost) == 0) { \
6408 if (_ether_cmp(IF_LLADDR((iface)), eh_in.ether_shost) == 0) { \
6445 if (_ether_cmp(dhost, IF_LLADDR(bridge_ifp)) == 0 &&
6446 (bridge_has_address || _ether_cmp(dhost, IF_LLADDR(ifp)) != 0)) {
10122 if (_ether_cmp(IF_LLADDR(bif->bif_ifp), lladdr) == 0) {
10351 _ether_cmp(dhost, IF_LLADDR(bridge_ifp)) == 0 &&
10352 (bridge_has_address || _ether_cmp(dhost, IF_LLADDR(ifp)) != 0)) {
[all …]
H A Dbpf.c334 if (_ether_cmp(etherbroadcastaddr, eh->ether_dhost) == 0) { in bpf_set_bcast_mcast()
/xnu-11215.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c591 if (_ether_cmp(eh->ether_dhost, IF_LLADDR(fsw->fsw_ifp))) { in fsw_ethernet_demux()
/xnu-11215.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-11215.81.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_var.h510 if (_ether_cmp(etherbroadcastaddr, (_addr)) == 0) \