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

/darwin-on-arm/xnu/bsd/net/
H A Dbridgestp.c209 static int bstp_addr_cmp(const uint8_t *, const uint8_t *);
2066 bstp_addr_cmp(const uint8_t *a, const uint8_t *b) function
2089 if (bstp_addr_cmp(addr1, addr2) == 0)
2117 if (bstp_addr_cmp(ifnet_lladdr(ifp), llzero) == 0)
2124 if (bstp_addr_cmp(ifnet_lladdr(ifp), ifnet_lladdr(mif)) < 0) {

Completed in 68 milliseconds