Home
last modified time | relevance | path

Searched defs:sppp (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/net/sppp/
H A Dif_sppp.h138 struct sppp { struct
144 struct sppp *pp_next; /* next interface in keepalive list */ argument
145 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 argument
177 void (*pp_up)(struct sppp *sp); argument
178 void (*pp_down)(struct sppp *sp); argument
185 void (*pp_tls)(struct sppp *sp); argument
186 void (*pp_tlf)(struct sppp *sp); argument
194 void (*pp_con)(struct sppp *sp); argument
[all …]