Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | MessageType |
struct | CauseValue |
struct | DTag |
struct | InformationElement |
Macros | |
#define | MTSIZE ARRAY_SIZE(mtlist) |
#define | MT_N0_LEN ARRAY_SIZE(mt_n0) |
#define | MT_N1_LEN ARRAY_SIZE(mt_n1) |
#define | CVSIZE ARRAY_SIZE(cvlist) |
#define | DTAGSIZE ARRAY_SIZE(dtaglist) |
#define | IESIZE ARRAY_SIZE(ielist) |
#define | IESIZE_NI1 ARRAY_SIZE(ielist_ni1) |
#define | IESIZE_NI1_CS5 ARRAY_SIZE(ielist_ni1_cs5) |
#define | IESIZE_NI1_CS6 ARRAY_SIZE(ielist_ni1_cs6) |
#define | WE_0_LEN ARRAY_SIZE(we_0) |
#define | WE_6_LEN ARRAY_SIZE(we_6) |
Functions | |
void | iecpy (u_char *dest, u_char *iestart, int ieoffset) |
int | QuickHex (char *txt, u_char *p, int cnt) |
void | LogFrame (struct IsdnCardState *cs, u_char *buf, int size) |
void | dlogframe (struct IsdnCardState *cs, struct sk_buff *skb, int dir) |
#define CVSIZE ARRAY_SIZE(cvlist) |
#define DTAGSIZE ARRAY_SIZE(dtaglist) |
#define IESIZE ARRAY_SIZE(ielist) |
#define IESIZE_NI1 ARRAY_SIZE(ielist_ni1) |
#define IESIZE_NI1_CS5 ARRAY_SIZE(ielist_ni1_cs5) |
#define IESIZE_NI1_CS6 ARRAY_SIZE(ielist_ni1_cs6) |
#define MT_N0_LEN ARRAY_SIZE(mt_n0) |
#define MT_N1_LEN ARRAY_SIZE(mt_n1) |
#define MTSIZE ARRAY_SIZE(mtlist) |
#define WE_0_LEN ARRAY_SIZE(we_0) |
#define WE_6_LEN ARRAY_SIZE(we_6) |