Searched refs:DISCOVER (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/netinet/ |
H A D | dhcp.h | 206 #define DISCOVER ((uint8_t)1) macro
|
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | select.c | 184 if ((dpkt = init_pkt(dsmp, DISCOVER)) == NULL) { in dhcp_selecting()
|
H A D | packet.c | 253 if (type == DISCOVER || (type == REQUEST && in init_pkt() 877 case DISCOVER: in send_pkt_internal()
|
H A D | dhcpagent.dfl | 73 # responses to a DISCOVER. If it receives no OFFERs in this time, it
|
H A D | README | 209 DISCOVER, collecting OFFERs, selecting an OFFER, sending a REQUEST, 213 DISCOVER, goes back into the main event loop, waits for events
|
/titanic_41/usr/src/common/net/dhcp/ |
H A D | scan.c | 146 if (*pl->opts[CD_DHCP_TYPE]->value < DISCOVER || in dhcp_options_scan()
|
/titanic_41/usr/src/stand/lib/inet/ |
H A D | dhcpv4.c | 60 static uint8_t opt_discover[] = { CD_DHCP_TYPE, 1, DISCOVER }; 152 if ((type == DISCOVER) || (type == REQUEST)) in set_hw_spec_data()
|