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

/freebsd-10-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.c177 static MALLOC_DEFINE(M_SPPP, "sppp", "synchronous PPP interface internals");
211 u_char protoidx; /* index into state table in struct sppp */
219 void (*Up)(struct sppp *sp);
220 void (*Down)(struct sppp *sp);
221 void (*Open)(struct sppp *sp);
222 void (*Close)(struct sppp *sp);
224 int (*RCR)(struct sppp *sp, struct lcp_header *h, int len);
225 void (*RCN_rej)(struct sppp *sp, struct lcp_header *h, int len);
226 void (*RCN_nak)(struct sppp *sp, struct lcp_header *h, int len);
228 void (*tlu)(struct sppp *s
[all...]
H A Dif_spppfr.c165 static void sppp_fr_arp (struct sppp *sp, struct arp_req *req, u_short addr);
166 static void sppp_fr_signal (struct sppp *sp, unsigned char *h, int len);
168 void sppp_fr_input (struct sppp *sp, struct mbuf *m)
298 struct mbuf *sppp_fr_header (struct sppp *sp, struct mbuf *m,
378 void sppp_fr_keepalive (struct sppp *sp)
428 static void sppp_fr_arp (struct sppp *sp, struct arp_req *req,
543 static void sppp_fr_signal (struct sppp *sp, unsigned char *h, int len)
/freebsd-10-stable/sys/modules/sppp/
H A DMakefile5 KMOD= sppp
/freebsd-10-stable/sys/modules/netgraph/
H A DMakefile48 sppp \
/freebsd-10-stable/etc/
H A Dnetstart46 /etc/rc.d/sppp ${_start}
/freebsd-10-stable/sys/netgraph/
H A Dng_sppp.c47 static MALLOC_DEFINE(M_NETGRAPH_SPPP, "netgraph_sppp", "netgraph sppp node");
97 NETGRAPH_INIT(sppp, &typestruct);
99 MODULE_DEPEND (ng_sppp, sppp, 1, 1, 1);
242 struct sppp *pp;
316 struct sppp *const pp = IFP2SP(priv->ifp);
354 struct sppp *const pp = IFP2SP(priv->ifp);
/freebsd-10-stable/etc/rc.d/
H A DMakefile113 sppp \
/freebsd-10-stable/sys/dev/lmc/
H A Dif_lmc.c98 # include "sppp.h" /* NSPPP */
156 # include "sppp.h" /* NSPPP */
206 # include "sppp.h" /* NSPPP */
4080 sppp_tls(struct sppp *sppp) argument
4083 if (!(sppp->pp_mode & IFF_LINK2) &&
4084 !(sppp->pp_flags & PP_FR))
4086 if (!(sppp->pp_flags & PP_CISCO))
4088 sppp->pp_up(sppp);
4093 sppp_tlf(struct sppp *sppp) argument
[all...]
H A Dif_lmc.h1123 struct sppp spppcom; /* must be first in sc for fbsd < 6 */
1125 struct sppp *sppp;
1586 static void sppp_tls(struct sppp *);
1587 static void sppp_tlf(struct sppp *);
1124 struct sppp *sppp; member in struct:softc
/freebsd-10-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);
712 d->ifp = malloc (sizeof(struct sppp), M_DEVBUF, M_WAITOK);
713 bzero (d->ifp, sizeof(struct sppp));
884 static void ce_tlf (struct sppp *sp)
892 static void ce_tls (struct sppp *sp)
2652 MODULE_DEPEND (ce, sppp,
[all...]
/freebsd-10-stable/sys/modules/
H A DMakefile579 _sppp= sppp
810 _sppp= sppp
869 _sppp= sppp
/freebsd-10-stable/sys/dev/cx/
H A Dif_cx.c74 /* If we don't have Cronyx's sppp version, we don't have fr support via sppp */
208 static void cx_tlf (struct sppp *sp);
209 static void cx_tls (struct sppp *sp);
1031 static void cx_tlf (struct sppp *sp)
1042 static void cx_tls (struct sppp *sp)
2559 MODULE_DEPEND (isa_cx, sppp, 1, 1, 1);
/freebsd-10-stable/sys/dev/ctau/
H A Dif_ct.c70 /* If we don't have Cronyx's sppp version, we don't have fr support via sppp */
164 static void ct_tlf (struct sppp *sp);
165 static void ct_tls (struct sppp *sp);
879 static void ct_tlf (struct sppp *sp)
890 static void ct_tls (struct sppp *sp)
2221 MODULE_DEPEND (ct, sppp, 1, 1, 1);
/freebsd-10-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);
670 static void cp_tlf (struct sppp *sp)
682 static void cp_tls (struct sppp *sp)
2284 MODULE_DEPEND (cp, sppp, 1, 1, 1);
/freebsd-10-stable/share/man/man4/
H A DMakefile492 sppp.4 \

Completed in 345 milliseconds