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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dpptp.c168 char getUserIp[18]= ""; local
190 strcpy(getUserIp,value);
213 strcpy(getUserIp,value);
227 if (getUserIp[0] != '\0')
257 if ((strcmp (getUserIp,"0.0.0.0") != 0) && (strcmp (getNetmask,"0.0.0.0") != 0))
259 i_wanip = inet_addr(getUserIp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dl2tpd.c564 char getUserIp[18]= ""; local
586 strcpy(getUserIp,value);
609 strcpy(getUserIp,value);
623 printf("%s user IP: %s\n", __FUNCTION__, getUserIp);
629 if (getUserIp[0] != '\0')
668 if ((strcmp (getUserIp,"0.0.0.0") != 0) && (strcmp (getNetmask,"0.0.0.0") != 0))
670 i_wanip = inet_addr(getUserIp);

Completed in 95 milliseconds