Home
last modified time | relevance | path

Searched refs:null_failover_option (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/server/
H A Dstables.c41 failover_option_t null_failover_option = { 0, 0 }; variable
H A Dfailover.c4039 return &null_failover_option; in dhcp_failover_make_option()
4088 return &null_failover_option; in dhcp_failover_make_option()
4099 return &null_failover_option; in dhcp_failover_make_option()
4142 return &null_failover_option; in dhcp_failover_make_option()
4243 return &null_failover_option; in dhcp_failover_make_option()
4272 if (option == &null_failover_option) in dhcp_failover_put_message()
4292 if (option != &null_failover_option && in dhcp_failover_put_message()
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h2933 extern failover_option_t null_failover_option;