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

/illumos-gate/usr/src/uts/common/net/
H A Dif.h728 #define IF_INDEX_MAX UINT16_MAX macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c3577 * When the index counter passes IF_INDEX_MAX for the first time, the wrap
3581 * can hold a value of IF_INDEX_MAX+1 without there being any loss
3591 if (ipst->ips_ill_index > IF_INDEX_MAX) {
3602 if (ipst->ips_ill_index > IF_INDEX_MAX)
3610 for (loops = IF_INDEX_MAX; loops > 0; loops--) {
3618 if (ipst->ips_ill_index > IF_INDEX_MAX)
15964 if (ipif->ipif_id != 0 || index == 0 || index > IF_INDEX_MAX) {

Completed in 127 milliseconds