Home
last modified time | relevance | path

Searched defs:_dhcp_failover_state (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/includes/
H A Dfailover.h336 typedef struct _dhcp_failover_state { struct
338 struct _dhcp_failover_state *next; argument
339 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 …]