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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c160 static ipadm_handle_t ip_handle = NULL; variable
263 if ((iph_status = ipadm_open(&ip_handle, 0)) != IPADM_SUCCESS) {
299 ipadm_close(ip_handle);
1254 status = ipadm_addr_info(ip_handle, NULL, &ainfo, IPADM_OPT_ZEROADDR,
2390 status = ipadm_if_info(ip_handle, ifinst, &ifinfo, 0, LIFC_UNDER_IPMP);
2420 status = ipadm_enable_if(ip_handle, ifinst, IPADM_OPT_ACTIVE);

Completed in 51 milliseconds