HomeSort by relevance Sort by last modified time
    Searched full:packet (Results 876 - 900 of 3660) sorted by null

<<31323334353637383940>>

  /external/iptables/extensions/
libip6t_REJECT.c 38 IP6T_TCP_RESET, "TCP RST packet"}
59 "--reject-with type drop input packet and send back\n"
60 " a reply packet according to type:\n");
libxt_pkttype.c 42 printf("Valid packet types:\n");
53 "[!] --pkt-type packettype match packet type\n");
74 xtables_error(PARAMETER_PROBLEM, "Bad packet type '%s'", pkttype);
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
UdpConnector.java 119 DatagramPacket packet = new DatagramPacket( buffer, buffer.length ); local
120 sock.receive(packet);
123 return ByteBuffer.wrap( buffer, 0, packet.getLength() );
  /external/kernel-headers/original/linux/
if_arcnet.h 56 * The RFC1201-specific components of an arcnet packet header.
63 uint8_t payload[0]; /* space remaining in packet (504 bytes)*/
120 * when you do a raw packet capture).
if_hippi.h 58 int tx_errors; /* packet transmit problems */
68 int rx_missed_errors; /* receiver missed packet */
147 __be16 ethertype; /* packet type ID field */
  /external/libppp/src/
acf.c 80 log_Printf(LogERROR, "Can't Pull an acf packet from a logical link\n");
86 /* We expect the packet not to be compressed */
106 * uncompressed packets (or maybe this is a PROTO_LCP packet) !
  /external/openssh/
PROTOCOL 129 requested by the client with the following packet:
135 uint32 maximum packet size
151 Once established the client and server may exchange packet or frames
153 and sending them as channel data. This ensures that packet boundaries
163 uint32 packet length
165 byte[packet length - 4] packet data
167 The "address family" field identifies the type of packet in the message.
173 The "packet data" field consists of the IPv4/IPv6 datagram itself
178 uint32 packet lengt
    [all...]
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
FileTransferRequest.java 22 import org.jivesoftware.smackx.packet.StreamInitiation;
108 * Returns the stream initiation packet that was sent by the requestor which
112 * @return Returns the stream initiation packet that was sent by the
  /external/smack/src/org/jivesoftware/smackx/muc/
Occupant.java 23 import org.jivesoftware.smackx.packet.MUCAdmin;
24 import org.jivesoftware.smackx.packet.MUCUser;
25 import org.jivesoftware.smack.packet.Presence;
  /external/smack/src/org/jivesoftware/smackx/provider/
MUCOwnerProvider.java 23 import org.jivesoftware.smack.packet.*;
26 import org.jivesoftware.smackx.packet.MUCOwner;
48 // Otherwise, it must be a packet extension.
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
Agent.java 22 import org.jivesoftware.smackx.workgroup.packet.AgentInfo;
23 import org.jivesoftware.smackx.workgroup.packet.AgentWorkgroups;
29 import org.jivesoftware.smack.packet.IQ;
  /external/tcpdump/
print-ap1394.c 79 * to the ether header of the packet, 'h->ts' is the timestamp,
80 * 'h->len' is the length of the packet off the wire, and 'h->caplen'
110 /* ether_type not known, print raw packet */
print-ipfc.c 108 * Some kinds of LLC packet we cannot
125 * to the Network_Header of the packet, 'h->ts' is the timestamp,
126 * 'h->len' is the length of the packet off the wire, and 'h->caplen'
  /frameworks/av/media/libstagefright/wifi-display/rtp/
RTPSender.cpp 209 const sp<ABuffer> &packet, uint8_t packetType) {
210 CHECK_LE(packet->size(), kMaxUDPPacketSize - 12);
213 CHECK(packet->meta()->findInt64("timeUs", &timeUs));
215 sp<ABuffer> udpPacket = new ABuffer(12 + packet->size());
239 memcpy(&rtp[12], packet->data(), packet->size());
340 // We haven't emitted anything into the current packet yet and
341 // this NAL unit fits into a single-NAL-unit-packet while
342 // it wouldn't have fit as part of a STAP-A packet.
377 // This single NAL unit does not fit into a single RTP packet,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_arcnet.h 56 * The RFC1201-specific components of an arcnet packet header.
63 uint8_t payload[0]; /* space remaining in packet (504 bytes)*/
120 * when you do a raw packet capture).
if_hippi.h 58 int tx_errors; /* packet transmit problems */
68 int rx_missed_errors; /* receiver missed packet */
147 __be16 ethertype; /* packet type ID field */
netdevice.h 36 #define NETDEV_TX_OK 0 /* driver took care of packet */
84 unsigned long tx_errors; /* packet transmit problems */
96 unsigned long rx_missed_errors; /* receiver missed packet */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_arcnet.h 56 * The RFC1201-specific components of an arcnet packet header.
63 uint8_t payload[0]; /* space remaining in packet (504 bytes)*/
120 * when you do a raw packet capture).
if_hippi.h 58 int tx_errors; /* packet transmit problems */
68 int rx_missed_errors; /* receiver missed packet */
147 __be16 ethertype; /* packet type ID field */
netdevice.h 36 #define NETDEV_TX_OK 0 /* driver took care of packet */
84 unsigned long tx_errors; /* packet transmit problems */
96 unsigned long rx_missed_errors; /* receiver missed packet */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_arcnet.h 56 * The RFC1201-specific components of an arcnet packet header.
63 uint8_t payload[0]; /* space remaining in packet (504 bytes)*/
120 * when you do a raw packet capture).
if_hippi.h 58 int tx_errors; /* packet transmit problems */
68 int rx_missed_errors; /* receiver missed packet */
147 __be16 ethertype; /* packet type ID field */
netdevice.h 36 #define NETDEV_TX_OK 0 /* driver took care of packet */
84 unsigned long tx_errors; /* packet transmit problems */
96 unsigned long rx_missed_errors; /* receiver missed packet */
  /system/extras/tests/bionic/libc/common/
test_udp.c 91 printf("Received packet from %s:%d\nData: %s\n\n",
111 printf("Sending packet %d\n", i);
112 sprintf(buf, "This is packet %d\n", i);
  /external/chromium/chrome/browser/sync/notifier/
cache_invalidation_packet_handler.cc 36 // all the packet sending/receiving classes.
64 LOG(ERROR) << "Could not get packet data";
98 LOG(ERROR) << "Could not find cache invalidation IQ packet element";
237 const std::string& packet) {
242 if (!base::Base64Decode(packet, &decoded_message)) {
244 << packet;

Completed in 587 milliseconds

<<31323334353637383940>>