Home
last modified time | relevance | path

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

/NextBSD/sys/net/
HDif_sppp.h138 struct sppp { struct
142 struct sppp *pp_next; /* next interface in keepalive list */ argument
143 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 argument
178 void (*pp_up)(struct sppp *sp); argument
179 void (*pp_down)(struct sppp *sp); argument
[all …]
/NextBSD/sys/dev/lmc/
HDif_lmc.c3190 sppp_tls(struct sppp *sppp) in sppp_tls()
3199 sppp_tlf(struct sppp *sppp) in sppp_tlf()
HDif_lmc.h1079 struct sppp *sppp; member