Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Enumerations | Variables
nf_conntrack_pptp.h File Reference
#include <linux/netfilter/nf_conntrack_common.h>

Go to the source code of this file.

Data Structures

struct  nf_ct_pptp_master
 
struct  nf_nat_pptp
 

Enumerations

enum  pptp_ctrlsess_state {
  PPTP_SESSION_NONE, PPTP_SESSION_ERROR, PPTP_SESSION_STOPREQ, PPTP_SESSION_REQUESTED,
  PPTP_SESSION_CONFIRMED
}
 
enum  pptp_ctrlcall_state {
  PPTP_CALL_NONE, PPTP_CALL_ERROR, PPTP_CALL_OUT_REQ, PPTP_CALL_OUT_CONF,
  PPTP_CALL_IN_REQ, PPTP_CALL_IN_REP, PPTP_CALL_IN_CONF, PPTP_CALL_CLEAR_REQ
}
 

Variables

const char *const pptp_msg_name []
 

Enumeration Type Documentation

Enumerator:
PPTP_CALL_NONE 
PPTP_CALL_ERROR 
PPTP_CALL_OUT_REQ 
PPTP_CALL_OUT_CONF 
PPTP_CALL_IN_REQ 
PPTP_CALL_IN_REP 
PPTP_CALL_IN_CONF 
PPTP_CALL_CLEAR_REQ 

Definition at line 19 of file nf_conntrack_pptp.h.

Enumerator:
PPTP_SESSION_NONE 
PPTP_SESSION_ERROR 
PPTP_SESSION_STOPREQ 
PPTP_SESSION_REQUESTED 
PPTP_SESSION_CONFIRMED 

Definition at line 10 of file nf_conntrack_pptp.h.

Variable Documentation

const char* const pptp_msg_name[]