Searched refs:icps_inhist (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/bsnmp/snmp_mibII/ |
H A D | mibII_ip.c | 388 value->v.integer += icmpstat.icps_inhist[i]; in op_icmpstat() 404 value->v.integer = icmpstat.icps_inhist[ICMP_UNREACH]; in op_icmpstat() 408 value->v.integer = icmpstat.icps_inhist[ICMP_TIMXCEED]; in op_icmpstat() 412 value->v.integer = icmpstat.icps_inhist[ICMP_PARAMPROB]; in op_icmpstat() 416 value->v.integer = icmpstat.icps_inhist[ICMP_SOURCEQUENCH]; in op_icmpstat() 420 value->v.integer = icmpstat.icps_inhist[ICMP_REDIRECT]; in op_icmpstat() 424 value->v.integer = icmpstat.icps_inhist[ICMP_ECHO]; in op_icmpstat() 428 value->v.integer = icmpstat.icps_inhist[ICMP_ECHOREPLY]; in op_icmpstat() 432 value->v.integer = icmpstat.icps_inhist[ICMP_TSTAMP]; in op_icmpstat() 436 value->v.integer = icmpstat.icps_inhist[ICMP_TSTAMPREPLY]; in op_icmpstat() [all …]
|
/freebsd/usr.bin/systat/ |
H A D | icmp.c | 162 DO(icps_inhist[i]); in domode() 179 totalin += stats.icps_inhist[i]; in showicmp() 200 #define DO2(type, row) DO(icps_inhist[type], row, 0); DO(icps_outhist[type], \ in showicmp() 208 DO(icps_inhist[ICMP_ROUTERADVERT], 16, 0); in showicmp()
|
/freebsd/sys/netinet/ |
H A D | icmp_var.h | 51 u_long icps_inhist[ICMP_MAXTYPE + 1]; member
|
H A D | in_kdtrace.c | 137 MIB_PROBE2_ICMP(icps_inhist);
|
H A D | ip_icmp.c | 531 ICMPSTAT_INC2(icps_inhist, icp->icmp_type); in icmp_input()
|
H A D | in_kdtrace.h | 139 SDT_PROBE_DECLARE(mib, icmp, count, icps_inhist);
|
/freebsd/usr.bin/netstat/ |
H A D | inet.c | 1252 if (icmpstat.icps_inhist[i] != 0) { in icmp_stats() 1262 icmpstat.icps_inhist[i]); in icmp_stats() 1266 i, icmpstat.icps_inhist[i]); in icmp_stats()
|