Searched refs:IST_SZ (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/ipfilter/tools/ |
| HD | ipmon.c | 79 #define IST_SZ(x) (sizeof(x)/sizeof(icmp_subtype_t)) macro 217 IST_SZ(icmpunreachnames),"unreach" }, 220 IST_SZ(redirectnames), "redirect" }, 227 IST_SZ(timxceednames), "timxceed" }, 229 IST_SZ(paramnames), "paramprob" }, 285 IST_SZ(icmpredirect6), "unreach" }, 288 IST_SZ(icmptimexceed6), "timxceed" }, 290 IST_SZ(icmpparamprob6), "paramprob" }, 294 IST_SZ(icmpquerysubject6), "groupmemberquery" }, 303 IST_SZ(icmprenumber6), "routerrenumber" }, [all …]
|