Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Ddhcp.h212 #define DISCOVER ((uint8_t)1) macro
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dselect.c182 if ((dpkt = init_pkt(dsmp, DISCOVER)) == NULL) { in dhcp_selecting()
H A Dpacket.c254 if (type == DISCOVER || (type == REQUEST && in init_pkt()
910 case DISCOVER: in send_pkt_internal()
H A Ddhcpagent.dfl74 # responses to a DISCOVER. If it receives no OFFERs in this time, it
H A DREADME208 DISCOVER, collecting OFFERs, selecting an OFFER, sending a REQUEST,
212 DISCOVER, goes back into the main event loop, waits for events
/illumos-gate/usr/src/common/net/dhcp/
H A Dscan.c144 if (*pl->opts[CD_DHCP_TYPE]->value < DISCOVER || in dhcp_options_scan()
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c60 static uint8_t opt_discover[] = { CD_DHCP_TYPE, 1, DISCOVER };
152 if ((type == DISCOVER) || (type == REQUEST)) in set_hw_spec_data()