Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/src/
H A Dipv4.c275 if (IS_DHCP(sis->new) && !IS_DHCP(tis->new)) in ipv4_ifcmp()
277 if (!IS_DHCP(sis->new) && IS_DHCP(tis->new)) in ipv4_ifcmp()
H A Ddhcp.h250 #define IS_DHCP(b) ((b)->vend[0] == 0x63 && \ macro
H A Ddhcp.c181 if (!IS_DHCP(bootp)) { in get_option()
765 (state->new == NULL || IS_DHCP(state->new)) && in make_message()
2720 if (!IS_DHCP(state->offer)) in dhcp_reboot()
4037 if ((!IS_DHCP(state->offer) && in dhcp_start1()
4042 (IS_DHCP(state->offer) && in dhcp_start1()
4075 if (!IS_DHCP(state->offer)) { in dhcp_start1()
4130 !IS_DHCP(state->offer) || in dhcp_start1()