/external/speex/libspeex/ |
D | jitter.c | 145 JitterBufferPacket packets[SPEEX_JITTER_MAX_BUFFER_SIZE]; /**< Packets stored in the buffer */ member 280 jitter->packets[i].data=NULL; in jitter_buffer_init() 302 if (jitter->packets[i].data) in jitter_buffer_reset() 305 jitter->destroy(jitter->packets[i].data); in jitter_buffer_reset() 307 speex_free(jitter->packets[i].data); in jitter_buffer_reset() 308 jitter->packets[i].data = NULL; in jitter_buffer_reset() 380 …if (jitter->packets[i].data && LE32(jitter->packets[i].timestamp + jitter->packets[i].span, jitter… in jitter_buffer_put() 384 jitter->destroy(jitter->packets[i].data); in jitter_buffer_put() 386 speex_free(jitter->packets[i].data); in jitter_buffer_put() 387 jitter->packets[i].data = NULL; in jitter_buffer_put() [all …]
|
/external/iptables/extensions/ |
D | libxt_connbytes.man | 1 Match by how many bytes or packets a connection (or one of the two 20 match packets from a connection whose packets/bytes/average packet 21 size is more than FROM and less than TO bytes/packets. if TO is 22 omitted only FROM check is done. "!" is used to match packets not 26 which packets to consider 29 whether to check the amount of packets, number of bytes transferred or 30 the average size (in bytes) of all packets received so far. Note that 33 be about half of the actual data packets.
|
D | libxt_NFLOG.man | 1 This target provides logging of matching packets. When this target is 8 may subscribe to the group to receive the packets. Like LOG, this is a 12 The netlink group (1 \- 2^32\-1) to which packets are (only applicable for 25 Number of packets to queue inside the kernel before sending them 28 packets reach userspace. The default value is 1.
|
D | libxt_helper.man | 1 This module matches packets related to a specific conntrack-helper. 4 Matches packets related to the specified conntrack-helper. 7 string can be "ftp" for packets related to a ftp-session on default port.
|
D | libxt_TCPMSS.man | 1 This target allows to alter the MSS value of TCP SYN packets, to control 10 packets. The symptoms of this 13 packets: 36 packets from itself to the source and destination IP addresses. Prior to
|
D | libipt_ULOG.man | 1 This target provides userspace logging of matching packets. When this 6 multicast groups and receive the packets. 24 accumulates ten packets inside the kernel and transmits them as one
|
D | libxt_hashlimit.man | 4 and/or per-port. It gives you the ability to express "\fIN\fP packets per time 18 Maximum initial number of packets to match: this number gets recharged by one 55 "1000 packets per second for every host in 192.168.0.0/16" => 59 "100 packets per second for every service of 192.168.1.1" => 63 "10000 packets per minute for every /28 subnet (groups of 8 addresses)
|
D | libxt_tcp.man | 30 will only match packets with the SYN flag set, and the ACK, FIN and 34 Only match TCP packets with the SYN bit set and the ACK,RST and FIN bits 35 cleared. Such packets are used to request TCP connection initiation; 36 for example, blocking such packets coming in an interface will prevent
|
D | libipt_LOG.man | 1 Turn on kernel logging of matching packets. When this option is set 3 matching packets (like most IP header fields) via the kernel log 9 the next rule. So if you want to LOG the packets you refuse, use two
|
D | libip6t_LOG.man | 1 Turn on kernel logging of matching packets. When this option is set 3 matching packets (like most IPv6 IPv6-header fields) via the kernel log 9 the next rule. So if you want to LOG the packets you refuse, use two
|
D | libxt_conntrack.man | 39 Match packets that are flowing in the specified direction. If this flag is not 40 specified at all, matches packets in both directions. 49 with a connection which has not seen packets in both directions, and 52 meaning that the packet is associated with a connection which has seen packets 80 Conntrack has seen packets in both directions.
|
D | libxt_AUDIT.man | 1 This target allows to create audit records for packets hitting the target. 2 It can be used to record accepted, dropped, and rejected packets. See
|
D | libxt_TRACE.man | 2 the packets as those traverse the tables, chains, rules. 6 The packets are logged with the string prefix:
|
D | libxt_CONNSECMARK.man | 1 This module copies security markings from packets to connections 2 (if unlabeled), and from connections back to packets (also only
|
D | libxt_quota2.man | 14 Makes it so the counter or quota amount is never changed by packets matching 29 \fB\-\-packets\fP 30 Count packets instead of bytes that passed the quota2 match.
|
D | libxt_cluster.man | 4 This match requires that all the nodes see the same packets. Thus, the cluster 38 And the following commands to make all nodes see the same packets: 59 to avoid marking TCP ACK packets coming in the reply direction as
|
/external/iproute2/doc/actions/ |
D | mirred-usage | 4 mirror and redirect packets. The main difference with say a vannila 42 without affecting other packets not interested in this feature 52 device. Instead of redirecting it puts packets at the exact spot 55 packets will all be dropped (this is much simpler to detect 65 1) Mirror all packets arriving on eth0 to be sent out on eth1. 79 # redirect all packets arriving on ingress of lo to eth0 90 Ping would fail since all packets are heading out eth0 97 Then you should see the packets on both host A and the local 103 #allow 1 out 10 packets on ingress of lo to randomly make it to the 114 # for packets from 10.0.0.9 going out on eth0 (could be local [all …]
|
D | ifb-README | 31 selectively either query/create contrack state on incoming packets. 33 on incoming packets; if we find they are of known state we could send to 57 # redirect all IP packets arriving in eth0 to ifb0 69 from another machine ping so that you have packets going into the box: 78 3 packets transmitted, 3 packets received, 0% packet loss 115 RX packets:6 errors:0 dropped:3 overruns:0 frame:0 116 TX packets:3 errors:0 dropped:0 overruns:0 carrier:0 122 [In this case the three dropped packets were ipv6 ndisc].
|
/external/qemu/ |
D | shaper.c | 99 QueuedPacket packets; /* list of queued packets, ordered by expiration date */ member 119 while (shaper->packets) { in netshaper_destroy() 120 QueuedPacket packet = shaper->packets; in netshaper_destroy() 121 shaper->packets = packet->next; in netshaper_destroy() 139 while ((packet = shaper->packets) != NULL) { in netshaper_expires() 145 shaper->packets = packet->next; in netshaper_expires() 152 if (shaper->packets) { in netshaper_expires() 153 shaper->block_until = shaper->packets->expiration; in netshaper_expires() 168 shaper->packets = NULL; in netshaper_create() 187 while (shaper->packets) { in netshaper_set_rate() [all …]
|
/external/libpcap/ |
D | README.linux | 1 In order for libpcap to be able to capture packets on a Linux system, 48 executed in the kernel, so that packets that don't pass the filter won't 49 be copied from the kernel to the program, rather than having all packets 52 Copying packets from the kernel to the program consumes a significant 54 capturing packets if a filter has been specified that discards a 55 significant number of packets. (If no filter is specified, it makes no 79 ps_recv Number of packets that were accepted by the pcap filter 84 ps_rec Number of packets that were accepted by the pcap filter 85 ps_drops Number of packets that had passed filtering but were not 87 This is useful because these are packets you are interested in
|
/external/bluetooth/bluez/compat/ |
D | fakehid.txt | 16 <3-slot packets> <5-slot packets> <encryption> <slot offset> 18 <park state> <RSSI> <channel quality> <SCO link> <HV2 packets> 19 <HV3 packets> <u-law log> <A-law log> <CVSD> <paging scheme> 98 <3-slot packets> <5-slot packets> <encryption> <slot offset> 100 <park state> <RSSI> <channel quality> <SCO link> <HV2 packets> 101 <HV3 packets> <u-law log> <A-law log> <CVSD> <paging scheme>
|
/external/iproute2/doc/ |
D | ip-tunnels.tex | 90 packets to another endpoint is not hidden. If you dislike this, or if you 91 are going to use some routing protocol expecting that packets 110 to receive tunneled packets. 177 packets. It must be an address on another interface of this host. 190 have some not wildcard \verb|remote| address and deliver all the packets 212 you have to explain to driver, where it should deliver packets to. 227 will route \verb|3FFE::/16| via \verb|sit0|, sending all the packets 235 \item \verb|ttl N| --- set fixed TTL \verb|N| on tunneled packets. 237 meaning that packets inherit TTL value. 240 \item \verb|tos T| --- set fixed tos \verb|T| on tunneled packets. [all …]
|
/external/quake/quake/src/QW/server/ |
D | newnet.txt | 7 problem with reconnect to same server out of order packets 13 seperate accept/reject list for server packets and client packets 78 execute all unaknowledged movement packets
|
/external/iproute2/include/linux/ |
D | gen_stats.h | 23 __u32 packets; member 27 __u32 packets; member
|
/external/tcpdump/ |
D | CHANGES | 116 Support for sending packets 159 fixes for print-aodv.c - check for too short packets 161 check for too short packets: print-bgp.c, print-bootp.c, print-cdp.c, 179 Added a count of packets received and processed to clarify numbers. 209 Fixed infinite loop when parsing malformed isakmp packets. 211 Fixed infinite loop when parsing malformed BGP packets. 212 Fixed buffer overflow with certain malformed NFS packets. 214 Handle truncated nbp (appletalk) packets. 249 Added a "netbeui" keyword, which selects NetBEUI packets. 346 SNMP packets. [all …]
|