Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Ddhcp.h213 #define OFFER ((uint8_t)2) macro
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME208 DISCOVER, collecting OFFERs, selecting an OFFER, sending a REQUEST,
215 OFFER has come in, and so forth. To some degree, the notion of the
218 if while the agent is waiting for an OFFER on a given state machine,
H A Ddhcpagent.dfl73 # By default, the DHCP agent waits 3 seconds to collect OFFER
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c500 if (*wk->opts[CD_DHCP_TYPE]->value != OFFER) { in select_best()