Searched defs:sppp (Results 1 – 1 of 1) sorted by relevance
138 struct sppp { struct144 struct sppp *pp_next; /* next interface in keepalive list */ argument145 u_int pp_mode; /* major protocol modes (cisco/ppp/...) */146 u_int pp_flags; /* sub modes */170 * These functions are filled in by sppp_attach(), and are argument177 void (*pp_up)(struct sppp *sp); argument178 void (*pp_down)(struct sppp *sp); argument185 void (*pp_tls)(struct sppp *sp); argument186 void (*pp_tlf)(struct sppp *sp); argument194 void (*pp_con)(struct sppp *sp); argument[all …]