Searched refs:INFORM (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dinform.c44 * dhcp_inform(): sends an INFORM packet and sets up reception for an ACK
48 * note: the INFORM cannot be sent successfully if the interface
83 dpkt = init_pkt(dsmp, INFORM);
H A Dpacket.c863 * INFORM: set to the number of seconds since we started
884 case INFORM:
/opensolaris-onvv-gate/usr/src/uts/common/netinet/
H A Ddhcp.h213 #define INFORM ((uint8_t)8) macro
/opensolaris-onvv-gate/usr/src/common/net/dhcp/
H A Dscan.c147 *pl->opts[CD_DHCP_TYPE]->value > INFORM)
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
H A Dgeneric.c122 * For BOOTP, REQUEST, RELEASE, and INFORM packets, trust client's
131 *plp->opts[CD_DHCP_TYPE]->value == INFORM))) {
H A Ddhcp.c153 case INFORM:
155 dhcpmsg(LOG_DEBUG, "dhcp() - processing INFORM...\n");
159 dhcpmsg(LOG_DEBUG, "dhcp() - processed INFORM.\n");
1420 * Responding to an INFORM message.
1422 * INFORM messages are received from clients that already have their network
1427 * the INFORM message will not include lease time information. All other
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/tests/
H A Dtest_client.c149 case INFORM:
150 p = "INFORM";
1015 case INFORM:

Completed in 121 milliseconds