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

/netbsd-current/external/mpl/dhcp/bind/dist/lib/irs/
H A Dresconf.c234 unsigned char zeroaddress[] = { 0, 0, 0, 0 }; local
238 if (memcmp(v4, zeroaddress, 4) == 0) {
267 unsigned char zeroaddress[] = { 0, 0, 0, 0 }; local
269 if (memcmp(&v4, zeroaddress, 4) == 0) {
/netbsd-current/external/mpl/bind/dist/lib/irs/
H A Dresconf.c236 unsigned char zeroaddress[] = { 0, 0, 0, 0 }; local
240 if (memcmp(v4, zeroaddress, 4) == 0) {
269 unsigned char zeroaddress[] = { 0, 0, 0, 0 }; local
271 if (memcmp(&v4, zeroaddress, 4) == 0) {

Completed in 83 milliseconds