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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dsyncppp.h36 struct sppp struct
38 struct sppp * pp_next; /* next interface in keepalive list */
56 struct sppp sppp; /* Synchronous PPP */ member in struct:ppp_device
60 (&((struct ppp_device *)(*(unsigned long *)((dev)->priv)))->sppp)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dsyncppp.h36 struct sppp struct
38 struct sppp * pp_next; /* next interface in keepalive list */
56 struct sppp sppp; /* Synchronous PPP */ member in struct:ppp_device
60 (&((struct ppp_device *)(*(unsigned long *)((dev)->priv)))->sppp)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dsyncppp.c130 static struct sppp *spppq;
135 static void sppp_cp_send (struct sppp *sp, u16 proto, u8 type,
137 static void sppp_cisco_send (struct sppp *sp, int type, long par1, long par2);
138 static void sppp_lcp_input (struct sppp *sp, struct sk_buff *m);
139 static void sppp_cisco_input (struct sppp *sp, struct sk_buff *m);
140 static void sppp_ipcp_input (struct sppp *sp, struct sk_buff *m);
141 static void sppp_lcp_open (struct sppp *sp);
142 static void sppp_ipcp_open (struct sppp *sp);
143 static int sppp_lcp_conf_parse_options (struct sppp *sp, struct lcp_header *h,
159 struct sppp *s
[all...]
H A Dcomx-proto-ppp.c27 * - don't test IFF_RUNNING but the pp_link_state of the sppp
65 struct sppp *sp = (struct sppp *)sppp_of(dev);
211 pppdev->sppp.pp_flags |= PP_CISCO;
214 pppdev->sppp.pp_flags &= ~PP_CISCO;
H A Dwanpipe_multppp.c544 struct sppp *sp;
628 sp = &pppdev->sppp;
H A Dhdlc.c961 hdlc->pppdev.sppp.pp_flags &= ~PP_CISCO;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/lmc/
H A Dlmc_main.c153 struct sppp *sp;
178 sp = &((struct ppp_device *) dev)->sppp;
893 /* Initialize the sppp layer */

Completed in 160 milliseconds