HomeSort by relevance Sort by last modified time
    Searched refs:packet (Results 101 - 125 of 290) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/iptables/extensions/
libxt_statistic.c 25 "[!] --every n Match every nth packet\n"
26 " --packet p Initial counter value (0 <= p <= n-1, default 0)\n");
39 {.name = "packet", .id = O_PACKET, .type = XTTYPE_UINT32,
40 .flags = XTOPT_PUT, XTOPT_POINTER(s, u.nth.packet),
85 "--every and --packet must be specified when "
89 if (info->u.nth.packet > info->u.nth.every)
91 "the --packet p must be 0 <= p <= n-1");
93 info->u.nth.count = info->u.nth.every - info->u.nth.packet;
110 if (info->u.nth.packet)
111 printf(" %spacket %u", prefix, info->u.nth.packet);
    [all...]
  /external/libpcap/
pcap-enet.c 41 u_char packet[8]
75 * Loop through each packet.
82 if (bpf_filter(fcode, (char *)ph->packet,
86 (*printit)((char *)ph->packet,
96 if (bpf_filter(fcode, buf.hdr.packet, cc, caplen)) {
99 (*printit)(buf.hdr.packet, &tv, cc, caplen);
107 /* Call ONLY if read() has returned an error on packet filter */
  /external/v8/benchmarks/
richards.js 51 var queue = new Packet(null, ID_WORKER, KIND_WORK);
52 queue = new Packet(queue, ID_WORKER, KIND_WORK);
55 queue = new Packet(null, ID_DEVICE_A, KIND_DEVICE);
56 queue = new Packet(queue, ID_DEVICE_A, KIND_DEVICE);
57 queue = new Packet(queue, ID_DEVICE_A, KIND_DEVICE);
60 queue = new Packet(null, ID_DEVICE_B, KIND_DEVICE);
61 queue = new Packet(queue, ID_DEVICE_B, KIND_DEVICE);
62 queue = new Packet(queue, ID_DEVICE_B, KIND_DEVICE);
83 * These two constants specify how many times a packet is queued and
123 * @param {Packet} queue the queue of work to be processed by the tas
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js 46 var queue = new Packet(null, ID_WORKER, KIND_WORK);
47 queue = new Packet(queue, ID_WORKER, KIND_WORK);
50 queue = new Packet(null, ID_DEVICE_A, KIND_DEVICE);
51 queue = new Packet(queue, ID_DEVICE_A, KIND_DEVICE);
52 queue = new Packet(queue, ID_DEVICE_A, KIND_DEVICE);
55 queue = new Packet(null, ID_DEVICE_B, KIND_DEVICE);
56 queue = new Packet(queue, ID_DEVICE_B, KIND_DEVICE);
57 queue = new Packet(queue, ID_DEVICE_B, KIND_DEVICE);
78 * These two constants specify how many times a packet is queued and
118 * @param {Packet} queue the queue of work to be processed by the tas
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-richards.js 46 var queue = new Packet(null, ID_WORKER, KIND_WORK);
47 queue = new Packet(queue, ID_WORKER, KIND_WORK);
50 queue = new Packet(null, ID_DEVICE_A, KIND_DEVICE);
51 queue = new Packet(queue, ID_DEVICE_A, KIND_DEVICE);
52 queue = new Packet(queue, ID_DEVICE_A, KIND_DEVICE);
55 queue = new Packet(null, ID_DEVICE_B, KIND_DEVICE);
56 queue = new Packet(queue, ID_DEVICE_B, KIND_DEVICE);
57 queue = new Packet(queue, ID_DEVICE_B, KIND_DEVICE);
78 * These two constants specify how many times a packet is queued and
118 * @param {Packet} queue the queue of work to be processed by the tas
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-richards.js 46 var queue = new Packet(null, ID_WORKER, KIND_WORK);
47 queue = new Packet(queue, ID_WORKER, KIND_WORK);
50 queue = new Packet(null, ID_DEVICE_A, KIND_DEVICE);
51 queue = new Packet(queue, ID_DEVICE_A, KIND_DEVICE);
52 queue = new Packet(queue, ID_DEVICE_A, KIND_DEVICE);
55 queue = new Packet(null, ID_DEVICE_B, KIND_DEVICE);
56 queue = new Packet(queue, ID_DEVICE_B, KIND_DEVICE);
57 queue = new Packet(queue, ID_DEVICE_B, KIND_DEVICE);
78 * These two constants specify how many times a packet is queued and
118 * @param {Packet} queue the queue of work to be processed by the tas
    [all...]
  /external/grub/netboot/
w89c840.c 109 bonding and packet priority.
117 full-size packet.
392 /* return true if there's an ethernet packet ready to read */
393 /* nic->packet should contain data on return */
454 /* Check if the packet is long enough to accept without copying
457 memcpy(nic->packet, le32desc_to_virt(w840private.rx_ring[entry].buffer1), pkt_len);
468 nic->packet[0], nic->packet[1], nic->packet[2], nic->packet[3]
    [all...]
3c509.c 143 /* set early threshold for minimal packet length */
159 const char *p) /* Packet */
172 len=s+ETH_HLEN; /* actual length of packet */
199 /* write packet */
255 /* read packet */
259 insw(BASE + EP_W1_RX_PIO_RD_1, nic->packet, rx_fifo / 2);
261 nic->packet[rx_fifo-1]=inb(BASE + EP_W1_RX_PIO_RD_1);
271 insw(BASE + EP_W1_RX_PIO_RD_1, nic->packet+nic->packetlen, rx_fifo / 2);
273 nic->packet[nic->packetlen+rx_fifo-1]=inb(BASE + EP_W1_RX_PIO_RD_1);
287 /* acknowledge reception of packet */
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_ikbdinterrupt.S 146 | Joystick packet ?
151 | Mouse packet ?
158 | Mouse packet, byte #1
167 | Joystick packet, byte #1
196 | Mouse packet, byte #2
215 | Mouse packet, byte #3
234 | Joystick packet, byte #2
  /packages/apps/Nfc/src/com/android/nfc/echoserver/
EchoServer.java 40 * packets. Once a packet is received, a 2-second sleep is initiated.
91 * packet boundaries and sizes of the requests - that is,
93 * in a packet, the echo packet should have a payload of
96 * in a single large buffer, causing us to loose the packet
98 * response packet. The ECHO_MIU parameter determines exactly that.
124 // Split up the packet in ECHO_MIU size packets
291 LlcpPacket packet; local
303 packet = socket.receive();
304 if (packet == null || packet.getDataBuffer() == null)
    [all...]
  /external/ppp/pppd/
demand.c 64 struct packet { struct
66 struct packet *next;
70 struct packet *pend_q;
71 struct packet *pend_qtail;
138 struct packet *pkt, *nextpkt;
265 * We apply the active_filter to see if we want this packet to
273 struct packet *pkt;
283 pkt = (struct packet *) malloc(sizeof(struct packet) + len);
305 struct packet *pkt, *prev, *nextpkt
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleThread.java 271 JdwpPacket packet = new JdwpPacket(rawBuf); local
279 finishChunkPacket(packet, CHUNK_THEN, buf.position());
281 client.sendAndConsume(packet, mInst);
299 JdwpPacket packet = new JdwpPacket(rawBuf); local
304 finishChunkPacket(packet, CHUNK_STKL, buf.position());
306 client.sendAndConsume(packet, mInst);
369 JdwpPacket packet = new JdwpPacket(rawBuf); local
374 finishChunkPacket(packet, CHUNK_THST, buf.position());
376 client.sendAndConsume(packet, mInst);
Debugger.java 200 * have a full packet in the buffer. If the buffer is at capacity,
227 * Return information for the first full JDWP packet in the buffer.
229 * If we don't yet have a full packet, return null.
257 // see if we have another packet in the buffer
266 Log.e("ddms", "Unknown packet while waiting for client handshake");
282 * Forward a packet to the client.
287 * Consumes the packet.
289 void forwardPacketToClient(JdwpPacket packet) throws IOException {
290 mClient.sendAndConsume(packet);
320 * Send a packet to the debugger
    [all...]
HandleNativeHeap.java 95 JdwpPacket packet = new JdwpPacket(rawBuf); local
100 finishChunkPacket(packet, CHUNK_NHGT, buf.position());
102 client.sendAndConsume(packet, mInst);
105 packet = new JdwpPacket(rawBuf);
111 finishChunkPacket(packet, CHUNK_NHSG, buf.position());
113 client.sendAndConsume(packet, mInst);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
filemediaengine.h 147 virtual void OnPacketReceived(talk_base::Buffer* packet);
148 virtual void OnRtcpReceived(talk_base::Buffer* packet) {}
149 virtual void SetSendSsrc(uint32 id) {} // TODO: change RTP packet?
182 virtual void OnPacketReceived(talk_base::Buffer* packet);
183 virtual void OnRtcpReceived(talk_base::Buffer* packet) {}
184 virtual void SetSendSsrc(uint32 id) {} // TODO: change RTP packet?
  /external/dropbear/
Android.mk 11 common-session.c packet.c common-algo.c common-kex.c \
13 tcp-accept.c listener.c process-packet.c \
  /external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageProcessor.java 39 * packet, a new UDPMessageChannel is created (upto the max thread pool size).
190 DatagramPacket packet = new DatagramPacket(message, bufsize); local
191 sock.receive(packet);
240 this.messageQueue.add(packet);
244 new UDPMessageChannel(sipStack, this, packet);
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder.h 45 Main header file for the Packet Video AMR Wide Band decoder library. The
139 void mime_unsorting(uint8 packet[],
  /libcore/luni/src/main/java/java/net/
MulticastSocket.java 238 * Sends the given {@code packet} on this socket, using the given {@code ttl}. This method is
245 public void send(DatagramPacket packet, byte ttl) throws IOException {
247 InetAddress packAddr = packet.getAddress();
252 impl.send(packet);
257 impl.send(packet);
  /libcore/luni/src/main/native/
libcore_net_RawSocket.cpp 92 * Writes the L3 (IP) packet to the raw socket supplied in the
99 jbyteArray packet, jint offset, jint byteCount)
112 ScopedByteArrayRO byteArray(env, packet);
142 * Reads a network packet into the user-supplied buffer. Return the
143 * length of the packet, or a 0 if there was a timeout or an
144 * unacceptable packet was acquired.
149 jbyteArray packet, jint offset, jint byteCount, jint port,
157 ScopedByteArrayRW body(env, packet);
187 // the packet is an IP header, UDP header, and UDP payload
189 return 0; // runt packet
    [all...]
  /frameworks/av/media/libaah_rtp/
aah_tx_player.cpp 596 // send a packet announcing the new transform
597 sp<TRTPControlPacket> packet = new TRTPControlPacket(); local
598 packet->setClockTransform(mCurrentClockTransform);
599 packet->setCommandID(TRTPControlPacket::kCommandNop);
600 queuePacketToSender_l(packet);
604 sp<TRTPControlPacket> packet = new TRTPControlPacket(); local
605 packet->setCommandID(TRTPControlPacket::kCommandEOS);
606 queuePacketToSender_l(packet);
630 // send a flush command packet
631 sp<TRTPControlPacket> packet = new TRTPControlPacket() local
1105 sp<TRTPAudioPacket> packet = new TRTPAudioPacket(); local
    [all...]
  /external/qemu/android/
sdk-controller-socket.h 105 * - A packet - the simplest type of data that doesn't require any replies.
113 /* Declares SDK controller data packet descriptor. */
212 * packet - Initialized SDKCtlPacket instance.
216 extern int sdkctl_packet_reference(SDKCtlPacket* packet);
222 * packet - Initialized SDKCtlPacket instance.
226 extern int sdkctl_packet_release(SDKCtlPacket* packet);
  /external/valgrind/main/gdbserver_tests/
mcinvokeRU.stderrB.exp 14 error reading packet
mcinvokeWS.stderrB.exp 14 error reading packet
  /external/openssl/ssl/
s23_srvr.c 271 p=s->packet;
443 p=s->packet;
462 ssl3_finish_mac(s, s->packet+2, s->packet_length-2);
464 s->msg_callback(0, SSL2_VERSION, 0, s->packet+2, s->packet_length-2, s, s->msg_callback_arg); /* CLIENT-HELLO */
466 p=s->packet;
520 while (p < s->packet+s->packet_length)
576 s->packet= &(s->s2->rbuf[0]);
577 memcpy(s->packet,buf,n);
605 s->packet= &(s->s3->rbuf.buf[0]);
606 memcpy(s->packet,buf,n)
    [all...]

Completed in 1234 milliseconds

1 2 3 45 6 7 8 91011>>