Home
last modified time | relevance | path

Searched defs:Bcmp (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sbin/routed/
H A Dradix.h139 #define Bcmp(a, b, n) memcmp(((void *)(a)), ((void *)(b)), (n)) macro
H A Dradix.c66 #define Bcmp(a, b, l) (l == 0 ? 0 \ macro