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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/rc/
H A Dnetwork.c2328 in_addr_t uiWANIP; local
2336 uiWANIP = inet_network(pcWANIP);
2339 if ((uiWANIP == 0) || (uiWANIP == -1) ||
2340 (uiWANIP & 0xffff0000) == 0xc0a80000 || /* 192.168.x.x */
2341 (uiWANIP & 0xfff00000) == 0xac100000 || /* 172.16.x.x */
2342 (uiWANIP & 0xff000000) == 0x0a000000) /* 10.x.x.x */
2364 (unsigned short)(uiWANIP>>16), (unsigned short)uiWANIP, uw6to4ID);
2379 stWANIP.s_addr = htonl(uiWANIP);
[all...]

Completed in 191 milliseconds