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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c1234 * update_ipifs() - Determine all network interfaces in the system
1238 update_ipifs(rcm_handle_t *hd, int af) function
1302 if (update_ipifs(hd, AF_INET) < 0) {
1308 if (update_ipifs(hd, AF_INET6) < 0) {

Completed in 48 milliseconds