Go to the source code of this file.
|
struct ircomm_cb * | ircomm_open (notify_t *notify, __u8 service_type, int line) |
|
| EXPORT_SYMBOL (ircomm_open) |
|
int | ircomm_close (struct ircomm_cb *self) |
|
| EXPORT_SYMBOL (ircomm_close) |
|
int | ircomm_connect_request (struct ircomm_cb *self, __u8 dlsap_sel, __u32 saddr, __u32 daddr, struct sk_buff *skb, __u8 service_type) |
|
| EXPORT_SYMBOL (ircomm_connect_request) |
|
void | ircomm_connect_indication (struct ircomm_cb *self, struct sk_buff *skb, struct ircomm_info *info) |
|
int | ircomm_connect_response (struct ircomm_cb *self, struct sk_buff *userdata) |
|
| EXPORT_SYMBOL (ircomm_connect_response) |
|
void | ircomm_connect_confirm (struct ircomm_cb *self, struct sk_buff *skb, struct ircomm_info *info) |
|
int | ircomm_data_request (struct ircomm_cb *self, struct sk_buff *skb) |
|
| EXPORT_SYMBOL (ircomm_data_request) |
|
void | ircomm_data_indication (struct ircomm_cb *self, struct sk_buff *skb) |
|
void | ircomm_process_data (struct ircomm_cb *self, struct sk_buff *skb) |
|
int | ircomm_control_request (struct ircomm_cb *self, struct sk_buff *skb) |
|
| EXPORT_SYMBOL (ircomm_control_request) |
|
int | ircomm_disconnect_request (struct ircomm_cb *self, struct sk_buff *userdata) |
|
| EXPORT_SYMBOL (ircomm_disconnect_request) |
|
void | ircomm_disconnect_indication (struct ircomm_cb *self, struct sk_buff *skb, struct ircomm_info *info) |
|
void | ircomm_flow_request (struct ircomm_cb *self, LOCAL_FLOW flow) |
|
| EXPORT_SYMBOL (ircomm_flow_request) |
|
| MODULE_AUTHOR ("Dag Brattli <[email protected]>") |
|
| MODULE_DESCRIPTION ("IrCOMM protocol") |
|
| MODULE_LICENSE ("GPL") |
|
| module_init (ircomm_init) |
|
| module_exit (ircomm_cleanup) |
|
MODULE_DESCRIPTION |
( |
"IrCOMM protocol" |
| ) |
|
module_exit |
( |
ircomm_cleanup |
| ) |
|
module_init |
( |
ircomm_init |
| ) |
|