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

/netbsd-current/usr.bin/systat/
H A Dicmp.c125 for (i = tin = tout = 0; i <= ICMP_MAXTYPE; i++) {
178 for (i = 0; i <= ICMP_MAXTYPE; i++) {
/netbsd-current/sys/netinet/
H A Dip_icmp.h250 #define ICMP_MAXTYPE 40 macro
251 #define ICMP_NTYPES (ICMP_MAXTYPE + 1)
H A Dip_icmp.c336 if ((u_int)type > ICMP_MAXTYPE)
453 if (icp->icmp_type > ICMP_MAXTYPE)
/netbsd-current/external/mpl/dhcp/dist/includes/netinet/
H A Dip_icmp.h164 #define ICMP_MAXTYPE 18 macro
/netbsd-current/sys/netmpls/
H A Dmpls_ttl.c258 if ((u_int)type > ICMP_MAXTYPE)
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-icmp.c149 #define ICMP_MAXTYPE 18 macro
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_compat.h1458 #undef ICMP_MAXTYPE macro
1459 #define ICMP_MAXTYPE 18 macro
H A Dip_fil.h1983 extern int icmptoicmp6types[ICMP_MAXTYPE+1];
1991 extern int icmpreplytype4[ICMP_MAXTYPE + 1];
H A Dip_fil_netbsd.c920 if ((type < 0) || (type > ICMP_MAXTYPE))
H A Dfil.c4268 int icmptoicmp6types[ICMP_MAXTYPE+1] = {
4310 int icmpreplytype4[ICMP_MAXTYPE + 1];
9153 for (i = 0; i <= ICMP_MAXTYPE; i++)
/netbsd-current/usr.bin/netstat/
H A Dinet.c712 for (first = 1, i = 0; i < ICMP_MAXTYPE + 1; i++)
729 for (first = 1, i = 0; i < ICMP_MAXTYPE + 1; i++)
/netbsd-current/sys/dist/pf/net/
H A Dpf_ioctl.c1424 if (pr->rule.return_icmp >> 8 > ICMP_MAXTYPE) {
1686 if (pcr->rule.return_icmp >> 8 > ICMP_MAXTYPE) {

Completed in 306 milliseconds