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

/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlaggr.c384 uint32_t orig_nports, result_nports, len, i, j; local
447 result_nports = (cmd == LAIOC_ADD) ? orig_nports + nports :
450 size = result_nports * (MAXLINKNAMELEN + 1) + 1;
457 * get the new configuration and set to result_nports and
510 result_nports -= nports;
513 u64 = result_nports;

Completed in 261 milliseconds