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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A DGeoIP.h56 #define GEOIP_CHKBIT_V6(bit,ptr) (ptr[((127UL - bit) >> 3)] & (1UL << (~(127 - bit) & 7))) macro
H A DGeoIP.c773 if (GEOIP_CHKBIT_V6(depth, ipnum.s6_addr )) {

Completed in 60 milliseconds