Searched refs:icps_outhist (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/contrib/bsnmp/snmp_mibII/
H A DmibII_ip.c438 value->v.integer += icmpstat.icps_outhist[i];
449 value->v.integer = icmpstat.icps_outhist[ICMP_UNREACH];
453 value->v.integer = icmpstat.icps_outhist[ICMP_TIMXCEED];
457 value->v.integer = icmpstat.icps_outhist[ICMP_PARAMPROB];
461 value->v.integer = icmpstat.icps_outhist[ICMP_SOURCEQUENCH];
465 value->v.integer = icmpstat.icps_outhist[ICMP_REDIRECT];
469 value->v.integer = icmpstat.icps_outhist[ICMP_ECHO];
473 value->v.integer = icmpstat.icps_outhist[ICMP_ECHOREPLY];
477 value->v.integer = icmpstat.icps_outhist[ICMP_TSTAMP];
481 value->v.integer = icmpstat.icps_outhist[ICMP_TSTAMPREPL
[all...]
/freebsd-11-stable/release/picobsd/tinyware/ns/
H A Dns.c670 if (s.icps_outhist[i] > 0)
672 s.icps_outhist[i], icmp_names[i]);
/freebsd-11-stable/sys/netinet/
H A Dicmp_var.h46 u_long icps_outhist[ICMP_MAXTYPE + 1]; member in struct:icmpstat
H A Dip_icmp.c328 ICMPSTAT_INC(icps_outhist[type]);
636 ICMPSTAT_INC(icps_outhist[icp->icmp_type]);
/freebsd-11-stable/usr.bin/systat/
H A Dicmp.c158 DO(icps_outhist[i]);
184 totalout += stats.icps_outhist[i];
204 #define DO2(type, row) DO(icps_inhist[type], row, 0); DO(icps_outhist[type], \
213 DO(icps_outhist[ICMP_ROUTERSOLICIT], 16, 35);
/freebsd-11-stable/usr.bin/netstat/
H A Dinet.c1242 if (icmpstat.icps_outhist[i] != 0) {
1251 icmpnames[i], icmpstat.icps_outhist[i]);
1255 i, icmpstat.icps_outhist[i]);

Completed in 180 milliseconds