Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
debug.c File Reference
#include <net/sctp/sctp.h>

Go to the source code of this file.

Functions

const charsctp_cname (const sctp_subtype_t cid)
 
const charsctp_pname (const sctp_subtype_t id)
 
const charsctp_oname (const sctp_subtype_t id)
 
const charsctp_tname (const sctp_subtype_t id)
 

Variables

const char *const sctp_state_tbl [SCTP_STATE_NUM_STATES]
 
const char *const sctp_evttype_tbl []
 
const char *const sctp_status_tbl []
 

Function Documentation

const char* sctp_cname ( const sctp_subtype_t  cid)

Definition at line 74 of file debug.c.

const char* sctp_oname ( const sctp_subtype_t  id)

Definition at line 157 of file debug.c.

const char* sctp_pname ( const sctp_subtype_t  id)

Definition at line 144 of file debug.c.

const char* sctp_tname ( const sctp_subtype_t  id)

Definition at line 178 of file debug.c.

Variable Documentation

const char* const sctp_evttype_tbl[]
Initial value:
= {
"EVENT_T_unknown",
"EVENT_T_CHUNK",
"EVENT_T_TIMEOUT",
"EVENT_T_OTHER",
"EVENT_T_PRIMITIVE"
}

Definition at line 112 of file debug.c.

Initial value:
= {
"STATE_CLOSED",
"STATE_COOKIE_WAIT",
"STATE_COOKIE_ECHOED",
"STATE_ESTABLISHED",
"STATE_SHUTDOWN_PENDING",
"STATE_SHUTDOWN_SENT",
"STATE_SHUTDOWN_RECEIVED",
"STATE_SHUTDOWN_ACK_SENT",
}

Definition at line 100 of file debug.c.

const char* const sctp_status_tbl[]
Initial value:
= {
"DISPOSITION_DISCARD",
"DISPOSITION_CONSUME",
"DISPOSITION_NOMEM",
"DISPOSITION_DELETE_TCB",
"DISPOSITION_ABORT",
"DISPOSITION_VIOLATION",
"DISPOSITION_NOT_IMPL",
"DISPOSITION_ERROR",
"DISPOSITION_BUG"
}

Definition at line 121 of file debug.c.