Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/net/
H A Dethernet.h146 _ether_cmp(const void * a, const void * b) in _ether_cmp() function
154 _ether_cmp(const void * a, const void * b) in _ether_cmp() function
H A Dether_if_module.c369 if (_ether_cmp(etherbroadcastaddr, eh->ether_dhost) == 0) { in ether_demux()
394 if (_ether_cmp(eh->ether_dhost, IF_LLADDR(ifp))) { in ether_demux()
559 } else if (_ether_cmp(edst, IF_LLADDR(ifp)) == 0) { in ether_frameout_extended()
H A Dif_bridge.c1560 if (_ether_cmp(sc->sc_defaddr, in bridge_clone_create()
2624 _ether_cmp(IF_LLADDR(sc->sc_ifp), sc->sc_defaddr) == 0) { in bridge_ioctl_add()
5731 if (_ether_cmp(ether_dhost, etherbroadcastaddr) == 0) {
5975 _ether_cmp(eh_in.ether_dhost, IF_LLADDR(ifp)) == 0) {
6004 _ether_cmp(eh_in.ether_dhost, bstp_etheraddr) == 0) {
6108 if (_ether_cmp(IF_LLADDR((iface)), eh_in.ether_dhost) == 0 || \
6132 if (_ether_cmp(IF_LLADDR((iface)), eh_in.ether_shost) == 0 || \
6171 if (_ether_cmp(eh_in.ether_dhost, IF_LLADDR(bridge_ifp)) == 0 ||
H A Dbpf.c423 if (_ether_cmp(etherbroadcastaddr, in bpf_movein()
/xnu-8020.121.3/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c578 if (_ether_cmp(eh->ether_dhost, IF_LLADDR(fsw->fsw_ifp))) { in fsw_ethernet_demux()
/xnu-8020.121.3/bsd/skywalk/nexus/netif/
H A Dnx_netif_flow.c453 valid = (_ether_cmp(local_addr, addr) == 0); in nx_netif_validate_macaddr()
/xnu-8020.121.3/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_var.h453 if (_ether_cmp(etherbroadcastaddr, (_addr)) == 0) \