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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/bcmupnp/upnp/linux/
H A Dupnpnat.c111 char IntIP[sizeof("255.255.255.255")] = {0}; local
155 strncpy(IntIP, *argv, sizeof(IntIP));
156 IntIP[sizeof(IntIP)-1] = 0;
193 inet_aton(IntIP, (struct in_addr *)&entry->ipaddr);

Completed in 45 milliseconds