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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c211 static dladm_status_t ifconfig_dladm_open(const char *, datalink_class_t,
1196 if ((status = ifconfig_dladm_open(name, DATALINK_CLASS_IPTUN,
1734 if (ifconfig_dladm_open(ifname, DATALINK_CLASS_IPTUN, NULL) ==
1764 status = ifconfig_dladm_open(NULL, 0, NULL);
2670 if ((status = ifconfig_dladm_open(name, DATALINK_CLASS_IPTUN,
2714 status = ifconfig_dladm_open(name, DATALINK_CLASS_IPTUN, &linkid);
2999 if (ifconfig_dladm_open(name, DATALINK_CLASS_IPTUN, &linkid) ==
3860 ifconfig_dladm_open(const char *name, datalink_class_t reqclass, function

Completed in 1872 milliseconds