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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-babel.c97 static const unsigned char v4prefix[16] = variable
104 if(plen >= 96 && memcmp(prefix, v4prefix, 12) == 0)
119 if(memcmp(prefix, v4prefix, 12) == 0)
154 memcpy(prefix, v4prefix, 12);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/dht/
H A Ddht.c277 static const unsigned char v4prefix[16] = { variable
373 (memcmp(address, v4prefix, 12) == 0);

Completed in 100 milliseconds