Searched refs:IST_SZ (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/ipf/ipmon/ |
H A D | ipmon.c | 69 #define IST_SZ(x) (sizeof(x)/sizeof(icmp_subtype_t)) macro 200 IST_SZ(icmpunreachnames),"unreach" }, 203 IST_SZ(redirectnames), "redirect" }, 210 IST_SZ(timxceednames), "timxceed" }, 212 IST_SZ(paramnames), "paramprob" }, 268 IST_SZ(icmpredirect6), "unreach" }, 271 IST_SZ(icmptimexceed6), "timxceed" }, 273 IST_SZ(icmpparamprob6), "paramprob" }, 277 IST_SZ(icmpquerysubject6), "groupmemberquery" }, 286 IST_SZ(icmprenumber6), "routerrenumber" }, [all …]
|