Home
last modified time | relevance | path

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

/netbsd-src/sys/lib/libsa/
H A Dbootp.c82 static char expected_dhcpmsgtype = -1, dhcp_ok; variable
175 expected_dhcpmsgtype = DHCPOFFER; in bootp()
205 expected_dhcpmsgtype = DHCPACK; in bootp()
403 if (*cp != expected_dhcpmsgtype) in vend_rfc1048()
/netbsd-src/sys/nfs/
H A Dnfs_bootdhcp.c299 char expected_dhcpmsgtype, dhcp_ok; member
432 if (*p != bpc->expected_dhcpmsgtype) in bootpcheck()
633 bpc.expected_dhcpmsgtype = DHCPOFFER; in bootpc_call()
662 bpc.expected_dhcpmsgtype = DHCPACK; in bootpc_call()