|
corosync
2.3.5
|
#include <totem.h>

Data Fields | |
| struct totem_ip_address | bindnet |
| struct totem_ip_address | boundto |
| struct totem_ip_address | mcast_addr |
| uint16_t | ip_port |
| uint16_t | ttl |
| int | member_count |
| struct totem_ip_address | member_list [PROCESSOR_COUNT_MAX] |
| struct totem_ip_address totem_interface::bindnet |
Definition at line 65 of file totem.h.
Referenced by totem_config_read(), totem_config_validate(), totemiba_initialize(), totemudp_finalize(), totemudp_initialize(), totemudp_net_mtu_adjust(), totemudpu_finalize(), totemudpu_initialize(), and totemudpu_net_mtu_adjust().
| struct totem_ip_address totem_interface::boundto |
Definition at line 66 of file totem.h.
Referenced by totemsrp_my_family_get(), totemsrp_my_nodeid_get(), totemudp_finalize(), and totemudpu_finalize().
| uint16_t totem_interface::ip_port |
Definition at line 68 of file totem.h.
Referenced by totem_config_read(), totem_config_validate(), totemiba_token_target_set(), totemudp_crypto_set(), totemudp_finalize(), totemudpu_crypto_set(), and totemudpu_finalize().
| struct totem_ip_address totem_interface::mcast_addr |
Definition at line 67 of file totem.h.
Referenced by totem_config_read(), totem_config_validate(), totemsrp_initialize(), and totemudp_initialize().
| int totem_interface::member_count |
Definition at line 70 of file totem.h.
Referenced by main_iface_change_fn(), and totem_config_read().
| struct totem_ip_address totem_interface::member_list[PROCESSOR_COUNT_MAX] |
Definition at line 71 of file totem.h.
Referenced by main_iface_change_fn(), and totem_config_read().
| uint16_t totem_interface::ttl |
Definition at line 69 of file totem.h.
Referenced by totem_config_read(), totem_config_validate(), and totemudp_finalize().
1.8.11