Searched defs:ipc_cmd_allowed (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dagent.c75 * The ipc_cmd_allowed[] table indicates which IPC commands are allowed in
87 static int ipc_cmd_allowed[DHCP_NSTATES][DHCP_NIPC] = { variable
1523 return (ipc_cmd_allowed[state][cmd] != 0);

Completed in 45 milliseconds