Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
tipc_media Struct Reference

#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]
 

Detailed Description

Definition at line 90 of file bearer.h.

Field Documentation

int(* addr2msg)(struct tipc_media_addr *a, char *msg_area)

Definition at line 98 of file bearer.h.

int(* addr2str)(struct tipc_media_addr *a, char *str_buf, int str_size)

Definition at line 96 of file bearer.h.

struct tipc_media_addr bcast_addr

Definition at line 100 of file bearer.h.

void(* disable_bearer)(struct tipc_bearer *b_ptr)

Definition at line 95 of file bearer.h.

int(* enable_bearer)(struct tipc_bearer *b_ptr)

Definition at line 94 of file bearer.h.

int(* msg2addr)(struct tipc_media_addr *a, char *msg_area)

Definition at line 99 of file bearer.h.

Definition at line 105 of file bearer.h.

u32 priority

Definition at line 101 of file bearer.h.

Definition at line 91 of file bearer.h.

int(* str2addr)(struct tipc_media_addr *a, char *str_buf)

Definition at line 97 of file bearer.h.

u32 tolerance

Definition at line 102 of file bearer.h.

u32 type_id

Definition at line 104 of file bearer.h.

u32 window

Definition at line 103 of file bearer.h.


The documentation for this struct was generated from the following file: