Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c79 static char *get_ifnames(int, int);
790 get_ifnames(int flags_on, int flags_off) in get_ifnames() function
883 ifnames = get_ifnames(IFF_DHCPRUNNING, 0); in dhcp_ipc_getinfo()
901 ifnames = get_ifnames(IFF_UP|IFF_RUNNING, IFF_LOOPBACK|IFF_DHCPRUNNING); in dhcp_ipc_getinfo()