Home
last modified time | relevance | path

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

/freebsd-13.1/stand/libsa/
H A Dbootp.c90 static char expected_dhcpmsgtype = -1, dhcp_ok; variable
180 expected_dhcpmsgtype = DHCPOFFER; in bootp()
207 expected_dhcpmsgtype = DHCPACK; in bootp()
333 ((dhcp_ok == 1 && expected_dhcpmsgtype == DHCPACK) || in bootprecv()
431 if(*cp != expected_dhcpmsgtype) in vend_rfc1048()