/src/sys/arch/mac68k/dev/ |
if_mc.c | 87 static inline uint16_t ether_cmp(void *, void *); 105 ether_cmp(void *one, void *two) function in typeref:typename:uint16_t 132 #define ETHER_CMP ether_cmp 680 if (ETHER_CMP(enm->enm_addrlo, enm->enm_addrhi)) {
|
/src/sys/arch/macppc/dev/ |
am79c950.c | 83 static inline uint16_t ether_cmp(void *, void *); 102 ether_cmp(void *one, void *two) function in typeref:typename:uint16_t 129 #define ETHER_CMP ether_cmp 669 if (ETHER_CMP(enm->enm_addrlo, enm->enm_addrhi)) {
|
/src/sys/dev/ic/ |
lance.c | 109 static inline uint16_t ether_cmp(void *, void *); 130 ether_cmp(void *one, void *two) function in typeref:typename:uint16_t 157 #define ETHER_CMP ether_cmp 160 /* Make sure this is short-aligned, for ether_cmp(). */ 456 if (ETHER_CMP(eh->ether_dhost, sc->sc_enaddr) && 457 ETHER_CMP(eh->ether_dhost, bcast_enaddr)) { 467 if (!ETHER_CMP(eh->ether_shost, sc->sc_enaddr)) { 586 if (ETHER_CMP(enm->enm_addrlo, enm->enm_addrhi)) {
|
/src/sys/dev/qbus/ |
if_qt.c | 335 #define ETHER_CMP(a,b) memcmp((a), (b), 6) 364 if (ETHER_CMP(enm->enm_addrlo, enm->enm_addrhi)) {
|