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

Go to the source code of this file.

Data Structures

struct  Q931
 

Macros

#define H323_ERROR_NONE   0 /* Decoded successfully */
 
#define H323_ERROR_STOP   1 /* Decoding stopped, not really an error */
 
#define H323_ERROR_BOUND   -1
 
#define H323_ERROR_RANGE   -2
 

Functions

int DecodeRasMessage (unsigned char *buf, size_t sz, RasMessage *ras)
 
int DecodeQ931 (unsigned char *buf, size_t sz, Q931 *q931)
 
int DecodeMultimediaSystemControlMessage (unsigned char *buf, size_t sz, MultimediaSystemControlMessage *mscm)
 

Macro Definition Documentation

#define H323_ERROR_BOUND   -1

Definition at line 84 of file nf_conntrack_h323_asn1.h.

#define H323_ERROR_NONE   0 /* Decoded successfully */

Definition at line 82 of file nf_conntrack_h323_asn1.h.

#define H323_ERROR_RANGE   -2

Definition at line 85 of file nf_conntrack_h323_asn1.h.

#define H323_ERROR_STOP   1 /* Decoding stopped, not really an error */

Definition at line 83 of file nf_conntrack_h323_asn1.h.

Function Documentation

int DecodeMultimediaSystemControlMessage ( unsigned char buf,
size_t  sz,
MultimediaSystemControlMessage mscm 
)

Definition at line 803 of file nf_conntrack_h323_asn1.c.

int DecodeQ931 ( unsigned char buf,
size_t  sz,
Q931 q931 
)

Definition at line 822 of file nf_conntrack_h323_asn1.c.

int DecodeRasMessage ( unsigned char buf,
size_t  sz,
RasMessage ras 
)

Definition at line 769 of file nf_conntrack_h323_asn1.c.