Searched defs:sppp (Results 1 – 3 of 3) sorted by relevance
138 struct sppp { struct142 struct sppp *pp_next; /* next interface in keepalive list */ argument143 u_int pp_mode; /* major protocol modes (cisco/ppp/...) */144 u_int pp_flags; /* sub modes */145 u_short pp_alivecnt; /* keepalive packets counter */146 u_short pp_loopcnt; /* loopback detection counter */147 u_long pp_seq[IDX_COUNT]; /* local sequence number */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); argument[all …]
3190 sppp_tls(struct sppp *sppp) in sppp_tls()3199 sppp_tlf(struct sppp *sppp) in sppp_tlf()
1079 struct sppp *sppp; member