Home
last modified time | relevance | path

Searched refs:dropped (Results 1 – 25 of 105) sorted by relevance

12345

/trueos/tools/regression/netinet/arphold/
HDarphold.c71 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/
HDethernet-tx.c69 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/
HDosm_ucast_cache.c71 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/
HDng_patch.h97 uint64_t dropped; member
HDng_patch.c515 priv->stats.dropped++; in ng_patch_rcvdata()
535 priv->stats.dropped++; in ng_patch_rcvdata()
/trueos/sys/net/
HDif_arp.h124 uint64_t dropped; /* # of packets dropped waiting for a reply. */ member
/trueos/contrib/ldns/drill/
HDREGRESSIONS21 o The useless (for jokes only) -I option was dropped.
/trueos/contrib/gcclibs/libdecnumber/
HDdecNumber.c916 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/
HDALLjava_notes.txt19 dropped).
/trueos/contrib/ipfilter/
HDREADME43 (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/
HDBEGEMOT-WIRELESS-MIB.txt1854 "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/
HDREADME.changes49 diagnostic connections are dropped.
61 o Out-of-sequence FSM packets (IPCP/LCP/CCP) are dropped by default.
/trueos/contrib/ntp/ntpd/
HDntpdbase-opts.def310 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.
HDntpd-opts.texi104 -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.
HDntpdsim-opts.texi113 -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/
HDBEGEMOT-PF-MIB.txt164 "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/
HDit_IT.ISO8859-15.msg111 52 Network dropped connection on reset
HDC.msg111 52 Network dropped connection on reset
/trueos/contrib/libpcap/
HDpcap-usb-linux.c93 u_int32_t dropped; member
754 stats->ps_drop = st.dropped; in usb_stats_linux_bin()
/trueos/contrib/gcc/
HDpredict.def61 /* Hints dropped by user via __builtin_expect feature. */
/trueos/sbin/natd/
HDHISTORY117 - Ignored incoming packets are now dropped when
/trueos/contrib/unbound/doc/
HDrequirements.txt109 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/
HDif_ether.c221 ARPSTAT_ADD(dropped, pkts_dropped); in arptimer()
411 ARPSTAT_INC(dropped); in arpresolve()
/trueos/contrib/bsnmp/snmpd/
HDBEGEMOT-SNMPD.txt101 are dropped by SNMPd."
399 receive buffer. These packets are dropped."
/trueos/contrib/ntp/
HDNEWS99 interface update interval has been dropped.

12345