Searched refs:dhcp_ipc_get_data (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_util.c239 status = dhcp_ipc_get_data(reply, &reply_size, NULL);
H A Ddhcpagent_ipc.h147 extern void *dhcp_ipc_get_data(dhcp_ipc_reply_t *, size_t *,
H A Ddhcpagent_ipc.c152 * dhcp_ipc_get_data(): gets the data and data type from a dhcp_ipc_reply_t
161 dhcp_ipc_get_data(dhcp_ipc_reply_t *reply, size_t *size, dhcp_data_type_t *type) function
752 opt = dhcp_ipc_get_data(reply, &opt_size, NULL);
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpinfo/
H A Ddhcpinfo.c187 opt = dhcp_ipc_get_data(reply, &opt_len, NULL);
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_ip.c191 opt = dhcp_ipc_get_data(reply, &opt_len, NULL);

Completed in 65 milliseconds