Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c82 static const char *ipc_typestr[] = { variable
685 if (strcmp(ipc_typestr[i], request) == 0) in dhcp_string_to_request()
705 return (ipc_typestr[(int)type]); in dhcp_ipc_type_to_string()