|
corosync
3.1.6
|
#include <totem.h>

Data Fields | |
| struct totem_ip_address | bindnet |
| struct totem_ip_address | boundto |
| struct totem_ip_address | mcast_addr |
| struct totem_ip_address | local_ip |
| uint16_t | ip_port |
| uint16_t | ttl |
| uint8_t | configured |
| int | member_count |
| int | knet_link_priority |
| int | knet_ping_interval |
| int | knet_ping_timeout |
| int | knet_ping_precision |
| int | knet_pong_count |
| int | knet_transport |
| struct totem_ip_address | member_list [PROCESSOR_COUNT_MAX] |
| struct totem_ip_address totem_interface::bindnet |
Definition at line 1 of file totem.h.
Referenced by totem_config_validate(), totemudp_net_mtu_adjust(), and totemudpu_net_mtu_adjust().
| struct totem_ip_address totem_interface::boundto |
Definition at line 1 of file totem.h.
Referenced by totemsrp_my_family_get().
| uint8_t totem_interface::configured |
Definition at line 89 of file totem.h.
Referenced by main_iface_change_fn(), totem_config_validate(), totem_volatile_config_validate(), totemknet_nodestatus_get(), and totemsrp_ifaces_get().
| uint16_t totem_interface::ip_port |
Definition at line 87 of file totem.h.
Referenced by totem_config_validate().
| int totem_interface::knet_link_priority |
Definition at line 91 of file totem.h.
Referenced by totem_config_validate(), and totemknet_member_add().
| int totem_interface::knet_ping_interval |
Definition at line 92 of file totem.h.
Referenced by totemknet_member_add().
| int totem_interface::knet_ping_precision |
Definition at line 94 of file totem.h.
Referenced by totemknet_member_add().
| int totem_interface::knet_ping_timeout |
Definition at line 93 of file totem.h.
Referenced by totemknet_member_add().
| int totem_interface::knet_pong_count |
Definition at line 95 of file totem.h.
Referenced by totemknet_member_add().
| int totem_interface::knet_transport |
Definition at line 96 of file totem.h.
Referenced by totemknet_member_add().
| struct totem_ip_address totem_interface::local_ip |
| struct totem_ip_address totem_interface::mcast_addr |
Definition at line 1 of file totem.h.
Referenced by totem_config_validate().
| int totem_interface::member_count |
Definition at line 90 of file totem.h.
Referenced by totem_volatile_config_validate(), and totemsrp_ifaces_get().
| struct totem_ip_address totem_interface::member_list[PROCESSOR_COUNT_MAX] |
Definition at line 96 of file totem.h.
Referenced by totem_volatile_config_validate(), and totemsrp_ifaces_get().
| uint16_t totem_interface::ttl |
Definition at line 88 of file totem.h.
Referenced by totem_config_validate().