Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
irlap_frame.c File Reference
#include <linux/skbuff.h>
#include <linux/if.h>
#include <linux/if_ether.h>
#include <linux/netdevice.h>
#include <linux/irda.h>
#include <linux/slab.h>
#include <net/pkt_sched.h>
#include <net/sock.h>
#include <asm/byteorder.h>
#include <net/irda/irda.h>
#include <net/irda/irda_device.h>
#include <net/irda/irlap.h>
#include <net/irda/wrapper.h>
#include <net/irda/timer.h>
#include <net/irda/irlap_frame.h>
#include <net/irda/qos.h>

Go to the source code of this file.

Functions

void irlap_queue_xmit (struct irlap_cb *self, struct sk_buff *skb)
 
void irlap_send_snrm_frame (struct irlap_cb *self, struct qos_info *qos)
 
void irlap_send_ua_response_frame (struct irlap_cb *self, struct qos_info *qos)
 
void irlap_send_dm_frame (struct irlap_cb *self)
 
void irlap_send_disc_frame (struct irlap_cb *self)
 
void irlap_send_discovery_xid_frame (struct irlap_cb *self, int S, __u8 s, __u8 command, discovery_t *discovery)
 
void irlap_send_rr_frame (struct irlap_cb *self, int command)
 
void irlap_send_rd_frame (struct irlap_cb *self)
 
void irlap_send_data_primary (struct irlap_cb *self, struct sk_buff *skb)
 
void irlap_send_data_primary_poll (struct irlap_cb *self, struct sk_buff *skb)
 
void irlap_send_data_secondary_final (struct irlap_cb *self, struct sk_buff *skb)
 
void irlap_send_data_secondary (struct irlap_cb *self, struct sk_buff *skb)
 
void irlap_resend_rejected_frames (struct irlap_cb *self, int command)
 
void irlap_resend_rejected_frame (struct irlap_cb *self, int command)
 
void irlap_send_ui_frame (struct irlap_cb *self, struct sk_buff *skb, __u8 caddr, int command)
 
void irlap_send_test_frame (struct irlap_cb *self, __u8 caddr, __u32 daddr, struct sk_buff *cmd)
 
int irlap_driver_rcv (struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype, struct net_device *orig_dev)
 

Function Documentation

int irlap_driver_rcv ( struct sk_buff skb,
struct net_device dev,
struct packet_type ptype,
struct net_device orig_dev 
)

Definition at line 1308 of file irlap_frame.c.

void irlap_queue_xmit ( struct irlap_cb self,
struct sk_buff skb 
)

Definition at line 93 of file irlap_frame.c.

void irlap_resend_rejected_frame ( struct irlap_cb self,
int  command 
)

Definition at line 1044 of file irlap_frame.c.

void irlap_resend_rejected_frames ( struct irlap_cb self,
int  command 
)

Definition at line 982 of file irlap_frame.c.

void irlap_send_data_primary ( struct irlap_cb self,
struct sk_buff skb 
)

Definition at line 728 of file irlap_frame.c.

void irlap_send_data_primary_poll ( struct irlap_cb self,
struct sk_buff skb 
)

Definition at line 769 of file irlap_frame.c.

void irlap_send_data_secondary ( struct irlap_cb self,
struct sk_buff skb 
)

Definition at line 939 of file irlap_frame.c.

void irlap_send_data_secondary_final ( struct irlap_cb self,
struct sk_buff skb 
)

Definition at line 877 of file irlap_frame.c.

void irlap_send_disc_frame ( struct irlap_cb self)

Definition at line 289 of file irlap_frame.c.

void irlap_send_discovery_xid_frame ( struct irlap_cb self,
int  S,
__u8  s,
__u8  command,
discovery_t discovery 
)

Definition at line 317 of file irlap_frame.c.

void irlap_send_dm_frame ( struct irlap_cb self)

Definition at line 259 of file irlap_frame.c.

void irlap_send_rd_frame ( struct irlap_cb self)

Definition at line 613 of file irlap_frame.c.

void irlap_send_rr_frame ( struct irlap_cb self,
int  command 
)

Definition at line 588 of file irlap_frame.c.

void irlap_send_snrm_frame ( struct irlap_cb self,
struct qos_info qos 
)

Definition at line 120 of file irlap_frame.c.

void irlap_send_test_frame ( struct irlap_cb self,
__u8  caddr,
__u32  daddr,
struct sk_buff cmd 
)

Definition at line 1214 of file irlap_frame.c.

void irlap_send_ua_response_frame ( struct irlap_cb self,
struct qos_info qos 
)

Definition at line 213 of file irlap_frame.c.

void irlap_send_ui_frame ( struct irlap_cb self,
struct sk_buff skb,
__u8  caddr,
int  command 
)

Definition at line 1083 of file irlap_frame.c.