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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c5678 #define NUM_OBJ_TYPES 19 macro
5680 static int fr_objbytes[NUM_OBJ_TYPES][2] = {
5770 if ((type < 0) || (type > NUM_OBJ_TYPES-1))
5831 if ((type < 0) || (type > NUM_OBJ_TYPES-1))
5882 if ((type < 0) || (type > NUM_OBJ_TYPES-1) ||
5930 if ((type < 0) || (type > NUM_OBJ_TYPES-1))

Completed in 69 milliseconds