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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c3365 dhcp_do_ipc(dhcp_ipc_type_t type, const char *ifname, boolean_t printed_one) function
3373 fail(0, "dhcp_do_ipc: out of memory");
3378 fail(0, "dhcp_do_ipc: %s", dhcp_ipc_strerror(error));
3389 fail(0, "dhcp_do_ipc: %s", dhcp_ipc_strerror(error));
3405 * family (af). For each, print out the DHCP status using dhcp_do_ipc.
3447 printed_one = dhcp_do_ipc(DHCP_STATUS |
3468 printed_one = dhcp_do_ipc(DHCP_STATUS, ifname,
3472 printed_one = dhcp_do_ipc(DHCP_STATUS | DHCP_V6,

Completed in 55 milliseconds