corosync
2.4.4
|
#include <totemip.h>
Data Fields | |
struct totem_ip_address | ip_addr |
struct totem_ip_address | mask_addr |
int | interface_up |
int | interface_num |
char * | name |
struct list_head | list |
int totem_ip_if_address::interface_num |
Definition at line 75 of file totemip.h.
Referenced by totemip_iface_check().
int totem_ip_if_address::interface_up |
Definition at line 74 of file totemip.h.
Referenced by totemip_iface_check().
struct totem_ip_address totem_ip_if_address::ip_addr |
Definition at line 72 of file totemip.h.
Referenced by totemip_iface_check().
struct totem_ip_address totem_ip_if_address::mask_addr |
Definition at line 73 of file totemip.h.
Referenced by totemip_iface_check().
char* totem_ip_if_address::name |
Definition at line 76 of file totemip.h.
Referenced by totemip_freeifaddrs().