HomeSort by: relevance | last modified time | path
    Searched defs:ist_val (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ipf/dist/tools/
ipmon.c 68 int ist_val; member in struct:icmp_subtype
325 if ((type < 0) || (type > table[tablesz - 2].ist_val))
329 if (table[type].ist_val == type)
332 for (i = 0, ist = table; ist->ist_val != -2; i++, ist++)
333 if (ist->ist_val == type)
ipmon.c 68 int ist_val; member in struct:icmp_subtype
325 if ((type < 0) || (type > table[tablesz - 2].ist_val))
329 if (table[type].ist_val == type)
332 for (i = 0, ist = table; ist->ist_val != -2; i++, ist++)
333 if (ist->ist_val == type)
ipmon.c 68 int ist_val; member in struct:icmp_subtype
325 if ((type < 0) || (type > table[tablesz - 2].ist_val))
329 if (table[type].ist_val == type)
332 for (i = 0, ist = table; ist->ist_val != -2; i++, ist++)
333 if (ist->ist_val == type)

Completed in 363 milliseconds