RTEMS CPU Kit with SuperCore
|
Go to the source code of this file.
Functions | |
void | rtems_bsdnet_do_dhcp_failsafe (void) |
void | rtems_bsdnet_dhcp_failsafe_config (int network_fail_timeout, int network_down_time, int broadcast_delay, int dhcp_monitor_priority) |
Set the DHCP fallback options. More... | |
void rtems_bsdnet_dhcp_failsafe_config | ( | int | network_fail_timeout, |
int | network_down_time, | ||
int | broadcast_delay, | ||
int | dhcp_monitor_priority | ||
) |
Set the DHCP fallback options.
See the commentary at the top of the implementation.
network_fail_timeout | The number of seconds before the interface is considered disconnected |
network_down_time | The number of seconds the interface remains down. |
broadcast_delay | The delay in seconds before broadcasts are sent. |
dhcp_monitor_priority | The monitor priority. |