#include <ha_config.h>
Definition at line 50 of file ha_config.h.
Data Fields | |
node | node |
char | dev [IFNAMSIZ+1] |
int | ha_disc |
int | agentadv |
int | interval |
in_addr | force_addr |
int | if_index |
in_addr | addr |
in_addr | bcaddr |
timeval | last_adv |
int | icmp_sock |
int | udp_sock |
int | udp_bc_sock |
int | udp_bc_sock2 |
struct node interface_entry::node |
Definition at line 51 of file ha_config.h.
char interface_entry::dev[IFNAMSIZ+1] |
Definition at line 54 of file ha_config.h.
Definition at line 55 of file ha_config.h.
Definition at line 56 of file ha_config.h.
Definition at line 57 of file ha_config.h.
struct in_addr interface_entry::force_addr |
Definition at line 58 of file ha_config.h.
Definition at line 62 of file ha_config.h.
struct in_addr interface_entry::addr |
Definition at line 63 of file ha_config.h.
struct in_addr interface_entry::bcaddr |
Definition at line 64 of file ha_config.h.
struct timeval interface_entry::last_adv |
Definition at line 66 of file ha_config.h.