Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h97 DHCP_NIPC, /* number of supported requests */ enumerator
H A Ddhcpagent_ipc.c684 for (i = 0; i < DHCP_NIPC; i++) in dhcp_string_to_request()
702 if (type < 0 || type >= DHCP_NIPC) in dhcp_ipc_type_to_string()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dagent.c94 static int ipc_cmd_allowed[DHCP_NSTATES][DHCP_NIPC] = {
122 static uint_t ipc_cmd_flags[DHCP_NIPC] = {
483 if (ia.ia_cmd >= DHCP_NIPC) { in ipc_event()