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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dpptp.c169 char getNetmask[18]= ""; local
198 strcpy(getNetmask,value);
221 strcpy(getNetmask,value);
257 if ((strcmp (getUserIp,"0.0.0.0") != 0) && (strcmp (getNetmask,"0.0.0.0") != 0))
260 i_netmask = inet_addr(getNetmask);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dl2tpd.c565 char getNetmask[18]= ""; local
594 strcpy(getNetmask,value);
617 strcpy(getNetmask,value);
625 printf("%s netmask:%s\n", __FUNCTION__, getNetmask);
668 if ((strcmp (getUserIp,"0.0.0.0") != 0) && (strcmp (getNetmask,"0.0.0.0") != 0))
671 i_netmask = inet_addr(getNetmask);

Completed in 44 milliseconds