Home
last modified time | relevance | path

Searched refs:ICMP_MAXTYPE (Results 1 – 12 of 12) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dicmp_var.h47 u_long icps_outhist[ICMP_MAXTYPE + 1];
54 u_long icps_inhist[ICMP_MAXTYPE + 1];
H A Dip_icmp.h209 #define ICMP_MAXTYPE 40 macro
/f-stack/freebsd/netinet/
H A Dicmp_var.h47 u_long icps_outhist[ICMP_MAXTYPE + 1];
54 u_long icps_inhist[ICMP_MAXTYPE + 1];
H A Dip_icmp.h209 #define ICMP_MAXTYPE 40 macro
H A Dip_icmp.c211 KASSERT((u_int)type <= ICMP_MAXTYPE, ("%s: illegal ICMP type", in icmp_error()
463 if (icp->icmp_type > ICMP_MAXTYPE) in icmp_input()
/f-stack/tools/netstat/
H A Dinet.c1131 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()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h1177 #undef ICMP_MAXTYPE
1178 #define ICMP_MAXTYPE 18 macro
H A Dip_fil.h1845 extern int icmptoicmp6types[ICMP_MAXTYPE+1];
1853 extern int icmpreplytype4[ICMP_MAXTYPE + 1];
H A Dip_fil_freebsd.c524 if ((type < 0) || (type >= ICMP_MAXTYPE))
H A Dfil.c4323 int icmptoicmp6types[ICMP_MAXTYPE+1] = {
4365 int icmpreplytype4[ICMP_MAXTYPE + 1];
9435 for (i = 0; i <= ICMP_MAXTYPE; i++) in ipf_main_load()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c264 return (type <= ICMP_MAXTYPE && (cmd->d[0] & (1<<type)) ); in icmptype_match()
275 return (type <= ICMP_MAXTYPE && (TT & (1<<type)) ); in is_icmp_query()
/f-stack/freebsd/netpfil/pf/
H A Dpf_ioctl.c1858 if (pr->rule.return_icmp >> 8 > ICMP_MAXTYPE) { in pfioctl()
2118 if (pcr->rule.return_icmp >> 8 > ICMP_MAXTYPE) { in pfioctl()