Linux Kernel
3.7.1
|
#include <uapi/linux/isdn_ppp.h>
Go to the source code of this file.
Data Structures | |
struct | isdn_ppp_resetparams |
struct | isdn_ppp_compressor |
struct | isdn_mppp_stats |
struct | ippp_bundle |
struct | ippp_buf_queue |
struct | ippp_ccp_reset_state |
struct | ippp_ccp_reset |
struct | ippp_struct |
Macros | |
#define | DECOMP_ERR_NOMEM (-10) |
#define | MP_END_FRAG 0x40 |
#define | MP_BEGIN_FRAG 0x80 |
#define | MP_MAX_QUEUE_LEN 16 |
#define | IPPP_RESET_MAXDATABYTES 32 |
#define | NUM_RCV_BUFFS 64 |
Enumerations | |
enum | ippp_ccp_reset_states { CCPResetIdle, CCPResetSentReq, CCPResetRcvdReq, CCPResetSentAck, CCPResetRcvdAck } |
#define DECOMP_ERR_NOMEM (-10) |
Definition at line 23 of file isdn_ppp.h.
#define IPPP_RESET_MAXDATABYTES 32 |
Definition at line 45 of file isdn_ppp.h.
#define MP_BEGIN_FRAG 0x80 |
Definition at line 26 of file isdn_ppp.h.
#define MP_END_FRAG 0x40 |
Definition at line 25 of file isdn_ppp.h.
#define MP_MAX_QUEUE_LEN 16 |
Definition at line 28 of file isdn_ppp.h.
#define NUM_RCV_BUFFS 64 |
Definition at line 119 of file isdn_ppp.h.
Definition at line 129 of file isdn_ppp.h.
Definition at line 2077 of file isdn_ppp.c.
Definition at line 2108 of file isdn_ppp.c.
int isdn_ppp_register_compressor | ( | struct isdn_ppp_compressor * | ) |
Definition at line 2918 of file isdn_ppp.c.
int isdn_ppp_unregister_compressor | ( | struct isdn_ppp_compressor * | ) |
Definition at line 2929 of file isdn_ppp.c.