Linux Kernel
3.7.1
|
#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") | |
int bnep_add_connection | ( | struct bnep_connadd_req * | req, |
struct socket * | sock | ||
) |
int bnep_del_connection | ( | struct bnep_conndel_req * | req | ) |
int bnep_get_conninfo | ( | struct bnep_conninfo * | ci | ) |
int bnep_get_connlist | ( | struct bnep_connlist_req * | req | ) |
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 | ) |