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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dether_if_module.c153 _ether_cmp(const void * a, const void * b) function
385 if (_ether_cmp(etherbroadcastaddr, eh->ether_dhost) == 0)
404 if (_ether_cmp(eh->ether_dhost, ifnet_lladdr(ifp))) {
538 if (_ether_cmp(edst, ifnet_lladdr(ifp)) == 0) {

Completed in 5 milliseconds