Home
last modified time | relevance | path

Searched refs:sppp (Results 1 – 17 of 17) sorted by relevance

/freebsd-12-stable/sys/net/
Dif_spppsubr.c216 void (*Up)(struct sppp *sp);
217 void (*Down)(struct sppp *sp);
218 void (*Open)(struct sppp *sp);
219 void (*Close)(struct sppp *sp);
221 int (*RCR)(struct sppp *sp, struct lcp_header *h, int len);
222 void (*RCN_rej)(struct sppp *sp, struct lcp_header *h, int len);
223 void (*RCN_nak)(struct sppp *sp, struct lcp_header *h, int len);
225 void (*tlu)(struct sppp *sp);
226 void (*tld)(struct sppp *sp);
227 void (*tls)(struct sppp *sp);
[all …]
Dif_sppp.h138 struct sppp { struct
142 struct sppp *pp_next; /* next interface in keepalive list */ argument
178 void (*pp_up)(struct sppp *sp); argument
179 void (*pp_down)(struct sppp *sp); argument
186 void (*pp_tls)(struct sppp *sp); argument
187 void (*pp_tlf)(struct sppp *sp); argument
195 void (*pp_con)(struct sppp *sp); argument
196 void (*pp_chg)(struct sppp *sp, int new_state); argument
206 #define IFP2SP(ifp) ((struct sppp *)(ifp)->if_l2com) argument
226 void sppp_fr_input (struct sppp *sp, struct mbuf *m);
[all …]
Dif_spppfr.c160 static void sppp_fr_arp (struct sppp *sp, struct arp_req *req, u_short addr);
161 static void sppp_fr_signal (struct sppp *sp, unsigned char *h, int len);
163 void sppp_fr_input (struct sppp *sp, struct mbuf *m) in sppp_fr_input()
283 struct mbuf *sppp_fr_header (struct sppp *sp, struct mbuf *m, in sppp_fr_header()
353 void sppp_fr_keepalive (struct sppp *sp) in sppp_fr_keepalive()
403 static void sppp_fr_arp (struct sppp *sp, struct arp_req *req, in sppp_fr_arp()
518 static void sppp_fr_signal (struct sppp *sp, unsigned char *h, int len) in sppp_fr_signal()
/freebsd-12-stable/sys/netgraph/
Dng_sppp.c98 NETGRAPH_INIT(sppp, &typestruct);
100 MODULE_DEPEND (ng_sppp, sppp, 1, 1, 1);
243 struct sppp *pp; in ng_sppp_constructor()
317 struct sppp *const pp = IFP2SP(priv->ifp); in ng_sppp_rcvmsg()
355 struct sppp *const pp = IFP2SP(priv->ifp); in ng_sppp_rcvdata()
/freebsd-12-stable/sys/modules/sppp/
DMakefile5 KMOD= sppp
/freebsd-12-stable/sys/modules/netgraph/
DMakefile48 sppp \
/freebsd-12-stable/libexec/rc/
Dnetstart46 /etc/rc.d/sppp ${_start}
/freebsd-12-stable/sys/dev/ce/
Dif_ce.c86 #define IFP2SP(ifp) ((struct sppp*)ifp)
215 static void ce_tlf (struct sppp *sp);
216 static void ce_tls (struct sppp *sp);
695 d->ifp = malloc (sizeof(struct sppp), M_DEVBUF, M_WAITOK); in ce_attach()
696 bzero (d->ifp, sizeof(struct sppp)); in ce_attach()
868 static void ce_tlf (struct sppp *sp) in ce_tlf()
876 static void ce_tls (struct sppp *sp) in ce_tls()
2630 MODULE_DEPEND (ce, sppp, 1, 1, 1);
/freebsd-12-stable/libexec/rc/rc.d/
DMakefile106 sppp \
/freebsd-12-stable/sys/dev/cp/
Dif_cp.c159 static void cp_tlf (struct sppp *sp);
160 static void cp_tls (struct sppp *sp);
654 static void cp_tlf (struct sppp *sp) in cp_tlf()
666 static void cp_tls (struct sppp *sp) in cp_tls()
2267 MODULE_DEPEND (cp, sppp, 1, 1, 1);
/freebsd-12-stable/sys/dev/ctau/
Dif_ct.c165 static void ct_tlf (struct sppp *sp);
166 static void ct_tls (struct sppp *sp);
863 static void ct_tlf (struct sppp *sp) in ct_tlf()
874 static void ct_tls (struct sppp *sp) in ct_tls()
2204 MODULE_DEPEND (ct, sppp, 1, 1, 1);
/freebsd-12-stable/sys/dev/cx/
Dif_cx.c209 static void cx_tlf (struct sppp *sp);
210 static void cx_tls (struct sppp *sp);
1016 static void cx_tlf (struct sppp *sp) in cx_tlf()
1027 static void cx_tls (struct sppp *sp) in cx_tls()
2543 MODULE_DEPEND (isa_cx, sppp, 1, 1, 1);
/freebsd-12-stable/sys/i386/conf/
DNOTES513 # with 32 HDLC subchannels (requires sppp (default), or NETGRAPH if
517 # serial adaptor (requires sppp (default), or NETGRAPH if
521 # serial adaptor (requires sppp (default), or NETGRAPH if
/freebsd-12-stable/sys/modules/
DMakefile678 _sppp= sppp
/freebsd-12-stable/share/man/man4/
DMakefile534 sppp.4 \
/freebsd-12-stable/sys/conf/
DNOTES873 # The `sppp' device serves a similar role for certain types
875 device sppp
Dfiles4206 net/if_spppfr.c optional sppp | netgraph_sppp
4207 net/if_spppsubr.c optional sppp | netgraph_sppp
4227 net/slcompress.c optional netgraph_vjc | sppp | \