Lines Matching refs:dlh
94 static dladm_handle_t dlh; variable
1200 status = dladm_iptun_getparams(dlh, ¶ms, DLADM_OPT_ACTIVE); in set_tun_algs()
1267 status = dladm_iptun_modify(dlh, ¶ms, DLADM_OPT_ACTIVE); in set_tun_algs()
1769 (void) dlpi_walk(ni_entry, dlh, 0); in find_all_interfaces()
2672 status = dladm_iptun_modify(dlh, params, DLADM_OPT_ACTIVE); in modify_tun()
2716 status = dladm_set_linkprop(dlh, linkid, propname, &value, 1, in set_tun_prop()
3164 if (dladm_iptun_getparams(dlh, ¶ms, DLADM_OPT_ACTIVE) != in tun_status()
3197 if (dladm_get_linkprop(dlh, linkid, DLADM_PROP_VAL_CURRENT, "hoplimit", in tun_status()
3203 if (dladm_get_linkprop(dlh, linkid, DLADM_PROP_VAL_CURRENT, in tun_status()
3867 if ((status = dladm_open(&dlh)) != DLADM_STATUS_OK) in ifconfig_dladm_open()
3872 status = dladm_name2info(dlh, name, linkid, NULL, &class, NULL); in ifconfig_dladm_open()