Searched refs:ICMP_MAXTYPE (Results 1 - 14 of 14) sorted by relevance

/freebsd-11.0-release/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.h207 #define ICMP_MAXTYPE 40 macro
H A Dip_icmp.c194 KASSERT((u_int)type <= ICMP_MAXTYPE, ("%s: illegal ICMP type", __func__));
418 if (icp->icmp_type > ICMP_MAXTYPE)
/freebsd-11.0-release/usr.bin/systat/
H A Dicmp.c157 for (i = 0; i <= ICMP_MAXTYPE; i++) {
165 for (i = 0; i <= ICMP_MAXTYPE; i++) {
182 for (i = totalin = totalout = 0; i <= ICMP_MAXTYPE; i++) {
/freebsd-11.0-release/contrib/bsnmp/snmp_mibII/
H A DmibII_ip.c375 for (i = 0; i <= ICMP_MAXTYPE; i++)
437 for (i = 0; i <= ICMP_MAXTYPE; i++)
/freebsd-11.0-release/release/picobsd/tinyware/ns/
H A Dns.c669 for (i = 0; i < (ICMP_MAXTYPE + 1); i++) {
675 for (i = 0; i < (ICMP_MAXTYPE + 1); i++) {
/freebsd-11.0-release/usr.bin/netstat/
H A Dinet.c1133 static const char *icmpnames[ICMP_MAXTYPE + 1] = {
1206 for (first = 1, i = 0; i < ICMP_MAXTYPE + 1; i++) {
1240 for (first = 1, i = 0; i < ICMP_MAXTYPE + 1; i++) {
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-icmp.c148 #define ICMP_MAXTYPE 18 macro
/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dip_compat.h1400 #undef ICMP_MAXTYPE macro
1401 #define ICMP_MAXTYPE 18 macro
H A Dip_fil.h1982 extern int icmptoicmp6types[ICMP_MAXTYPE+1];
1990 extern int icmpreplytype4[ICMP_MAXTYPE + 1];
H A Dip_fil_freebsd.c552 if ((type < 0) || (type >= ICMP_MAXTYPE))
H A Dfil.c4376 int icmptoicmp6types[ICMP_MAXTYPE+1] = {
4418 int icmpreplytype4[ICMP_MAXTYPE + 1];
9438 for (i = 0; i <= ICMP_MAXTYPE; i++)
/freebsd-11.0-release/sys/netpfil/ipfw/
H A Dip_fw2.c243 return (type <= ICMP_MAXTYPE && (cmd->d[0] & (1<<type)) );
254 return (type <= ICMP_MAXTYPE && (TT & (1<<type)) );
/freebsd-11.0-release/sys/netpfil/pf/
H A Dpf_ioctl.c1147 if (pr->rule.return_icmp >> 8 > ICMP_MAXTYPE) {
1407 if (pcr->rule.return_icmp >> 8 > ICMP_MAXTYPE) {

Completed in 139 milliseconds