HomeSort by relevance Sort by last modified time
    Searched refs:packet (Results 26 - 50 of 176) sorted by null

12 3 4 5 6 7 8

  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter/
xt_statistic.h 36 u_int32_t packet; member in struct:xt_statistic_info::__anon13662::__anon13664
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/netfilter/
xt_statistic.h 36 u_int32_t packet; member in struct:xt_statistic_info::__anon14016::__anon14018
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/netfilter/
xt_statistic.h 36 u_int32_t packet; member in struct:xt_statistic_info::__anon14370::__anon14372
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter/
xt_statistic.h 36 u_int32_t packet; member in struct:xt_statistic_info::__anon14789::__anon14791
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter/
xt_statistic.h 36 u_int32_t packet; member in struct:xt_statistic_info::__anon15152::__anon15154
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter/
xt_statistic.h 36 u_int32_t packet; member in struct:xt_statistic_info::__anon15576::__anon15578
  /external/dhcpcd/
bpf.c 160 * So we pass the buffer in the API so we can loop on >1 packet. */
166 struct bpf_hdr packet; local
180 else if ((size_t)bytes < sizeof(packet))
186 memcpy(&packet, iface->buffer + iface->buffer_pos,
187 sizeof(packet));
188 if (packet.bh_caplen != packet.bh_datalen)
189 goto next; /* Incomplete packet, drop. */
190 if (iface->buffer_pos + packet.bh_caplen + packet.bh_hdrlen
    [all...]
net.c 39 #include <netpacket/packet.h>
576 make_udp_packet(uint8_t **packet, const uint8_t *data, size_t length,
588 * We copy the data to our packet and then create a small part of the
591 * of the whole packet into the udp checksum.
622 *packet = (uint8_t *)udpp;
629 struct udp_dhcp_packet packet; local
631 memcpy(&packet, udp, sizeof(packet));
633 return ntohs(packet.ip.ip_len) - sizeof(packet.ip) - sizeof(packet.udp)
639 struct udp_dhcp_packet packet; local
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/luni/net/
PlainDatagramSocketImpl.java 165 DatagramPacket packet = new DatagramPacket(bytes, bytes.length); local
166 int result = peekData(packet);
167 netImpl.setInetAddress(sender, packet.getAddress().getAddress());
191 public void send(DatagramPacket packet) throws IOException {
192 int port = isNativeConnected ? 0 : packet.getPort();
193 InetAddress address = isNativeConnected ? null : packet.getAddress();
194 netImpl.send(fd, packet.getData(), packet.getOffset(), packet.getLength(), port, address);
241 * Set the received address and port in the packet. We do this when th
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleHello.java 134 JdwpPacket packet = new JdwpPacket(rawBuf); local
139 finishChunkPacket(packet, CHUNK_HELO, buf.position());
141 + " ID=0x" + Integer.toHexString(packet.getId()));
142 client.sendAndConsume(packet, mInst);
167 JdwpPacket packet = new JdwpPacket(rawBuf); local
172 finishChunkPacket(packet, CHUNK_FEAT, buf.position());
174 client.sendAndConsume(packet, mInst);
HandleHeap.java 151 JdwpPacket packet = new JdwpPacket(rawBuf); local
156 finishChunkPacket(packet, CHUNK_HPIF, buf.position());
158 client.sendAndConsume(packet, mInst);
203 JdwpPacket packet = new JdwpPacket(rawBuf); local
209 finishChunkPacket(packet, CHUNK_HPSG, buf.position());
212 client.sendAndConsume(packet, mInst);
221 JdwpPacket packet = new JdwpPacket(rawBuf); local
226 finishChunkPacket(packet, CHUNK_HPGC, buf.position());
228 client.sendAndConsume(packet, mInst);
242 JdwpPacket packet = new JdwpPacket(rawBuf) local
269 JdwpPacket packet = new JdwpPacket(rawBuf); local
326 JdwpPacket packet = new JdwpPacket(rawBuf); local
342 JdwpPacket packet = new JdwpPacket(rawBuf); local
358 JdwpPacket packet = new JdwpPacket(rawBuf); local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageChannel.java 163 * Constructor - takes a datagram packet and a stack structure Extracts the
164 * address of the other from the datagram packet and stashes away the
196 * @param packet
197 * is the incoming datagram packet.
200 UDPMessageProcessor messageProcessor, DatagramPacket packet) {
202 this.incomingPacket = packet;
255 DatagramPacket packet; local
286 packet = (DatagramPacket) ((UDPMessageProcessor) messageProcessor).messageQueue
290 this.incomingPacket = packet;
292 packet = this.incomingPacket
    [all...]
  /external/grub/netboot/
3c595.c 167 const char *p) /* Packet */
180 len=s+ETH_HLEN; /* actual length of packet */
209 /* write packet */
265 /* read packet */
269 insw(BASE + VX_W1_RX_PIO_RD_1, nic->packet, rx_fifo / 2);
271 nic->packet[rx_fifo-1]=inb(BASE + VX_W1_RX_PIO_RD_1);
282 insw(BASE + VX_W1_RX_PIO_RD_1, nic->packet+nic->packetlen, rx_fifo / 2);
284 nic->packet[nic->packetlen+rx_fifo-1]=inb(BASE + VX_W1_RX_PIO_RD_1);
299 /* acknowledge reception of packet */
303 type = (nic->packet[12]<<8) | nic->packet[13]
    [all...]
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...]
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe.h 78 void sessionDiscoveryPacket(struct PPPoEPacketStruct *packet);
205 /* A PPPoE Packet, including Ethernet headers */
221 /* Header size of a PPPoE packet */
272 /* Structure used to determine acceptable PADO or PADS packet */
282 UINT16_t etherType(PPPoEPacket *packet);
290 void dumpPacket(FILE *fp, PPPoEPacket *packet, char const *dir);
292 int parsePacket(PPPoEPacket *packet, ParseFunc *func, void *extra);
294 void syncReadFromPPP(PPPoEConnection *conn, PPPoEPacket *packet);
295 void asyncReadFromPPP(PPPoEConnection *conn, PPPoEPacket *packet);
301 PPPoEPacket *packet, int len)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsvideo.c 186 struct ps2_packet packet[1 + MAXTAGS * 2]; local
194 plist.packet = packet;
196 /* make BITBLT packet */
197 packet[pnum].ptr = hm;
198 packet[pnum].len = sizeof(head_tags);
214 packet[pnum].ptr = &im[it];
215 packet[pnum].len = sizeof(unsigned long long) * 2;
220 packet[pnum].ptr = (void *)data;
221 packet[pnum].len = isize
259 struct ps2_packet packet[2]; local
    [all...]
  /external/speex/include/speex/
speex_header.h 71 spx_int32_t frames_per_packet; /**< Number of frames stored per Ogg packet */
80 /** Creates the header packet from the header itself (mostly involves endianness conversion) */
83 /** Creates a SpeexHeader from a packet */
84 SpeexHeader *speex_packet_to_header(char *packet, int size);
  /frameworks/base/media/libstagefright/
OggExtractor.cpp 173 MediaBuffer *packet; local
174 status_t err = mExtractor->mImpl->readNextPacket(&packet);
182 if (packet->meta_data()->findInt64(kKeyTime, &timeUs)) {
189 packet->meta_data()->setInt32(kKeyIsSyncFrame, 1);
191 *out = packet;
322 // XXX what if new page continues packet from last???
429 // this packet, we also stamp every packet in this page
457 // We've just read the entire packet.
474 // fall through, the buffer now contains the start of the packet
527 MediaBuffer *packet; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbelo.c 87 /* Check if we have a touch packet */
187 int eloSendPacket(unsigned char* packet, int fd)
192 packet[0] = ELO_START_BYTE;
194 sum += packet[i];
197 packet[ELO_PACKET_SIZE-1] = sum;
199 result = write(fd, packet, ELO_PACKET_SIZE);
273 unsigned char packet[ELO_PACKET_SIZE]; local
276 if (eloWaitReply(ELO_ACK, packet, fd)) {
278 if (packet[2 + i] != '0') {
285 fprintf(stderr, "Elographics acknowledge packet reports %d errors\n", nb_errors)
    [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/openssl/ssl/
s23_srvr.c 264 p=s->packet;
402 p=s->packet;
421 ssl3_finish_mac(s, s->packet+2, s->packet_length-2);
423 s->msg_callback(0, SSL2_VERSION, 0, s->packet+2, s->packet_length-2, s, s->msg_callback_arg); /* CLIENT-HELLO */
425 p=s->packet;
479 while (p < s->packet+s->packet_length)
535 s->packet= &(s->s2->rbuf[0]);
536 memcpy(s->packet,buf,n);
564 s->packet= &(s->s3->rbuf.buf[0]);
565 memcpy(s->packet,buf,n)
    [all...]
  /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/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/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
  /frameworks/base/media/libstagefright/codecs/vorbis/dec/
VorbisDecoder.cpp 165 int VorbisDecoder::decodePacket(MediaBuffer *packet, MediaBuffer *out) {
167 buf.data = (uint8_t *)packet->data() + packet->range_offset();
168 buf.size = packet->range_length();
175 ref.length = packet->range_length();
179 pack.packet = &ref;
180 pack.bytes = packet->range_length();

Completed in 317 milliseconds

12 3 4 5 6 7 8