Searched defs:icmpstat (Results 1 – 3 of 3) sorted by relevance
42 struct icmpstat { struct44 u_long icps_error; /* # of calls to icmp_error */45 u_long icps_toofreq; /* no error because rate limiter */46 u_long icps_oldshort; /* no error because old ip too short */47 u_long icps_oldicmp; /* no error because old was icmp */48 u_long icps_outhist[ICMP_MAXTYPE + 1];50 u_long icps_badcode; /* icmp_code out of range */51 u_long icps_tooshort; /* packet < ICMP_MINLEN */52 u_long icps_checksum; /* bad checksum */53 u_long icps_badlen; /* calculated bound mismatch */[all …]
915 struct icmpstat icmpstat; icmp_sysctl_icmpstat() local
713 struct icmpstat icmpstat; in icmp_stats() local [all...]