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.c148 static int bstp_addr_cmp(const uint8_t *, const uint8_t *);
2015 bstp_addr_cmp(const uint8_t *a, const uint8_t *b) in bstp_addr_cmp() function
2038 if (bstp_addr_cmp(addr1, addr2) == 0) in bstp_same_bridgeid()
2076 if (bstp_addr_cmp(IF_LLADDR(ifp), llzero) == 0) in bstp_reinit()
2083 if (bstp_addr_cmp(IF_LLADDR(ifp), IF_LLADDR(mif)) < 0) { in bstp_reinit()