Searched refs:ICMP_MAXTYPE (Results 1 – 12 of 12) sorted by relevance
47 u_long icps_outhist[ICMP_MAXTYPE + 1];54 u_long icps_inhist[ICMP_MAXTYPE + 1];
209 #define ICMP_MAXTYPE 40 macro
211 KASSERT((u_int)type <= ICMP_MAXTYPE, ("%s: illegal ICMP type", in icmp_error()463 if (icp->icmp_type > ICMP_MAXTYPE) in icmp_input()
1131 static const char *icmpnames[ICMP_MAXTYPE + 1] = {1204 for (first = 1, i = 0; i < ICMP_MAXTYPE + 1; i++) { in icmp_stats()1238 for (first = 1, i = 0; i < ICMP_MAXTYPE + 1; i++) { in icmp_stats()
1177 #undef ICMP_MAXTYPE1178 #define ICMP_MAXTYPE 18 macro
1845 extern int icmptoicmp6types[ICMP_MAXTYPE+1];1853 extern int icmpreplytype4[ICMP_MAXTYPE + 1];
524 if ((type < 0) || (type >= ICMP_MAXTYPE))
4323 int icmptoicmp6types[ICMP_MAXTYPE+1] = {4365 int icmpreplytype4[ICMP_MAXTYPE + 1];9435 for (i = 0; i <= ICMP_MAXTYPE; i++) in ipf_main_load()
264 return (type <= ICMP_MAXTYPE && (cmd->d[0] & (1<<type)) ); in icmptype_match()275 return (type <= ICMP_MAXTYPE && (TT & (1<<type)) ); in is_icmp_query()
1858 if (pr->rule.return_icmp >> 8 > ICMP_MAXTYPE) { in pfioctl()2118 if (pcr->rule.return_icmp >> 8 > ICMP_MAXTYPE) { in pfioctl()