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 *);
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_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...]

Completed in 22 milliseconds