Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
core.c File Reference
#include <linux/module.h>
#include <linux/kthread.h>
#include <linux/file.h>
#include <linux/etherdevice.h>
#include <asm/unaligned.h>
#include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h>
#include <net/bluetooth/l2cap.h>
#include "bnep.h"

Go to the source code of this file.

Macros

#define VERSION   "1.3"
 

Functions

int bnep_add_connection (struct bnep_connadd_req *req, struct socket *sock)
 
int bnep_del_connection (struct bnep_conndel_req *req)
 
int bnep_get_connlist (struct bnep_connlist_req *req)
 
int bnep_get_conninfo (struct bnep_conninfo *ci)
 
 module_init (bnep_init)
 
 module_exit (bnep_exit)
 
 module_param (compress_src, bool, 0644)
 
 MODULE_PARM_DESC (compress_src,"Compress sources headers")
 
 module_param (compress_dst, bool, 0644)
 
 MODULE_PARM_DESC (compress_dst,"Compress destination headers")
 
 MODULE_AUTHOR ("Marcel Holtmann <[email protected]>")
 
 MODULE_DESCRIPTION ("Bluetooth BNEP ver "VERSION)
 
 MODULE_VERSION (VERSION)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_ALIAS ("bt-proto-4")
 

Macro Definition Documentation

#define VERSION   "1.3"

Definition at line 40 of file core.c.

Function Documentation

int bnep_add_connection ( struct bnep_connadd_req req,
struct socket sock 
)

Definition at line 535 of file core.c.

int bnep_del_connection ( struct bnep_conndel_req req)

Definition at line 617 of file core.c.

int bnep_get_conninfo ( struct bnep_conninfo ci)

Definition at line 675 of file core.c.

int bnep_get_connlist ( struct bnep_connlist_req req)

Definition at line 647 of file core.c.

MODULE_ALIAS ( "bt-proto-4"  )
MODULE_AUTHOR ( "Marcel Holtmann <[email protected]>"  )
MODULE_DESCRIPTION ( "Bluetooth BNEP ver VERSION)
module_exit ( bnep_exit  )
module_init ( bnep_init  )
MODULE_LICENSE ( "GPL"  )
module_param ( compress_src  ,
bool  ,
0644   
)
module_param ( compress_dst  ,
bool  ,
0644   
)
MODULE_PARM_DESC ( compress_src  ,
"Compress sources headers"   
)
MODULE_PARM_DESC ( compress_dst  ,
"Compress destination headers"   
)
MODULE_VERSION ( VERSION  )