Searched defs:Bzero (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dradix.h141 #define Bzero(p, n) memset((void *)(p), 0, (size_t)(n)); macro
/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dradix_ipf.h143 # undef Bzero macro
153 #define Bzero(p, n) bzero((caddr_t)(p), (unsigned)(n)); macro

Completed in 64 milliseconds