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

/osnet-11/usr/src/lib/libipadm/common/
H A Dlibipadm.c303 if ((dlstatus = dladm_open(&iph->ih_dh, iph->ih_profile))
310 iph->ih_dh = NULL;
342 dladm_close(iph->ih_dh);
599 if (iph->ih_dh == NULL) {
603 dlstatus = dladm_name2info(iph->ih_dh, ifname, &linkid, NULL,
607 dlstatus = dladm_iptun_getparams(iph->ih_dh, &params,
H A Dipadm_ngz.c343 status = dladm_walk_datalinks(iph->ih_dh, DATALINK_ALL_LINKID,
429 dladm_handle_t dlh = iph->ih_dh;
H A Dlibipadm_impl.h67 dladm_handle_t ih_dh; /* handle to libdladm library */ member in struct:ipadm_handle
H A Dipadm_if.c901 status = dladm_vnic_info(iph->ih_dh, linkid,
908 if ((status = dladm_part_info(iph->ih_dh, linkid,
1593 if (iph->ih_dh != NULL) {
1594 dlstatus = dladm_name2info(iph->ih_dh, ifname, &linkid,

Completed in 34 milliseconds