Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbridgestp.c150 static int bstp_addr_cmp(const uint8_t *, const uint8_t *);
1992 bstp_addr_cmp(const uint8_t *a, const uint8_t *b) in bstp_addr_cmp() function
2015 if (bstp_addr_cmp(addr1, addr2) == 0) in bstp_same_bridgeid()
2053 if (bstp_addr_cmp(IF_LLADDR(ifp), llzero) == 0) in bstp_reinit()
2060 if (bstp_addr_cmp(IF_LLADDR(ifp), IF_LLADDR(mif)) < 0) { in bstp_reinit()