Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
wrapper.c File Reference
#include <linux/skbuff.h>
#include <linux/string.h>
#include <linux/module.h>
#include <asm/byteorder.h>
#include <net/irda/irda.h>
#include <net/irda/wrapper.h>
#include <net/irda/crc.h>
#include <net/irda/irlap.h>
#include <net/irda/irlap_frame.h>
#include <net/irda/irda_device.h>

Go to the source code of this file.

Functions

int async_wrap_skb (struct sk_buff *skb, __u8 *tx_buff, int buffsize)
 
 EXPORT_SYMBOL (async_wrap_skb)
 
void async_unwrap_char (struct net_device *dev, struct net_device_stats *stats, iobuff_t *rx_buff, __u8 byte)
 
 EXPORT_SYMBOL (async_unwrap_char)
 

Function Documentation

void async_unwrap_char ( struct net_device dev,
struct net_device_stats stats,
iobuff_t rx_buff,
__u8  byte 
)

Definition at line 472 of file wrapper.c.

int async_wrap_skb ( struct sk_buff skb,
__u8 tx_buff,
int  buffsize 
)

Definition at line 83 of file wrapper.c.

EXPORT_SYMBOL ( async_wrap_skb  )
EXPORT_SYMBOL ( async_unwrap_char  )