|
Linux Kernel
3.7.1
|
#include <bearer.h>
Data Fields | |
| int(* | send_msg )(struct sk_buff *buf, struct tipc_bearer *b_ptr, struct tipc_media_addr *dest) |
| int(* | enable_bearer )(struct tipc_bearer *b_ptr) |
| void(* | disable_bearer )(struct tipc_bearer *b_ptr) |
| int(* | addr2str )(struct tipc_media_addr *a, char *str_buf, int str_size) |
| int(* | str2addr )(struct tipc_media_addr *a, char *str_buf) |
| int(* | addr2msg )(struct tipc_media_addr *a, char *msg_area) |
| int(* | msg2addr )(struct tipc_media_addr *a, char *msg_area) |
| struct tipc_media_addr | bcast_addr |
| u32 | priority |
| u32 | tolerance |
| u32 | window |
| u32 | type_id |
| char | name [TIPC_MAX_MEDIA_NAME] |
| struct tipc_media_addr bcast_addr |
| void(* disable_bearer)(struct tipc_bearer *b_ptr) |
| int(* enable_bearer)(struct tipc_bearer *b_ptr) |
| char name[TIPC_MAX_MEDIA_NAME] |
| int(* send_msg)(struct sk_buff *buf, struct tipc_bearer *b_ptr, struct tipc_media_addr *dest) |
1.8.2