Searched refs:DISCOVER (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
H A DREADME.caching116 DISCOVER, REQUEST, RELEASE, or DECLINE.
118 For a DISCOVER:
152 to DISCOVER).
H A Ddhcp.c117 case DISCOVER:
171 * Responding to a DISCOVER message. icmp echo check (if done) is synchronous.
1877 * because when we receive the same DISCOVER via multiple interfaces,
1879 * the interface we received the last DISCOVER on.
/opensolaris-onvv-gate/usr/src/uts/common/netinet/
H A Ddhcp.h206 #define DISCOVER ((uint8_t)1) macro
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dselect.c97 * dhcp_selecting(): sends a DISCOVER and sets up reception of OFFERs for
101 * input: dhcp_smach_t *: the state machine on which to send the DISCOVER
114 * We then send out DISCOVER/Solicit probes. Then we wait a
116 * Advertisements have come in response to our DISCOVER/Solicit. If
117 * none have come in, we continue to wait, sending out our DISCOVER/
184 if ((dpkt = init_pkt(dsmp, DISCOVER)) == NULL) {
186 "DISCOVER packet");
H A Dpacket.c248 * DISCOVER/REQUEST. If the client is already
253 if (type == DISCOVER || (type == REQUEST &&
860 * DISCOVER: set to the number of seconds since we started
867 * DISCOVER, otherwise the number of seconds
871 * REQUEST or DISCOVER packet, so we know the lease start
872 * time (the DISCOVER case is for handling BOOTP servers).
877 case DISCOVER:
/opensolaris-onvv-gate/usr/src/common/net/dhcp/
H A Dscan.c146 if (*pl->opts[CD_DHCP_TYPE]->value < DISCOVER ||
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/tests/
H A Dtest_client.c128 case DISCOVER:
129 p = "DISCOVER";
276 mep->state = DISCOVER;
566 if (mep->state == DISCOVER && nstate == OFFER) {
994 case DISCOVER:
1307 request.options[2] = DISCOVER;
/opensolaris-onvv-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c60 static uint8_t opt_discover[] = { CD_DHCP_TYPE, 1, DISCOVER };
150 * DISCOVER/REQUEST.
152 if ((type == DISCOVER) || (type == REQUEST))
756 * got here from DISCOVER state. Keep secs field the same for relay
763 /* Time from Successful DISCOVER message. */

Completed in 70 milliseconds