Searched refs:iptype (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libbrand/common/
H A Dlibbrand.c925 xmlChar *name, *set, *iptype; local
939 iptype = xmlGetProp(node, DTD_ATTR_IPTYPE);
941 if (name == NULL || set == NULL || iptype == NULL) {
946 if (iptype != NULL)
947 xmlFree(iptype);
953 priv_iter.pi_iptype = (char *)iptype;
959 xmlFree(iptype);
1194 xmlChar *match, *name, *arch, *iptype; local
1216 iptype = xmlGetProp(node, DTD_ATTR_IPTYPE);
1218 (iptype
[all...]
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c2118 zonecfg_set_iptype(zone_dochandle_t handle, zone_iptype_t iptype) argument
2121 (iptype == ZS_EXCLUSIVE ? "exclusive" : "shared")));
2679 zone_iptype_t iptype; local
2704 if ((err = zonecfg_get_iptype(handle, &iptype)) != Z_OK)
2725 if (iptype == ZS_SHARED && addrspec != 0 &&
2731 if (iptype == ZS_EXCLUSIVE && allowed_addrspec != 0 &&
2761 if (iptype == ZS_SHARED &&
2767 if (iptype == ZS_EXCLUSIVE &&
6606 zone_iptype_t iptype; local
6617 if ((err = zonecfg_get_iptype(handle, &iptype)) !
[all...]

Completed in 43 milliseconds