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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A DMakefile35 PPTP_BIN = pptp
37 PPTP_OBJS = pptp.o pptp_gre.o ppp_fcs.o \
70 install -m 755 pptp $(BINDIR)
72 # install -m 644 pptp.8 $(MANDIR)
74 # install -m 644 options.pptp $(PPPDIR)
75 $(STRIP) $(BINDIR)/pptp
79 $(RM) $(BINDIR)/pptp $(MANDIR)/pptp.8
82 $(RM) pptp-$(VERSION)$(RELEASE).tar.gz
83 $(RM) -r pptp
[all...]
H A Dpptpox.h1 /* Foxconn added start, pptp, Winster Chan, 06/26/2006 */
34 struct pptp_addr pptp; member in union:sockaddr_pptpox::__anon1557
45 /* Foxconn added end, pptp, Winster Chan, 06/26/2006 */
H A Dpptp_gre.c136 ** Description: Get the essential information for connecting pptp kernel
179 memcpy(sp_info.sa_addr.pptp.dev, wan_ifname, IFNAMSIZ);
193 memcpy(&sp_info.sa_addr.pptp.srcaddr, userIp, IPV4_LEN);
200 //memcpy(&sp_info.sa_addr.pptp.srcaddr, pptp_gw, IPV4_LEN);
216 /* get pptp server ip after gethostbyname, it called in pptp.c */
218 memcpy(sp_info.sa_addr.pptp.dev, wan_ifname, IFNAMSIZ);
225 memcpy(&sp_info.sa_addr.pptp.dstaddr, servIp, IPV4_LEN);
246 memcpy(&sp_info.sa_addr.pptp.srcaddr, dhcpIp, IPV4_LEN);
297 /* pptp_gw will be solved in /rc/pptp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_pppox.h54 /* Foxconn added start, pptp, Winster Chan, 06/26/2006 */
68 /* Foxconn added end, pptp, Winster Chan, 06/26/2006 */
74 #if 0 /* Foxconn modified start, pptp, Winster Chan, 06/26/2006 */
84 #endif /* Foxconn modified end, pptp, Winster Chan, 06/26/2006 */
94 /* Foxconn added start, pptp, Winster Chan, 06/26/2006 */
99 struct pptp_addr pptp; member in union:sockaddr_pptpox::__anon9906
102 /* Foxconn added end, pptp, Winster Chan, 06/26/2006 */
122 /* Foxconn added start, pptp, Winster Chan, 06/26/2006 */
125 /* Foxconn added end, pptp, Winster Chan, 06/26/2006 */
174 /* Foxconn added start, pptp, Winste
278 struct pptp_opt pptp; member in union:pppox_sock::__anon9907
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/
H A DMakefile37 #SUBDIRS += ppp-2.4.4/pppd pptp
38 # SUBDIRS += ppp/pppd pptp
39 SUBDIRS += pptp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/project/gpl/
H A DMakefile37 #SUBDIRS += ppp-2.4.4/pppd pptp
38 # SUBDIRS += ppp/pppd pptp
39 SUBDIRS += pptp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dpptp.c200 dev = dev_get_by_name(sp->sa_addr.pptp.dev);
205 return get_item(sp->sa_addr.pptp.srcaddr, sp->sa_addr.pptp.remote, ifindex);
310 /* Foxconn added start, pptp, Winster Chan, 06/26/2006 */
427 /* Foxconn added end, pptp, Winster Chan, 06/26/2006 */
663 if ((sk->sk_state & PPPOX_CONNECTED) && sp->sa_addr.pptp.srcaddr)
668 if ((sk->sk_state & PPPOX_DEAD) && !sp->sa_addr.pptp.srcaddr )
688 if (sp->sa_addr.pptp.srcaddr != 0) {
689 call_id = sp->sa_addr.pptp.cid;
690 peer_call_id = sp->sa_addr.pptp
[all...]
H A DMakefile126 obj-$(CONFIG_PPPOE) += pppox.o pppoe.o pptp.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pppoecd/
H A Dpppoe.h129 struct pptp_addr pptp; member in union:sockaddr_pptpox::__anon1547
158 /* Foxconn added end, pptp, Winster Chan, 06/26/2006 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/config/
H A DMakefile.am108 net nis openslp pap phpini postfix postgresql ppp-client pptp-client pptp-server \
H A DMakefile.in657 net nis openslp pap phpini postfix postgresql ppp-client pptp-client pptp-server \
H A DMakefile657 net nis openslp pap phpini postfix postgresql ppp-client pptp-client pptp-server \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/config/
H A DMakefile.am108 net nis openslp pap phpini postfix postgresql ppp-client pptp-client pptp-server \
H A DMakefile.in763 net nis openslp pap phpini postfix postgresql ppp-client pptp-client pptp-server \
H A DMakefile763 net nis openslp pap phpini postfix postgresql ppp-client pptp-client pptp-server \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_pptp.c554 static struct nf_conntrack_helper pptp __read_mostly = {
555 .name = "pptp",
571 return nf_conntrack_helper_register(&pptp);
576 nf_conntrack_helper_unregister(&pptp);

Completed in 155 milliseconds