Home
last modified time | relevance | path

Searched refs:DHCP_NIPC (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h93 DHCP_NIPC, /* number of supported requests */ enumerator
H A Ddhcpagent_ipc.c681 for (i = 0; i < DHCP_NIPC; i++) in dhcp_string_to_request()
699 if (type < 0 || type >= DHCP_NIPC) in dhcp_ipc_type_to_string()
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dagent.c87 static int ipc_cmd_allowed[DHCP_NSTATES][DHCP_NIPC] = {
115 static uint_t ipc_cmd_flags[DHCP_NIPC] = {
476 if (ia.ia_cmd >= DHCP_NIPC) { in ipc_event()