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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Dutility.js603 function checkIPMain(ip,max) {
612 if(checkIPMain(ip1,255)) return true;
613 if(checkIPMain(ip2,255)) return true;
614 if(checkIPMain(ip3,255)) return true;
615 if(checkIPMain(ip4,max)) return true;
H A Dfuncs.js224 function checkIPMain(ip,max) function
232 if(checkIPMain(ip1,255)==false) return false;
233 if(checkIPMain(ip2,255)==false) return false;
234 if(checkIPMain(ip3,255)==false) return false;
235 if(checkIPMain(ip4,max)==false) return false;

Completed in 38 milliseconds