Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
capi.c File Reference
#include <linux/string.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/mm.h>
#include <linux/skbuff.h>
#include <asm/io.h>
#include <asm/string.h>
#include <linux/isdnif.h>
#include "pcbit.h"
#include "edss1.h"
#include "capi.h"

Go to the source code of this file.

Functions

int capi_conn_req (const char *calledPN, struct sk_buff **skb, int proto)
 
int capi_conn_resp (struct pcbit_chan *chan, struct sk_buff **skb)
 
int capi_conn_active_req (struct pcbit_chan *chan, struct sk_buff **skb)
 
int capi_conn_active_resp (struct pcbit_chan *chan, struct sk_buff **skb)
 
int capi_select_proto_req (struct pcbit_chan *chan, struct sk_buff **skb, int outgoing)
 
int capi_activate_transp_req (struct pcbit_chan *chan, struct sk_buff **skb)
 
int capi_tdata_req (struct pcbit_chan *chan, struct sk_buff *skb)
 
int capi_tdata_resp (struct pcbit_chan *chan, struct sk_buff **skb)
 
int capi_disc_req (ushort callref, struct sk_buff **skb, u_char cause)
 
int capi_disc_resp (struct pcbit_chan *chan, struct sk_buff **skb)
 
int capi_decode_conn_ind (struct pcbit_chan *chan, struct sk_buff *skb, struct callb_data *info)
 
int capi_decode_conn_conf (struct pcbit_chan *chan, struct sk_buff *skb, int *complete)
 
int capi_decode_conn_actv_ind (struct pcbit_chan *chan, struct sk_buff *skb)
 
int capi_decode_conn_actv_conf (struct pcbit_chan *chan, struct sk_buff *skb)
 
int capi_decode_sel_proto_conf (struct pcbit_chan *chan, struct sk_buff *skb)
 
int capi_decode_actv_trans_conf (struct pcbit_chan *chan, struct sk_buff *skb)
 
int capi_decode_disc_ind (struct pcbit_chan *chan, struct sk_buff *skb)
 

Function Documentation

int capi_activate_transp_req ( struct pcbit_chan *  chan,
struct sk_buff **  skb 
)

Definition at line 263 of file capi.c.

int capi_conn_active_req ( struct pcbit_chan *  chan,
struct sk_buff **  skb 
)

Definition at line 151 of file capi.c.

int capi_conn_active_resp ( struct pcbit_chan *  chan,
struct sk_buff **  skb 
)

Definition at line 179 of file capi.c.

int capi_conn_req ( const char calledPN,
struct sk_buff **  skb,
int  proto 
)

Definition at line 54 of file capi.c.

int capi_conn_resp ( struct pcbit_chan *  chan,
struct sk_buff **  skb 
)

Definition at line 134 of file capi.c.

int capi_decode_actv_trans_conf ( struct pcbit_chan *  chan,
struct sk_buff skb 
)

Definition at line 593 of file capi.c.

int capi_decode_conn_actv_conf ( struct pcbit_chan *  chan,
struct sk_buff skb 
)

Definition at line 566 of file capi.c.

int capi_decode_conn_actv_ind ( struct pcbit_chan *  chan,
struct sk_buff skb 
)

Definition at line 528 of file capi.c.

int capi_decode_conn_conf ( struct pcbit_chan *  chan,
struct sk_buff skb,
int complete 
)

Definition at line 493 of file capi.c.

int capi_decode_conn_ind ( struct pcbit_chan *  chan,
struct sk_buff skb,
struct callb_data info 
)

Definition at line 381 of file capi.c.

int capi_decode_disc_ind ( struct pcbit_chan *  chan,
struct sk_buff skb 
)

Definition at line 608 of file capi.c.

int capi_decode_sel_proto_conf ( struct pcbit_chan *  chan,
struct sk_buff skb 
)

Definition at line 580 of file capi.c.

int capi_disc_req ( ushort  callref,
struct sk_buff **  skb,
u_char  cause 
)

Definition at line 338 of file capi.c.

int capi_disc_resp ( struct pcbit_chan *  chan,
struct sk_buff **  skb 
)

Definition at line 362 of file capi.c.

int capi_select_proto_req ( struct pcbit_chan *  chan,
struct sk_buff **  skb,
int  outgoing 
)

Definition at line 197 of file capi.c.

int capi_tdata_req ( struct pcbit_chan *  chan,
struct sk_buff skb 
)

Definition at line 285 of file capi.c.

int capi_tdata_resp ( struct pcbit_chan *  chan,
struct sk_buff **  skb 
)

Definition at line 321 of file capi.c.