Home
last modified time | relevance | path

Searched refs:_ind_ (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dif_var_private.h1597 #define IF_INDEX_IN_RANGE(_ind_) ((_ind_) > 0 && \ argument
1598 (unsigned int)(_ind_) <= (unsigned int)if_index)