Home
last modified time | relevance | path

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

/freebsd-14.2/stand/libsa/
H A Dbootp.c85 static char expected_dhcpmsgtype = -1, dhcp_ok; variable
175 expected_dhcpmsgtype = DHCPOFFER; in bootp()
202 expected_dhcpmsgtype = DHCPACK; in bootp()
328 ((dhcp_ok == 1 && expected_dhcpmsgtype == DHCPACK) || in bootprecv()
426 if(*cp != expected_dhcpmsgtype) in vend_rfc1048()