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

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c76 static char *get_ifnames(int, int);
777 * get_ifnames(): returns a space-separated list of interface names that
787 get_ifnames(int flags_on, int flags_off) function
880 ifnames = get_ifnames(IFF_DHCPRUNNING, 0);
898 ifnames = get_ifnames(IFF_UP|IFF_RUNNING, IFF_LOOPBACK|IFF_DHCPRUNNING);

Completed in 58 milliseconds