Home
last modified time | relevance | path

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

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