Searched defs:sppp (Results 1 – 1 of 1) sorted by relevance
138 struct sppp { struct142 struct sppp *pp_next; /* next interface in keepalive list */ argument144 u_int pp_flags; /* sub modes */171 * These functions are filled in by sppp_attach(), and are argument178 void (*pp_up)(struct sppp *sp); argument179 void (*pp_down)(struct sppp *sp); argument186 void (*pp_tls)(struct sppp *sp); argument187 void (*pp_tlf)(struct sppp *sp); argument195 void (*pp_con)(struct sppp *sp); argument196 void (*pp_chg)(struct sppp *sp, int new_state); argument[all …]