ether_equal
if (ether_equal(eh->ether_dhost, sc->sc_arpcom.ac_enaddr))
if (ether_equal(eh->ether_dhost, sc->sc_arpcom.ac_enaddr))
if (ether_equal(eh->ether_dhost, (u_char *)&sc->mcast_addrs[i])) {
if (ether_equal(eh->ether_dhost, sc->sc_arpcom.ac_enaddr))
static __inline int ether_equal(u_char *, u_char *);