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

/osnet-11/usr/src/lib/libipadm/common/
H A Dlibipadm.c211 dladm2ipadm_status(dladm_status_t dlstatus) argument
213 switch (dlstatus) {
238 dladm_status_t dlstatus; local
303 if ((dlstatus = dladm_open(&iph->ih_dh, iph->ih_profile))
306 return (dladm2ipadm_status(dlstatus));
594 dladm_status_t dlstatus; local
603 dlstatus = dladm_name2info(iph->ih_dh, ifname, &linkid, NULL,
605 if (dlstatus == DLADM_STATUS_OK && class == DATALINK_CLASS_IPTUN) {
607 dlstatus = dladm_iptun_getparams(iph->ih_dh, &params,
609 if (dlstatus
[all...]
H A Dipadm_if.c1587 dladm_status_t dlstatus; local
1594 dlstatus = dladm_name2info(iph->ih_dh, ifname, &linkid,
1603 dlstatus == DLADM_STATUS_OK && (flags & IPADM_OPT_ACTIVE)) {
1617 if (dlstatus == DLADM_STATUS_OK &&

Completed in 55 milliseconds