Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dicmp_var.h46 u_long icps_outhist[ICMP_MAXTYPE + 1];
53 u_long icps_inhist[ICMP_MAXTYPE + 1];
H A Dip_icmp.h208 #define ICMP_MAXTYPE 40 macro
H A Dip_icmp.c219 KASSERT((u_int)type <= ICMP_MAXTYPE, ("%s: illegal ICMP type", in icmp_error()
519 if (icp->icmp_type > ICMP_MAXTYPE) in icmp_input()
/freebsd-14.2/usr.bin/systat/
H A Dicmp.c156 for (i = 0; i <= ICMP_MAXTYPE; i++) { in domode()
164 for (i = 0; i <= ICMP_MAXTYPE; i++) { in domode()
181 for (i = totalin = totalout = 0; i <= ICMP_MAXTYPE; i++) { in showicmp()
/freebsd-14.2/contrib/bsnmp/snmp_mibII/
H A DmibII_ip.c387 for (i = 0; i <= ICMP_MAXTYPE; i++) in op_icmpstat()
449 for (i = 0; i <= ICMP_MAXTYPE; i++) in op_icmpstat()
/freebsd-14.2/usr.bin/netstat/
H A Dinet.c1149 static const char *icmpnames[ICMP_MAXTYPE + 1] = {
1222 for (first = 1, i = 0; i < ICMP_MAXTYPE + 1; i++) { in icmp_stats()
1256 for (first = 1, i = 0; i < ICMP_MAXTYPE + 1; i++) { in icmp_stats()
/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h1165 #undef ICMP_MAXTYPE
1166 #define ICMP_MAXTYPE 18 macro
H A Dip_fil.h1848 extern int icmptoicmp6types[ICMP_MAXTYPE+1];
1856 extern int icmpreplytype4[ICMP_MAXTYPE + 1];
H A Dip_fil_freebsd.c505 if ((type < 0) || (type >= ICMP_MAXTYPE)) in ipf_send_icmp_err()
H A Dfil.c4215 int icmptoicmp6types[ICMP_MAXTYPE+1] = {
4257 int icmpreplytype4[ICMP_MAXTYPE + 1];
9144 for (i = 0; i <= ICMP_MAXTYPE; i++)
/freebsd-14.2/contrib/tcpdump/
H A Dprint-icmp.c142 #define ICMP_MAXTYPE 18 macro
/freebsd-14.2/sys/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()
/freebsd-14.2/sys/netpfil/pf/
H A Dpf_ioctl.c2170 if ((rule->return_icmp >> 8) > ICMP_MAXTYPE) { in pf_ioctl_addrule()
3446 if (pcr->rule.return_icmp >> 8 > ICMP_MAXTYPE) { in pfioctl()