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

  /src/sys/net/
if_spppvar.h 31 struct sppp;
36 void (*func)(struct sppp *, void *);
136 struct sppp { struct
141 struct sppp *pp_next; /* next interface in keepalive list */
174 krwlock_t pp_lock; /* lock for sppp structure */
198 void (*pp_up)(struct sppp *);
199 void (*pp_down)(struct sppp *);
206 void (*pp_tls)(struct sppp *);
207 void (*pp_tlf)(struct sppp *);
233 struct sppp *sp = (struct sppp *)ifp
    [all...]
if_spppvar.h 31 struct sppp;
36 void (*func)(struct sppp *, void *);
136 struct sppp { struct
141 struct sppp *pp_next; /* next interface in keepalive list */
174 krwlock_t pp_lock; /* lock for sppp structure */
198 void (*pp_up)(struct sppp *);
199 void (*pp_down)(struct sppp *);
206 void (*pp_tls)(struct sppp *);
207 void (*pp_tlf)(struct sppp *);
233 struct sppp *sp = (struct sppp *)ifp
    [all...]

Completed in 32 milliseconds