36 #ifndef _NETINET_ICMP_VAR_H_ 37 #define _NETINET_ICMP_VAR_H_ 50 u_long icps_outhist[ICMP_MAXTYPE + 1];
57 u_long icps_inhist[ICMP_MAXTYPE + 1];
59 u_long icps_bmcastecho;
60 u_long icps_bmcasttstamp;
66 #define ICMPCTL_MASKREPL 1 67 #define ICMPCTL_STATS 2 68 #define ICMPCTL_MAXID 3 70 #define ICMPCTL_NAMES { \ 72 { "maskrepl", CTLTYPE_INT }, \ 73 { "stats", CTLTYPE_STRUCT }, \ 77 SYSCTL_DECL(_net_inet_icmp);
78 extern struct icmpstat icmpstat;