Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dbridgestp.c213 static int bstp_addr_cmp(const uint8_t *, const uint8_t *);
2166 bstp_addr_cmp(const uint8_t *a, const uint8_t *b) in bstp_addr_cmp() function
2189 if (bstp_addr_cmp(addr1, addr2) == 0) { in bstp_same_bridgeid()
2219 if (bstp_addr_cmp(IF_LLADDR(ifp), llzero) == 0) { in bstp_reinit()
2227 if (bstp_addr_cmp(IF_LLADDR(ifp), IF_LLADDR(mif)) < 0) { in bstp_reinit()