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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dradix.h185 #define Bcmp(a, b, n) bcmp(((char *)(a)), ((char *)(b)), (n)) macro
191 #define Bcmp(a, b, n) bcmp(((caddr_t)(a)), ((caddr_t)(b)), (unsigned)(n)) macro
H A Dradix.c107 #undef Bcmp macro
108 #define Bcmp(a, b, l) \ macro
523 if (Bcmp(addmask_key, x->rn_key, mlen) != 0)
767 Bcmp(v + head_off, tt->rn_key + head_off, vlen - head_off))
H A Drtsock.c403 if (t && Bcmp(genmask, t->rn_key, *(u_char *)genmask) == 0)

Completed in 81 milliseconds