Lines Matching defs:tipc_media
93 struct tipc_media { struct
96 struct tipc_media_addr *dest); argument
99 int (*addr2str)(struct tipc_media_addr *a, char *str_buf, int str_size); argument
100 int (*str2addr)(struct tipc_media_addr *a, char *str_buf); argument
101 int (*addr2msg)(struct tipc_media_addr *a, char *msg_area); argument
102 int (*msg2addr)(struct tipc_media_addr *a, char *msg_area); argument
103 struct tipc_media_addr bcast_addr; argument
104 u32 priority;
105 u32 tolerance;
106 u32 window;
107 u32 type_id;
108 char name[TIPC_MAX_MEDIA_NAME];