|
Lines 1-8
Link Here
|
| 1 |
/* |
1 |
/* |
| 2 |
* Synchronous PPP/Cisco link level subroutines. |
2 |
* Synchronous PPP/Cisco/Frame Relay link level subroutines. |
| 3 |
* Keepalive protocol implemented in both Cisco and PPP modes. |
3 |
* Keepalive protocol implemented in both Cisco and PPP modes. |
|
|
4 |
* ANSI T1.617-compaible link management signaling |
| 5 |
* implemented for Frame Relay mode. |
| 6 |
* Cisco-type Frame Relay framing added, thanks Alex Tutubalin. |
| 7 |
* Only one DLCI per channel for now. |
| 4 |
* |
8 |
* |
| 5 |
* Copyright (C) 1994-1996 Cronyx Engineering Ltd. |
9 |
* Copyright (C) 1994-1999 Cronyx Engineering Ltd. |
| 6 |
* Author: Serge Vakulenko, <vak@cronyx.ru> |
10 |
* Author: Serge Vakulenko, <vak@cronyx.ru> |
| 7 |
* |
11 |
* |
| 8 |
* Heavily revamped to conform to RFC 1661. |
12 |
* Heavily revamped to conform to RFC 1661. |
|
Lines 226-231
Link Here
|
| 226 |
#define CISCO_PACKET_LEN 18 |
230 |
#define CISCO_PACKET_LEN 18 |