version 1.1.1.1, 2013/07/22 08:44:29
|
version 1.1.1.2, 2021/03/17 00:39:23
|
Line 46
|
Line 46
|
#define CCP_TY_V42BIS 20 /* V.42bis compression */ |
#define CCP_TY_V42BIS 20 /* V.42bis compression */ |
#define CCP_TY_BSD 21 /* BSD LZW Compress */ |
#define CCP_TY_BSD 21 /* BSD LZW Compress */ |
#define CCP_TY_LZS_DCP 23 /* LZS-DCP Compression Protocol */ |
#define CCP_TY_LZS_DCP 23 /* LZS-DCP Compression Protocol */ |
#define CCP_TY_DEFLATE24 24 /* Gzip "deflate" compression WRONG! */ | #define CCP_TY_MVRCA 24 /* MVRCA (Magnalink) */ |
#define CCP_TY_DCE 25 /* Data Compression in Data Circuit-Terminating Equipment */ |
#define CCP_TY_DCE 25 /* Data Compression in Data Circuit-Terminating Equipment */ |
#define CCP_TY_DEFLATE 26 /* Gzip "deflate" compression */ |
#define CCP_TY_DEFLATE 26 /* Gzip "deflate" compression */ |
#define CCP_TY_V44 27 /* V.44/LZJH Compression Protocol */ |
#define CCP_TY_V44 27 /* V.44/LZJH Compression Protocol */ |
Line 114
|
Line 114
|
extern int CcpSubtractBloat(Bund b, int size); |
extern int CcpSubtractBloat(Bund b, int size); |
extern void CcpSendResetReq(Bund b); |
extern void CcpSendResetReq(Bund b); |
extern void CcpRecvMsg(Bund b, struct ng_mesg *msg, int len); |
extern void CcpRecvMsg(Bund b, struct ng_mesg *msg, int len); |
extern int CcpStat(Context ctx, int ac, char *av[], void *arg); | extern int CcpStat(Context ctx, int ac, const char *const av[], const void *arg); |
|
|
#endif |
#endif |
|
|