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

/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlvnic.c429 boolean_t is_etherstub; local
451 is_etherstub = ((flags & DLADM_OPT_ANCHOR) != 0);
458 if (is_etherstub && *mac_len == 0)
473 (mac_slot != NULL && *mac_slot != -1) || is_etherstub) {
516 boolean_t is_etherstub; local
531 is_etherstub = ((flags & DLADM_OPT_ANCHOR) != 0);
532 if (!is_etherstub) {
562 (is_etherstub ? DATALINK_CLASS_ETHERSTUB : DATALINK_CLASS_VNIC);

Completed in 128 milliseconds