Searched defs:_dhcp_failover_state (Results 1 – 1 of 1) sorted by relevance
336 typedef struct _dhcp_failover_state { struct338 struct _dhcp_failover_state *next; argument339 char *name; /* Name of this failover instance. */340 dhcp_failover_config_t me; /* My configuration. */341 dhcp_failover_config_t partner; /* Partner's configuration. */342 enum failover_state saved_state; /* Saved state during startup. */343 struct data_string server_identifier; /* Server identifier (IP addr) */344 u_int32_t mclt;346 u_int8_t *hba; /* Hash bucket array for load balancing. */347 int load_balance_max_secs;[all …]