Home
last modified time | relevance | path

Searched refs:DHS_NONE (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/dhcpcd/src/
HDdhcp.h197 DHS_NONE, enumerator
HDdhcp.c2645 if (state == NULL || state->state == DHS_NONE) in dhcp_reboot_newopts()
2696 if (state == NULL || state->state == DHS_NONE) in dhcp_reboot()
2775 if (state == NULL || state->state == DHS_NONE) { in dhcp_drop()
2826 state->state = DHS_NONE; in dhcp_drop()
2966 if (state == NULL || state->state == DHS_NONE) in dhcp_redirect_dhcp()
3006 #define IS_STATE_ACTIVE(s) ((s)-state != DHS_NONE && \ in dhcp_handledhcp()
3213 state->state == DHS_REBOOT || state->state == DHS_NONE)) in dhcp_handledhcp()
3641 if (state->state != DHS_NONE) { in dhcp_readbpf()
3820 state->state = DHS_NONE; in dhcp_free()
3834 if (state != NULL && state->state != DHS_NONE) in dhcp_free()
[all …]