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

/freebsd-11-stable/sys/net/
H A Dif_sppp.h93 * This is a cut down struct sppp (see below) that can easily be
138 struct sppp { struct
142 struct sppp *pp_next; /* next interface in keepalive list */
178 void (*pp_up)(struct sppp *sp);
179 void (*pp_down)(struct sppp *sp);
186 void (*pp_tls)(struct sppp *sp);
187 void (*pp_tlf)(struct sppp *sp);
195 void (*pp_con)(struct sppp *sp);
196 void (*pp_chg)(struct sppp *sp, int new_state);
206 #define IFP2SP(ifp) ((struct sppp *)(if
[all...]
H A Dif_spppsubr.c174 static MALLOC_DEFINE(M_SPPP, "sppp", "synchronous PPP interface internals");
208 u_char protoidx; /* index into state table in struct sppp */
216 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 *s
[all...]
H A 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)
283 struct mbuf *sppp_fr_header (struct sppp *sp, struct mbuf *m,
353 void sppp_fr_keepalive (struct sppp *sp)
403 static void sppp_fr_arp (struct sppp *sp, struct arp_req *req,
518 static void sppp_fr_signal (struct sppp *sp, unsigned char *h, int len)
/freebsd-11-stable/sys/modules/sppp/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/sppp/Makefile 319182 2017-05-30 04:11:12Z ngie $
5 KMOD= sppp
/freebsd-11-stable/sys/modules/netgraph/
H A DMakefile48 sppp \
/freebsd-11-stable/etc/
H A Dnetstart46 /etc/rc.d/sppp ${_start}
/freebsd-11-stable/sys/netgraph/
H A Dng_sppp.c48 static MALLOC_DEFINE(M_NETGRAPH_SPPP, "netgraph_sppp", "netgraph sppp node");
98 NETGRAPH_INIT(sppp, &typestruct);
100 MODULE_DEPEND (ng_sppp, sppp, 1, 1, 1);
243 struct sppp *pp;
317 struct sppp *const pp = IFP2SP(priv->ifp);
355 struct sppp *const pp = IFP2SP(priv->ifp);
/freebsd-11-stable/sys/dev/lmc/
H A Dif_lmc.c3194 sppp_tls(struct sppp *sppp) argument
3196 if (!(sppp->pp_mode & IFF_LINK2) &&
3197 !(sppp->pp_flags & PP_FR))
3198 sppp->pp_up(sppp);
3203 sppp_tlf(struct sppp *sppp) argument
3205 if (!(sppp->pp_mode & IFF_LINK2) &&
3206 !(sppp
[all...]
H A Dif_lmc.h1080 struct sppp *sppp;
1276 static void sppp_tls(struct sppp *);
1277 static void sppp_tlf(struct sppp *);
1079 struct sppp *sppp; member in struct:softc
/freebsd-11-stable/etc/rc.d/
H A DMakefile103 sppp \
/freebsd-11-stable/sys/dev/ce/
H A Dif_ce.c80 /* If we don't have Cronyx's sppp version, we don't have fr support via sppp */
86 #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);
696 bzero (d->ifp, sizeof(struct sppp));
867 static void ce_tlf (struct sppp *sp)
875 static void ce_tls (struct sppp *sp)
2629 MODULE_DEPEND (ce, sppp,
[all...]
/freebsd-11-stable/sys/dev/cp/
H A Dif_cp.c71 /* If we don't have Cronyx's sppp version, we don't have fr support via sppp */
159 static void cp_tlf (struct sppp *sp);
160 static void cp_tls (struct sppp *sp);
653 static void cp_tlf (struct sppp *sp)
665 static void cp_tls (struct sppp *sp)
2266 MODULE_DEPEND (cp, sppp, 1, 1, 1);
/freebsd-11-stable/sys/dev/cx/
H A Dif_cx.c75 /* If we don't have Cronyx's sppp version, we don't have fr support via sppp */
209 static void cx_tlf (struct sppp *sp);
210 static void cx_tls (struct sppp *sp);
1016 static void cx_tlf (struct sppp *sp)
1027 static void cx_tls (struct sppp *sp)
2543 MODULE_DEPEND (isa_cx, sppp, 1, 1, 1);
/freebsd-11-stable/sys/dev/ctau/
H A Dif_ct.c71 /* If we don't have Cronyx's sppp version, we don't have fr support via sppp */
165 static void ct_tlf (struct sppp *sp);
166 static void ct_tls (struct sppp *sp);
863 static void ct_tlf (struct sppp *sp)
874 static void ct_tls (struct sppp *sp)
2204 MODULE_DEPEND (ct, sppp, 1, 1, 1);
/freebsd-11-stable/sys/modules/
H A DMakefile634 _sppp= sppp
/freebsd-11-stable/share/man/man4/
H A DMakefile532 sppp.4 \

Completed in 227 milliseconds