Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dbridgestp.c149 static int bstp_addr_cmp(const uint8_t *, const uint8_t *);
2016 bstp_addr_cmp(const uint8_t *a, const uint8_t *b) in bstp_addr_cmp() function
2039 if (bstp_addr_cmp(addr1, addr2) == 0) in bstp_same_bridgeid()
2078 if (bstp_addr_cmp(IF_LLADDR(ifp), llzero) == 0) in bstp_reinit()
2085 if (bstp_addr_cmp(IF_LLADDR(ifp), IF_LLADDR(mif)) < 0) { in bstp_reinit()