Searched refs:ips_ill_index (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip_stack.h312 uint_t ips_ill_index; /* Used to assign interface indicies */ member in struct:ip_stack
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c3580 * for the interface index. The logic below assumes that ips_ill_index
3590 *indexp = ipst->ips_ill_index++;
3591 if (ipst->ips_ill_index > IF_INDEX_MAX) {
3602 if (ipst->ips_ill_index > IF_INDEX_MAX)
3603 ipst->ips_ill_index = 1;
3611 if (!phyint_exists(ipst->ips_ill_index, ipst)) {
3613 *indexp = ipst->ips_ill_index;
3617 ipst->ips_ill_index++;
3618 if (ipst->ips_ill_index > IF_INDEX_MAX)
3619 ipst->ips_ill_index
[all...]
H A Dip.c4654 ipst->ips_ill_index = 1;

Completed in 113 milliseconds