HomeSort by: relevance | last modified time | path
    Searched refs:sppp (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/net/
if_spppvar.h 31 struct sppp;
36 void (*func)(struct sppp *, void *);
137 struct sppp { struct
142 struct sppp *pp_next; /* next interface in keepalive list */
161 krwlock_t pp_lock; /* lock for sppp structure */
185 void (*pp_up)(struct sppp *);
186 void (*pp_down)(struct sppp *);
193 void (*pp_tls)(struct sppp *);
194 void (*pp_tlf)(struct sppp *);
202 void (*pp_con)(struct sppp *);
    [all...]
if_spppsubr.c 265 u_char protoidx; /* index into state table in struct sppp */
273 void (*Up)(struct sppp *, void *);
274 void (*Down)(struct sppp *, void *);
275 void (*Open)(struct sppp *, void *);
276 void (*Close)(struct sppp *, void *);
277 void (*TO)(struct sppp *, void *);
279 void (*tlu)(struct sppp *);
280 void (*tld)(struct sppp *);
281 void (*tls)(const struct cp *, struct sppp *);
282 void (*tlf)(const struct cp *, struct sppp *);
    [all...]
if_pppoe.c 170 struct sppp sc_sppp; /* contains a struct ifnet as first element */
220 static void pppoe_tls(struct sppp *);
221 static void pppoe_tlf(struct sppp *);
1930 pppoe_tls(struct sppp *sp)
1960 pppoe_tlf(struct sppp *sp)
  /src/sys/compat/common/
if_spppsubr50.c 103 int sppp_compat50_params(struct sppp *, u_long, void *);
106 sppp_compat50_params(struct sppp *sp, u_long cmd, void *data)
  /src/doc/
TODO.modules 31 no ath* and no select sppp*
  /src/sys/sys/
compat_stub.h 122 struct sppp;
123 MODULE_HOOK(sppp_params_50_hook, int, (struct sppp *, u_long, void *));

Completed in 16 milliseconds