Searched refs:packet (Results 26 - 50 of 1029) sorted by last modified time

1234567891011>>

/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c26 #include <netpacket/packet.h>
8631 wpa_printf(MSG_ERROR, "i802_send_eapol - packet len: %lu - "
H A Ddriver_wired.c14 #include <netpacket/packet.h>
52 int sock; /* raw packet socket for driver access */
62 * snooping to trigger on any packet from a new layer 2 MAC address, e.g.,
134 wpa_printf(MSG_MSGDUMP, "Received EAPOL packet");
192 wpa_printf(MSG_MSGDUMP, "Got DHCP broadcast packet from " MACSTR,
231 wpa_printf(MSG_DEBUG, "Opening raw packet socket for ifindex %d",
341 printf("wired_send_eapol - packet len: %lu - failed\n",
569 "packet socket", __func__);
/external/wpa_supplicant_8/wpa_supplicant/src/l2_packet/
H A Dl2_packet_freebsd.c2 * WPA Supplicant - Layer2 packet handling with FreeBSD
80 const u_char *packet; local
85 packet = pcap_next(pcap, &hdr);
87 if (packet == NULL || hdr.caplen < sizeof(*ethhdr))
90 ethhdr = (struct l2_ethhdr *) packet;
H A Dl2_packet_linux.c2 * WPA Supplicant - Layer2 packet handling with Linux packet sockets
11 #include <netpacket/packet.h>
20 int fd; /* packet socket for EAPOL frames */
H A Dl2_packet_pcap.c2 * WPA Supplicant - Layer2 packet handling with libpcap/libdnet and WinPcap
122 const u_char *packet; local
127 packet = pcap_next(pcap, &hdr);
129 if (packet == NULL || hdr.caplen < sizeof(*ethhdr))
132 ethhdr = (struct l2_ethhdr *) packet;
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPMetaFactory.java108 * @param packet a String contain an XMP-file.
112 public static XMPMeta parseFromString(String packet) throws XMPException argument
114 return parseFromString(packet, null);
122 * @param packet a String contain an XMP-file.
127 public static XMPMeta parseFromString(String packet, ParseOptions options) argument
130 return XMPMetaParser.parse(packet, options);
/external/valgrind/main/gdbserver_tests/
H A Dmchelp.stderrB.exp5 error reading packet
H A DmcinvokeRU.stderrB.exp14 error reading packet
H A DmcinvokeWS.stderrB.exp14 error reading packet
/external/tremolo/Tremolo/
H A Ddsp.c178 oggpack_readinit(&opb,op->packet);
180 /* Check the packet type */
182 /* Oops. This is not an audio data packet */
213 oggpack_readinit(&vd->opb,op->packet);
215 /* Check the packet type */
217 /* Oops. This is not an audio data packet */
238 /* packet decode and portions of synthesis that rely on only this block */
252 making sure our last packet doesn't end with added padding.
H A Dframing.c482 the leading packet is begun on a previous page, but ends on this
486 If a page consists of a packet begun on a previous page, and a new
487 packet begun (but not completed) on this page, the return will be:
491 If a page happens to be a single packet that was begun on a
493 more page packet), the return will be:
949 /* continued packet, but no preceeding data to continue */
950 /* dump the first partial packet on the page */
975 /* get current packet size & flag */
979 /* ...and next packet size & flag */
993 into packet segment
[all...]
H A Dogg.h126 packet in the logical bitstream */
151 ogg_reference *packet; member in struct:__anon31582
H A Dtreminfo.c335 /* The Vorbis header is in three packets; the initial small packet in
336 the first page that identifies basic parameters, a second packet
337 with bitstream comments and a third packet that holds the
344 oggpack_readinit(&opb,op->packet);
360 /* Not the initial packet */
/external/srtp/srtp/
H A Dekt.c207 uint8_t *packet; local
217 packet = (uint8_t*)base_tag + base_tag_len;
219 /* copy encrypted master key into packet */
221 memcpy(packet, ekt->encrypted_master_key, emk_len);
223 octet_string_hex_string(packet, emk_len));
224 packet += emk_len;
226 /* copy ROC into packet */
228 *((uint32_t *)packet) = be32_to_cpu(roc);
230 octet_string_hex_string(packet, sizeof(roc)));
231 packet
[all...]
/external/speex/include/speex/
H A Dspeex_header.h71 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);
H A Dspeex_jitter.h56 /** Definition of an incoming packet */
59 /** Definition of an incoming packet */
61 char *data; /**< Data bytes contained in the packet */
62 spx_uint32_t len; /**< Length of the packet in bytes */
63 spx_uint32_t timestamp; /**< Timestamp for the packet */
64 spx_uint32_t span; /**< Time covered by the packet (same units as timestamp) */
73 /** A "fake" packet is meant to be inserted here to increase buffering */
92 /** Assign a function to destroy unused packet. When setting that, the jitter
93 buffer no longer copies packet data. */
112 /** Equivalent cost of one percent late packet i
[all...]
/external/speex/libspeex/
H A Djitter.c85 int curr_count; /**< Number of packet timings we got (including those we discarded) */
96 /* Add the timing of a new packet to the TimingBuffer */
100 /* Discard packet that won't make it into the list because they're too early */
140 spx_uint32_t last_returned_timestamp; /**< Useful for getting the next packet with the same timestamp (for fragmented media) */
148 void (*destroy) (void *); /**< Callback for destroying a packet */
151 spx_int32_t concealment_size; /**< Size of the packet loss concealment "units" */
154 int late_cutoff; /**< How late must a packet be for it not to be considered at all */
192 /* Number of packet timings we have received (including those we didn't keep) */
199 /* Compute cost for one lost packet */
247 /* For the next timing we will consider, there will be one more late packet t
368 jitter_buffer_put(JitterBuffer *jitter, const JitterBufferPacket *packet) argument
465 jitter_buffer_get(JitterBuffer *jitter, JitterBufferPacket *packet, spx_int32_t desired_span, spx_int32_t *start_offset) argument
680 jitter_buffer_get_another(JitterBuffer *jitter, JitterBufferPacket *packet) argument
716 _jitter_buffer_update_delay(JitterBuffer *jitter, JitterBufferPacket *packet, spx_int32_t *start_offset) argument
739 jitter_buffer_update_delay(JitterBuffer *jitter, JitterBufferPacket *packet, spx_int32_t *start_offset) argument
[all...]
H A Dspeex_header.c145 EXPORT SpeexHeader *speex_packet_to_header(char *packet, int size) argument
151 if (packet[i]!=h[i])
166 SPEEX_COPY(le_header, (SpeexHeader*)packet, 1);
/external/smack/asmack-master/static-src/custom/de/measite/smack/
H A DAndroidDebugger.java7 import org.jivesoftware.smack.packet.Packet;
78 // Assign the reader/writer objects to use the debug versions. The packet reader
84 // the GUI. This is what we call "interpreted" packet data, since it's the packet
87 public void processPacket(Packet packet) {
93 packet.toXML());
/external/smack/asmack-master/static-src/custom/org/jivesoftware/smackx/
H A DConfigureProviderManager.java28 import org.jivesoftware.smackx.packet.AttentionExtension;
29 import org.jivesoftware.smackx.packet.ChatStateExtension;
30 import org.jivesoftware.smackx.packet.LastActivity;
31 import org.jivesoftware.smackx.packet.Nick;
32 import org.jivesoftware.smackx.packet.OfflineMessageInfo;
33 import org.jivesoftware.smackx.packet.OfflineMessageRequest;
34 import org.jivesoftware.smackx.packet.SharedGroupsInfo;
87 pm.addIQProvider("query","jabber:iq:time", Class.forName("org.jivesoftware.smackx.packet.Time"));
89 System.err.println("Can't load class for org.jivesoftware.smackx.packet.Time");
125 pm.addIQProvider("query","jabber:iq:version", Class.forName("org.jivesoftware.smackx.packet
[all...]
/external/smack/asmack-master/static-src/custom/org/jivesoftware/smackx/pubsub/provider/
H A DItemProvider.java16 import org.jivesoftware.smack.packet.PacketExtension;
23 import org.jivesoftware.smackx.pubsub.packet.PubSubNamespace;
/external/smack/src/de/measite/smack/
H A DAndroidDebugger.java7 import org.jivesoftware.smack.packet.Packet;
78 // Assign the reader/writer objects to use the debug versions. The packet reader
84 // the GUI. This is what we call "interpreted" packet data, since it's the packet
87 public void processPacket(Packet packet) {
93 packet.toXML());
/external/smack/src/org/jivesoftware/smack/
H A DAccountManager.java27 import org.jivesoftware.smack.packet.IQ;
28 import org.jivesoftware.smack.packet.Registration;
53 * was advertised from the server then try sending an IQ packet to discover if In-Band
70 * then try sending an IQ packet to discover if In-Band Registration is available.
91 // indicating that it supports creating new accounts) so send an IQ packet as a way
H A DBOSHConnection.java37 import org.jivesoftware.smack.packet.Packet;
38 import org.jivesoftware.smack.packet.Presence;
39 import org.jivesoftware.smack.packet.XMPPError;
91 * The Thread environment for sending packet listeners.
417 public void sendPacket(Packet packet) { argument
421 if (packet == null) {
425 // Invoke interceptors for the new packet that is about to be sent.
427 // may modify the content of the packet.
428 firePacketInterceptors(packet);
431 send(ComposableBody.builder().setPayloadXML(packet
575 processPacket(Packet packet) argument
758 private Packet packet; field in class:BOSHConnection.ListenerNotification
760 ListenerNotification(Packet packet) argument
[all...]
H A DChat.java23 import org.jivesoftware.smack.packet.Message;
117 * Adds a packet listener that will be notified of any new messages in the
120 * @param listener a packet listener.

Completed in 5995 milliseconds

1234567891011>>