|
Lines 88-95
Link Here
|
| 88 |
u_short pp_alivecnt; /* keepalive packets counter */ |
88 |
u_short pp_alivecnt; /* keepalive packets counter */ |
| 89 |
u_short pp_loopcnt; /* loopback detection counter */ |
89 |
u_short pp_loopcnt; /* loopback detection counter */ |
| 90 |
u_long pp_seq; /* local sequence number */ |
90 |
u_long pp_seq; /* local sequence number */ |
| 91 |
u_long pp_rseq; /* remote sequence number */ |
91 |
u_long pp_rseq; /* remote sequence number */ |
|
|
92 |
time_t pp_last_sent; /* time() when the last packet was sent */ |
| 93 |
time_t pp_last_recv; /* time() when the last packet was received */ |
| 92 |
enum ppp_phase pp_phase; /* phase we're currently in */ |
94 |
enum ppp_phase pp_phase; /* phase we're currently in */ |
| 93 |
int state[IDX_COUNT]; /* state machine */ |
95 |
int state[IDX_COUNT]; /* state machine */ |
| 94 |
u_char confid[IDX_COUNT]; /* id of last configuration request */ |
96 |
u_char confid[IDX_COUNT]; /* id of last configuration request */ |
| 95 |
int rst_counter[IDX_COUNT]; /* restart counter */ |
97 |
int rst_counter[IDX_COUNT]; /* restart counter */ |