|
corosync 3.1.9
|
#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 qb_list_head | list |
| int totem_ip_if_address::interface_num |
Definition at line 82 of file totemip.h.
Referenced by totemip_getifaddrs(), and totemip_iface_check().
| int totem_ip_if_address::interface_up |
Definition at line 81 of file totemip.h.
Referenced by totemip_getifaddrs(), and totemip_iface_check().
| struct totem_ip_address totem_ip_if_address::ip_addr |
Definition at line 79 of file totemip.h.
Referenced by totemip_getifaddrs(), and totemip_iface_check().
| struct qb_list_head totem_ip_if_address::list |
Definition at line 84 of file totemip.h.
Referenced by totemip_freeifaddrs(), and totemip_getifaddrs().
| struct totem_ip_address totem_ip_if_address::mask_addr |
Definition at line 80 of file totemip.h.
Referenced by totemip_getifaddrs(), and totemip_iface_check().
| char* totem_ip_if_address::name |
Definition at line 83 of file totemip.h.
Referenced by totemip_freeifaddrs(), and totemip_getifaddrs().