Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dicmp_var.h44 u_long icps_outhist[ICMP_MAXTYPE + 1];
51 u_long icps_inhist[ICMP_MAXTYPE + 1];
H A Dip_icmp.h206 #define ICMP_MAXTYPE 40 macro
H A Dip_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/usr.bin/systat/
H A Dicmp.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/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/usr.bin/netstat/
H A Dinet.c1143 static const char *icmpnames[ICMP_MAXTYPE + 1] = {
1216 for (first = 1, i = 0; i < ICMP_MAXTYPE + 1; i++) { in icmp_stats()
1250 for (first = 1, i = 0; i < ICMP_MAXTYPE + 1; i++) { in icmp_stats()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h1157 #undef ICMP_MAXTYPE
1158 #define ICMP_MAXTYPE 18 macro
H A Dip_fil.h1846 extern int icmptoicmp6types[ICMP_MAXTYPE+1];
1854 extern int icmpreplytype4[ICMP_MAXTYPE + 1];
H A Dip_fil_freebsd.c477 if ((type < 0) || (type >= ICMP_MAXTYPE)) in ipf_send_icmp_err()
H A Dfil.c4211 int icmptoicmp6types[ICMP_MAXTYPE+1] = {
4253 int icmpreplytype4[ICMP_MAXTYPE + 1];
9140 for (i = 0; i <= ICMP_MAXTYPE; i++)
/freebsd/contrib/tcpdump/
H A Dprint-icmp.c142 #define ICMP_MAXTYPE 18 macro
/freebsd/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/sys/netpfil/pf/
H A Dpf_ioctl.c2077 if ((rule->return_icmp >> 8) > ICMP_MAXTYPE) { in pf_ioctl_addrule()
3603 if (pcr->rule.return_icmp >> 8 > ICMP_MAXTYPE) { in pfioctl()