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.c216 KASSERT((u_int)type <= ICMP_MAXTYPE, ("%s: illegal ICMP type", in icmp_error()
514 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.c1185 static const char *icmpnames[ICMP_MAXTYPE + 1] = {
1258 for (first = 1, i = 0; i < ICMP_MAXTYPE + 1; i++) { in icmp_stats()
1292 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.h1849 extern int icmptoicmp6types[ICMP_MAXTYPE+1];
1857 extern int icmpreplytype4[ICMP_MAXTYPE + 1];
H A Dip_fil_freebsd.c495 if ((type < 0) || (type >= ICMP_MAXTYPE)) in ipf_send_icmp_err()
H A Dfil.c4248 int icmptoicmp6types[ICMP_MAXTYPE+1] = {
4290 int icmpreplytype4[ICMP_MAXTYPE + 1];
9230 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.c260 return (type <= ICMP_MAXTYPE && (cmd->d[0] & (1<<type)) ); in icmptype_match()
271 return (type <= ICMP_MAXTYPE && (TT & (1<<type)) ); in is_icmp_query()
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c3040 if ((rule->return_icmp >> 8) > ICMP_MAXTYPE) in pf_ioctl_addrule()
4693 if (pcr->rule.return_icmp >> 8 > ICMP_MAXTYPE) { in pfioctl()