Home
last modified time | relevance | path

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

/freebsd-head/sys/netinet/
HDicmp_var.h44 u_long icps_outhist[ICMP_MAXTYPE + 1];
51 u_long icps_inhist[ICMP_MAXTYPE + 1];
HDip_icmp.h206 #define ICMP_MAXTYPE 40 macro
HDip_icmp.c217 KASSERT((u_int)type <= ICMP_MAXTYPE, ("%s: illegal ICMP type", in icmp_error()
517 if (icp->icmp_type > ICMP_MAXTYPE) in icmp_input()
/freebsd-head/usr.bin/systat/
HDicmp.c153 for (i = 0; i <= ICMP_MAXTYPE; i++) { in domode()
161 for (i = 0; i <= ICMP_MAXTYPE; i++) { in domode()
178 for (i = totalin = totalout = 0; i <= ICMP_MAXTYPE; i++) { in showicmp()
/freebsd-head/contrib/bsnmp/snmp_mibII/
HDmibII_ip.c387 for (i = 0; i <= ICMP_MAXTYPE; i++) in op_icmpstat()
449 for (i = 0; i <= ICMP_MAXTYPE; i++) in op_icmpstat()
/freebsd-head/usr.bin/netstat/
HDinet.c1144 static const char *icmpnames[ICMP_MAXTYPE + 1] = {
1217 for (first = 1, i = 0; i < ICMP_MAXTYPE + 1; i++) { in icmp_stats()
1251 for (first = 1, i = 0; i < ICMP_MAXTYPE + 1; i++) { in icmp_stats()
/freebsd-head/sys/netpfil/ipfilter/netinet/
HDip_compat.h1157 #undef ICMP_MAXTYPE
1158 #define ICMP_MAXTYPE 18 macro
HDip_fil.h1846 extern int icmptoicmp6types[ICMP_MAXTYPE+1];
1854 extern int icmpreplytype4[ICMP_MAXTYPE + 1];
HDip_fil_freebsd.c477 if ((type < 0) || (type >= ICMP_MAXTYPE)) in ipf_send_icmp_err()
HDfil.c4211 int icmptoicmp6types[ICMP_MAXTYPE+1] = {
4253 int icmpreplytype4[ICMP_MAXTYPE + 1];
9140 for (i = 0; i <= ICMP_MAXTYPE; i++)
/freebsd-head/contrib/tcpdump/
HDprint-icmp.c142 #define ICMP_MAXTYPE 18 macro
/freebsd-head/sys/netpfil/ipfw/
HDip_fw2.c266 return (type <= ICMP_MAXTYPE && (cmd->d[0] & (1<<type)) ); in icmptype_match()
277 return (type <= ICMP_MAXTYPE && (TT & (1<<type)) ); in is_icmp_query()
/freebsd-head/sys/netpfil/pf/
HDpf_ioctl.c2077 if ((rule->return_icmp >> 8) > ICMP_MAXTYPE) { in pf_ioctl_addrule()
3661 if (pcr->rule.return_icmp >> 8 > ICMP_MAXTYPE) { in pfioctl()