Home
last modified time | relevance | path

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

/freebsd-13.1/tools/tools/ifinfo/
H A Difinfo.c258 #define NIFTYPES (int)((sizeof if_types)/(sizeof if_types[0])) macro
265 if (type <= 0 || type >= NIFTYPES) { in iftype()