Linux Kernel
3.7.1
|
#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) |
#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.
Definition at line 83 of file nf_conntrack_h323_asn1.h.
int DecodeMultimediaSystemControlMessage | ( | unsigned char * | buf, |
size_t | sz, | ||
MultimediaSystemControlMessage * | mscm | ||
) |
Definition at line 803 of file nf_conntrack_h323_asn1.c.
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.