HomeSort by: relevance | last modified time | path
    Searched defs:ether_cmp (Results 1 - 5 of 5) sorted by relevancy

  /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)) {
smc91cxx.c 193 static inline int ether_cmp(const void *, const void *);
195 ether_cmp(const void *va, const void *vb) function in typeref:typename:int
1170 if (ether_cmp(eh->ether_shost, CLLADDR(ifp->if_sadl)) == 0) {
  /src/sys/arch/sun3/dev/
if_ie.c 203 static inline u_short ether_cmp(u_char *, uint8_t *);
649 ether_cmp(uint8_t *one, uint8_t *two) function in typeref:typename:uint16_t
661 #define ether_equal !ether_cmp
1509 ether_cmp(enm->enm_addrlo, enm->enm_addrhi) != 0) {

Completed in 17 milliseconds