Searched refs:ppp (Results 1 - 25 of 51) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/scripts/
H A Dplog3 if [ -s /var/log/ppp.log ]; then
4 exec tail "$@" /var/log/ppp.log
H A Dpon3 PPP_ON_BOOT=/etc/ppp/ppp_on_boot
11 will be started using settings from /etc/ppp/peers/provider.
13 settings from the appropriate file in the /etc/ppp/peers/ directory, and
25 if [ -z "$1" -a ! -f /etc/ppp/peers/provider ]; then
27 Please configure /etc/ppp/peers/provider or use a command line argument to
28 use another file in /etc/ppp/peers/ directory.
33 if [ "$1" -a ! -f "/etc/ppp/peers/$1" ]; then
35 The file /etc/ppp/peers/$1 does not exist.
H A Dppp-on3 # Script to initiate a ppp connection. This is the first part of the
15 # Export them so that they will be available at 'ppp-on-dialer' time.
23 DIALER_SCRIPT=/etc/ppp/ppp-on-dialer
H A Dppp-on-rsh38 PPPD_LOC_OPT=/etc/ppp/options-rsh-loc
49 PPPD_REM_OPT=/etc/ppp/options-rsh-rem
H A Dppp-on-ssh39 PPPD_LOC_OPT=/etc/ppp/options-ssh-loc
50 PPPD_REM_OPT=/etc/ppp/options-ssh-rem
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dppp_generic.c12 * /dev/ppp device, packet and VJ compression, and multilink.
36 #include <linux/ppp-comp.h>
73 * An instance of /dev/ppp can be associated with either a ppp
74 * interface unit or a ppp channel. In both cases, file->private_data
83 wait_queue_head_t rwait; /* for poll on reading /dev/ppp */
84 atomic_t refcnt; /* # refs (incl /dev/ppp attached) */
92 #define PF_TO_PPP(pf) PF_TO_X(pf, struct ppp)
96 * Data structure describing one ppp unit.
97 * A ppp uni
101 struct ppp { struct
160 struct ppp *ppp; /* ppp unit we're connected to */ member in struct:channel
559 struct ppp *ppp; local
609 struct ppp *ppp = PF_TO_PPP(pf); local
695 struct ppp *ppp = PF_TO_PPP(pf); local
744 struct ppp *ppp; local
979 struct ppp *ppp; local
1080 struct ppp *ppp = (struct ppp *) dev->priv; local
1133 struct ppp *ppp = (struct ppp *) dev->priv; local
1141 struct ppp *ppp = dev->priv; local
1200 ppp_xmit_process(struct ppp *ppp) argument
1219 pad_compress_skb(struct ppp *ppp, struct sk_buff *skb) argument
1274 ppp_send_frame(struct ppp *ppp, struct sk_buff *skb) argument
1413 ppp_push(struct ppp *ppp) argument
1481 ppp_mp_explode(struct ppp *ppp, struct sk_buff *skb) argument
1672 struct ppp *ppp; local
1708 ppp_do_recv(struct ppp *ppp, struct sk_buff *skb, struct channel *pch) argument
1773 ppp_receive_frame(struct ppp *ppp, struct sk_buff *skb, struct channel *pch) argument
1794 ppp_receive_error(struct ppp *ppp) argument
1802 ppp_receive_nonmp_frame(struct ppp *ppp, struct sk_buff *skb) argument
1939 ppp_decompress_frame(struct ppp *ppp, struct sk_buff *skb) argument
2008 ppp_receive_mp_frame(struct ppp *ppp, struct sk_buff *skb, struct channel *pch) argument
2097 ppp_mp_insert(struct ppp *ppp, struct sk_buff *skb) argument
2118 ppp_mp_reconstruct(struct ppp *ppp) argument
2350 ppp_set_compress(struct ppp *ppp, unsigned long arg) argument
2425 ppp_ccp_peek(struct ppp *ppp, struct sk_buff *skb, int inbound) argument
2510 ppp_ccp_closed(struct ppp *ppp) argument
2618 ppp_get_stats(struct ppp *ppp, struct ppp_stats *st) argument
2654 struct ppp *ppp; local
2757 ppp_shutdown_interface(struct ppp *ppp) argument
2786 ppp_destroy_interface(struct ppp *ppp) argument
2863 struct ppp *ppp; local
2902 struct ppp *ppp; local
3070 struct ppp *ppp = ((struct net_device *)pppif)->priv; local
3079 struct ppp *ppp = ((struct net_device *)pppif)->priv; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/solaris/
H A DMakefile.sol214 all: ppp ppp_ahdl ppp_comp
16 ppp: ppp.o ppp_mod.o
17 $(LD) -r -o $@ ppp.o ppp_mod.o
32 ppp.o: ppp.c
51 cp ppp ppp.conf /kernel/drv
53 if grep clone:ppp /etc/minor_perm; then :; else \
54 echo clone:ppp 064
[all...]
H A DMakefile.sol2gcc14 all: ppp ppp_ahdl ppp_comp
16 ppp: ppp.o ppp_mod.o
17 $(LD) -r -o $@ ppp.o ppp_mod.o
32 ppp.o: ppp.c
51 cp ppp ppp.conf /kernel/drv
53 if grep clone:ppp /etc/minor_perm; then :; else \
54 echo clone:ppp 064
[all...]
H A DMakefile.sol2-6422 all: std_objs $(LP64DIR) ppp ppp_ahdl ppp_comp
27 ppp: $(LP64DIR)/ppp.o $(LP64DIR)/ppp_mod.o
28 $(LD) -r -o $(LP64DIR)/$@ $(LP64DIR)/ppp.o $(LP64DIR)/ppp_mod.o
44 $(LP64DIR)/ppp.o: ppp.c
66 cp ppp ppp.conf /kernel/drv
68 cp $(LP64DIR)/ppp /kernel/drv/$(LP64DIR)
70 if grep clone:ppp /et
[all...]
H A DMakefile.sol2-64x23 all: std_objs $(LP64DIR) ppp ppp_ahdl ppp_comp
28 ppp: $(LP64DIR)/ppp.o $(LP64DIR)/ppp_mod.o
29 $(LD) -r -o $(LP64DIR)/$@ $(LP64DIR)/ppp.o $(LP64DIR)/ppp_mod.o
45 $(LP64DIR)/ppp.o: ppp.c
67 cp ppp ppp.conf /kernel/drv
69 cp $(LP64DIR)/ppp /kernel/drv/$(LP64DIR)
71 if grep clone:ppp /et
[all...]
H A DMakefile.sol2gcc-6422 all: std_objs $(LP64DIR) ppp ppp_ahdl ppp_comp
27 ppp: $(LP64DIR)/ppp.o $(LP64DIR)/ppp_mod.o
28 $(LD) -r -o $(LP64DIR)/$@ $(LP64DIR)/ppp.o $(LP64DIR)/ppp_mod.o
44 $(LP64DIR)/ppp.o: ppp.c
66 cp ppp ppp.conf /kernel/drv
68 cp $(LP64DIR)/ppp /kernel/drv/$(LP64DIR)
70 if grep clone:ppp /et
[all...]
H A DMakefile.sol2gcc-64x28 all: std_objs $(LP64DIR) ppp ppp_ahdl ppp_comp
33 ppp: $(LP64DIR)/ppp.o $(LP64DIR)/ppp_mod.o
34 $(LD) -r -o $(LP64DIR)/$@ $(LP64DIR)/ppp.o $(LP64DIR)/ppp_mod.o
50 $(LP64DIR)/ppp.o: ppp.c
72 cp ppp ppp.conf /kernel/drv
74 cp $(LP64DIR)/ppp /kernel/drv/$(LP64DIR)
76 if grep clone:ppp /et
[all...]
H A DMakefile.top2 # ppp top level makefile for SVR4 and Solaris 2
31 cp etc.ppp/options $@
34 $(INSTALL) -f $(ETCDIR) -m 600 etc.ppp/pap-secrets
36 $(INSTALL) -f $(ETCDIR) -m 600 etc.ppp/chap-secrets
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/
H A Dconfigure46 ( cd /tmp; echo "int x;" > ppp$$.c
47 /opt/SUNWspro/bin/cc -c -errwarn -xchip=opteron -xarch=amd64 ppp$$.c >/dev/null 2>&1 || (
50 rm -f ppp$$.c
53 rm -f ppp$$.c ppp$$.o
60 ( cd /tmp; touch ppp$$.c
61 gcc -c -m64 ppp$$.c >/dev/null 2>&1 || (
64 rm -f ppp$$.c
67 rm -f ppp$$.c ppp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/include/linux/
H A Dif_pppvar.h101 * Structure describing each ppp unit.
104 struct ppp { struct
106 struct ppp *next; /* unit with next index */
117 /* Information specific to using ppp on async serial lines. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dsyncppp.h62 struct ppp_device **ppp = dev->priv; local
63 BUG_ON((*ppp)->dev != dev);
64 return &(*ppp)->sppp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dppp_channel.h32 /* Handle an ioctl call that has come in via /dev/ppp. */
41 void *ppp; /* opaque to channel */ member in struct:ppp_channel
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/linux/
H A DMakefile.top7 ETCDIR = $(INSTROOT)@SYSCONF@/ppp
35 $(INSTALL) -c -m 644 etc.ppp/options $@
37 $(INSTALL) -c -m 600 etc.ppp/pap-secrets $@
39 $(INSTALL) -c -m 600 etc.ppp/chap-secrets $@
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dbootx_init.c97 u32 *ppp = &np->properties; local
99 while(*ppp) {
101 (struct bootx_dt_prop *)(base + *ppp);
107 ppp = &pp->next;
224 u32 *cpp, *ppp = &np->properties; local
253 while (*ppp) {
255 (struct bootx_dt_prop *)(base + *ppp);
265 ppp = &pp->next;
282 u32 *cpp, *ppp = &np->properties; local
312 while (*ppp) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/
H A DMakefile27 #SUBDIRS += ppp/pppoecd
28 SUBDIRS += ppp-2.4.4/pppd pppoecd
37 #SUBDIRS += ppp-2.4.4/pppd pptp
38 # SUBDIRS += ppp/pppd pptp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dchap_ms.h71 #include <net/ppp-comp.h> /* MPPE_MAX_KEY_LEN */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/project/gpl/
H A DMakefile27 #SUBDIRS += ppp/pppoecd
28 SUBDIRS += ppp-2.4.4/pppd pppoecd
37 #SUBDIRS += ppp-2.4.4/pppd pptp
38 # SUBDIRS += ppp/pppd pptp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dlsp.c321 double p=defl[m],pp=0.f,ppp=0.f,denom; local
325 ppp = new*ppp + pp;
331 denom=(m-1) * ((m-1)*pp*pp - m*p*ppp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/freevxfs/
H A Dvxfs_lookup.c102 * @ppp: gets filled with the page the return value sits in
106 * cache entry @dp. @ppp will be filled with the page the return
113 vxfs_find_entry(struct inode *ip, struct dentry *dp, struct page **ppp) argument
150 *ppp = pp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/lib/
H A Dll_types.c73 __PF(PPP,ppp)

Completed in 222 milliseconds

123