Home
last modified time | relevance | path

Searched refs:icps_inhist (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_ip.c388 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 Dicmp.c162 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 Dicmp_var.h51 u_long icps_inhist[ICMP_MAXTYPE + 1]; member
H A Din_kdtrace.c137 MIB_PROBE2_ICMP(icps_inhist);
H A Dip_icmp.c531 ICMPSTAT_INC2(icps_inhist, icp->icmp_type); in icmp_input()
H A Din_kdtrace.h139 SDT_PROBE_DECLARE(mib, icmp, count, icps_inhist);
/freebsd/usr.bin/netstat/
H A Dinet.c1252 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()