| /trueos/tools/regression/netinet/arphold/ |
| HD | arphold.c | 71 unsigned long dropped = 0; in main() local 105 dropped = arpstat.dropped; in main() 107 printf("dropped before %ld\n", dropped); in main() 131 printf("dropped after %ld\n", arpstat.dropped); in main() 134 if (arpstat.dropped != dropped) { in main() 136 "before %ld after %ld\n", dropped, arpstat.dropped); in main() 140 dropped = arpstat.dropped; in main() 155 if (arpstat.dropped != (dropped + 1)) { in main() 157 " %ld after %ld\n", dropped, arpstat.dropped); in main()
|
| /trueos/sys/mips/cavium/octe/ |
| HD | ethernet-tx.c | 69 int dropped; in cvm_oct_xmit() local 81 dropped = 0; in cvm_oct_xmit() 221 dropped = 1; in cvm_oct_xmit() 227 dropped = 1; in cvm_oct_xmit() 230 if (__predict_false(dropped)) { in cvm_oct_xmit() 254 return dropped; in cvm_oct_xmit()
|
| /trueos/contrib/ofed/management/opensm/opensm/ |
| HD | osm_ucast_cache.c | 71 boolean_t dropped; member 385 (p_sw->dropped) ? "[whole switch missing]" : ""); in __ucast_cache_dump() 492 !p_cache_sw->dropped && in ucast_cache_validate() 659 if (p_cache_sw->dropped) { in ucast_cache_validate() 663 p_cache_sw->dropped = FALSE; in ucast_cache_validate() 697 if (p_cache_sw->dropped) { in ucast_cache_validate() 733 if (!p_remote_cache_sw || !p_remote_cache_sw->dropped) { in ucast_cache_validate() 1003 p_cache_sw->dropped = TRUE; in osm_ucast_cache_add_node()
|
| /trueos/sys/netgraph/ |
| HD | ng_patch.h | 97 uint64_t dropped; member
|
| HD | ng_patch.c | 515 priv->stats.dropped++; in ng_patch_rcvdata() 535 priv->stats.dropped++; in ng_patch_rcvdata()
|
| /trueos/sys/net/ |
| HD | if_arp.h | 124 uint64_t dropped; /* # of packets dropped waiting for a reply. */ member
|
| /trueos/contrib/ldns/drill/ |
| HD | REGRESSIONS | 21 o The useless (for jokes only) -I option was dropped.
|
| /trueos/contrib/gcclibs/libdecnumber/ |
| HD | decNumber.c | 916 Int dropped; /* work */ in decNumberNormalize() local 950 decTrim (res, 1, &dropped); /* normalize in place */ in decNumberNormalize() 987 Int dropped; /* .. */ in decNumberPower() local 1228 decTrim (res, 0, &dropped); /* trailing zeros */ in decNumberPower() 1465 Int dropped; /* .. */ in decNumberSquareRoot() local 1717 decTrim (b, 1, &dropped); /* [drops trailing zeros] */ in decNumberSquareRoot() 1754 if (dropped < todrop) in decNumberSquareRoot() 1755 todrop = dropped; /* clamp to those available */ in decNumberSquareRoot() 1920 Int dropped; /* work */ in decNumberTrim() local 1921 return decTrim (dn, 0, &dropped); in decNumberTrim() [all …]
|
| /trueos/cddl/contrib/dtracetoolkit/Notes/ |
| HD | ALLjava_notes.txt | 19 dropped).
|
| /trueos/contrib/ipfilter/ |
| HD | README | 43 (they don't contain a complete header) are dropped and logged, no questions 58 the appropriate list, rejects dropped, others passed through. Thus this will
|
| /trueos/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| HD | BEGEMOT-WIRELESS-MIB.txt | 1854 "The number of received frames by this interface that were dropped 1874 "The number of frames received by this interface that were dropped 1884 "The number of frames received by this interface that were dropped 1894 "The number of frames received by this interface that were dropped 1904 "The number of frames received by this interface that were dropped 2012 "The number of frames received by this interface that were dropped due 2139 "The number of frames received by this interface that were dropped 2340 "The number of times a station/node was dropped by this interface 2649 "The number of A-MPDU frames that were dropped by this interface 2705 "The number of A-MPDU frames by dropped this interface." [all …]
|
| /trueos/usr.sbin/ppp/ |
| HD | README.changes | 49 diagnostic connections are dropped. 61 o Out-of-sequence FSM packets (IPCP/LCP/CCP) are dropped by default.
|
| /trueos/contrib/ntp/ntpd/ |
| HD | ntpdbase-opts.def | 310 descrip = "interval in seconds between scans for new or dropped interfaces"; 312 Give the time in seconds between two scans for new or dropped interfaces.
|
| HD | ntpd-opts.texi | 104 -U Num updateinterval interval in seconds between scans for new or dropped interfaces 408 This is the ``interval in seconds between scans for new or dropped interfaces'' option. 409 Give the time in seconds between two scans for new or dropped interfaces.
|
| HD | ntpdsim-opts.texi | 113 -U Num updateinterval interval in seconds between scans for new or dropped interfaces 445 This is the ``interval in seconds between scans for new or dropped interfaces'' option. 446 Give the time in seconds between two scans for new or dropped interfaces.
|
| /trueos/usr.sbin/bsnmpd/modules/snmp_pf/ |
| HD | BEGEMOT-PF-MIB.txt | 164 "Number of packets dropped due to memory limitations." 484 "Number of IPv4 packets dropped coming in on the loginterface." 500 "Number of IPv4 packets dropped going out on the loginterface." 532 "Number of IPv6 packets dropped coming in on the loginterface." 548 "Number of IPv6 packets dropped going out on the loginterface."
|
| /trueos/lib/libc/nls/ |
| HD | it_IT.ISO8859-15.msg | 111 52 Network dropped connection on reset
|
| HD | C.msg | 111 52 Network dropped connection on reset
|
| /trueos/contrib/libpcap/ |
| HD | pcap-usb-linux.c | 93 u_int32_t dropped; member 754 stats->ps_drop = st.dropped; in usb_stats_linux_bin()
|
| /trueos/contrib/gcc/ |
| HD | predict.def | 61 /* Hints dropped by user via __builtin_expect feature. */
|
| /trueos/sbin/natd/ |
| HD | HISTORY | 117 - Ignored incoming packets are now dropped when
|
| /trueos/contrib/unbound/doc/ |
| HD | requirements.txt | 109 If the cache memory is low; the answer RR may be dropped, and a glue 235 It minimizes the chances of a dropped query making a (DNSSEC) EDNS server 261 updated from another query, the NXDOMAIN is dropped from the cache,
|
| /trueos/sys/netinet/ |
| HD | if_ether.c | 221 ARPSTAT_ADD(dropped, pkts_dropped); in arptimer() 411 ARPSTAT_INC(dropped); in arpresolve()
|
| /trueos/contrib/bsnmp/snmpd/ |
| HD | BEGEMOT-SNMPD.txt | 101 are dropped by SNMPd." 399 receive buffer. These packets are dropped."
|
| /trueos/contrib/ntp/ |
| HD | NEWS | 99 interface update interval has been dropped.
|