Searched defs:allzero (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | SparseBitVector.h | 197 bool allzero = true; in intersectWith() local 220 bool allzero = true; in intersectWithComplement() local 242 bool allzero = true; in intersectWithComplement() local
|
/netbsd-src/sys/netinet6/ |
H A D | in6_ifattach.c | 175 static u_int8_t allzero[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in in6_get_hw_ifid() local
|
/netbsd-src/external/bsd/dhcpcd/dist/src/ |
H A D | ipv6.c | 1425 static const uint8_t allzero[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; variable
|