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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dpptp_gre.c156 unsigned char pptp_gw[IPV4_LEN]; /* for static IP case, Foxconn added by EricHuang, 04/03/2007 */ local
199 addr_itox(pptp_gw, getIp, IPV4_LEN);
200 //memcpy(&sp_info.sa_addr.pptp.srcaddr, pptp_gw, IPV4_LEN);
297 /* pptp_gw will be solved in /rc/pptp.c, and if user don't enter the
301 //memcpy(cmpIp, pptp_gw, IPV4_LEN); /* pling removed 03/22/2012 */
321 memcpy(cmpIp, pptp_gw, IPV4_LEN);

Completed in 40 milliseconds