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

/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlflow.c458 zoneid_t *zids = NULL, next_zid = cur_zoneid; local
466 s = getzonenamebyid(next_zid, zonename, ZONENAME_MAX);
473 next_zid = zids[++zindex];
480 status = dladm_get_flownext(handle, flowname, next_zid,
512 next_zid = zids[++zindex];
520 if (next_zid != cur_zoneid) {

Completed in 17 milliseconds