/external/eigen/bench/ |
bench_norm.cpp | 135 typedef typename internal::packet_traits<Scalar>::type Packet; 137 Packet pasml = internal::pset1(Scalar(0)); 138 Packet pamed = internal::pset1(Scalar(0)); 139 Packet pabig = internal::pset1(Scalar(0)); 140 Packet ps2m = internal::pset1(s2m); 141 Packet ps1m = internal::pset1(s1m); 142 Packet pb2 = internal::pset1(b2); 143 Packet pb1 = internal::pset1(b1); 146 Packet ax = internal::pabs(v.template packet<Aligned>(j)) [all...] |
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/ |
PacketNewKeys.java | 37 throw new IOException("Padding in SSH_MSG_NEWKEYS packet!");
|
/external/grub/netboot/ |
nic.h | 26 char *packet; member in struct:nic
|
/external/iproute2/include/libiptc/ |
libip6tc.h | 89 /* Check the packet `fw' on chain `chain'. Returns the verdict, or 126 /* read packet and byte counters for a specific rule */ 131 /* zero packet and byte counters for a specific rule */ 136 /* set packet and byte counters for a specific rule */
|
/external/iproute2/tc/ |
p_tcp.c | 2 * m_pedit_tcp.c packet editor: TCP header
|
p_udp.c | 2 * m_pedit_udp.c packet editor: UDP header
|
/external/ipsec-tools/src/racoon/ |
handler.h | 334 * for checking a packet retransmited. 339 vchar_t *hash; /* hash of the received packet */ 342 time_t time_send; /* timestamp to send a packet */ 365 * save to iv(B). ---[packet(B)]--> save to ive(B). 367 * packet consistency. 371 * save to ive(C). <--[packet(C)]--- save to iv(C). 380 * save to iv(B). ---[packet(B)]--> save to ive(B). 382 * packet consistency. 389 * get iv2(X) from iv(B). <--[packet(Y)]--- save to iv2(Y). 395 * packet consistency is that it is required to leave the IV for decodin [all...] |
/external/iptables/extensions/ |
libipt_REDIRECT.man | 8 chains. It redirects the packet to the machine itself by changing the
|
libipt_TTL.man | 2 how many hops (routers) a packet can traverse until it's time to live is
|
libxt_string.man | 12 If not passed, default is the packet size.
|
/external/iputils/ |
tftp.h | 44 * Packet types. 48 #define DATA 03 /* data packet */ 53 short th_opcode; /* packet type */ 57 char tu_stuff[1]; /* request packet stuff */
|
/external/kernel-headers/original/asm-mips/ |
ioctls.h | 36 #define TIOCPKT 0x5470 /* pty: set/clear packet mode */ 37 #define TIOCPKT_DATA 0x00 /* data packet */ 38 #define TIOCPKT_FLUSHREAD 0x01 /* flush packet */ 39 #define TIOCPKT_FLUSHWRITE 0x02 /* flush packet */
|
/external/kernel-headers/original/linux/netfilter/ |
nf_conntrack_ftp.h | 33 /* For NAT to hook in when we find a packet which describes what other
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
netcap.8 | 7 \fBnetcap\fP is a program that prints out a report of process capabilities. If the application is using tcp, udp, raw, or packet family of sockets AND has any capabilities, it will be in the report. If the process has partial capabilities, it is further examined to see if it has an open-ended bounding set. If this is found to be true, a '+' symbol is added.
|
/external/libogg/doc/libogg/ |
encoding.html | 22 <p>Raw packets are inserted into the stream, and an <a href="ogg_page.html">ogg_page</a> is output when enough packets have been written to create a full page. The pages output are pointers to buffered packet segments, and can then be written out and saved as an ogg stream. 25 <li>Use the encoding engine to produce a raw packet of data. 26 <li>Call <a href="ogg_stream_packetin.html">ogg_stream_packetin</a> to submit a raw packet to the stream. 38 <td>Submits a raw packet to the streaming layer, so that it can be formed into a page.</td>
|
/external/libpcap/ |
INSTALL.txt | 13 configure: warning: cannot determine packet capture interface 16 then your system either does not support packet capture or your system 17 does support packet capture but libpcap does not support that 19 packet capture not supported by libpcap, please send us patches; don't 23 It is possible to override the default packet capture type, although 29 Another example is to force a supported packet capture type in the case 64 Some systems support the Berkeley Packet Filter natively; for example 79 packet instead of the end. The work around is to not set a snapshot 80 length but this results in performance problems since the entire packet 101 If you are trying to do packet capture with a FORE ATM card, you may o [all...] |
/external/llvm/test/CodeGen/Hexagon/ |
dualstore.ll | 2 ; Check that we generate dual stores in one packet in V4
|
newvaluestore.ll | 2 ; Check that we generate new value store packet in V4
|
/external/openssh/ |
compress.h | 7 * Interface to packet compression for ssh.
|
packet.h | 1 /* $OpenBSD: packet.h,v 1.56 2011/05/06 21:14:05 djm Exp $ */ 7 * Interface for the packet protocol functions. 112 logit("Packet integrity error (%d bytes remaining) at %s:%d", \ 114 packet_disconnect("Packet integrity error."); \
|
/external/smack/src/org/jivesoftware/smack/ |
MessageListener.java | 23 import org.jivesoftware.smack.packet.Message;
|
/external/smack/src/org/jivesoftware/smack/provider/ |
ProviderManager.java | 23 import org.jivesoftware.smack.packet.IQ; 24 import org.jivesoftware.smack.packet.PacketExtension; 59 * <className>org.jivesoftware.smack.packet.Time</className> 69 * in the IQ packet XML. For example, an XMPP time packet resembles the following: 79 * In order for this packet to be automatically mapped to the Time object listed in the 85 * A pluggable system for packet extensions, child elements in a custom namespace for 95 * <className>org.jivesoftware.smack.packet.MessageEvent</className> 100 * the first entry loaded from the classpath will take precedence. Whenever a packet extension 101 * is found in a packet, parsing will be passed to the correct provider. Each provide [all...] |
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/packet/ |
Open.java | 14 package org.jivesoftware.smackx.bytestreams.ibb.packet;
16 import org.jivesoftware.smack.packet.IQ;
37 * Creates a new In-Band Bytestream open request packet.
64 * Creates a new In-Band Bytestream open request packet.
|
/external/smack/src/org/jivesoftware/smackx/entitycaps/cache/ |
EntityCapsPersistentCache.java | 18 import org.jivesoftware.smackx.packet.DiscoverInfo;
|
/external/smack/src/org/jivesoftware/smackx/filetransfer/ |
FileTransferNegotiator.java | 38 import org.jivesoftware.smack.packet.IQ;
39 import org.jivesoftware.smack.packet.Packet;
40 import org.jivesoftware.smack.packet.XMPPError;
46 import org.jivesoftware.smackx.packet.DataForm;
47 import org.jivesoftware.smackx.packet.StreamInitiation;
168 * A convenience method to create an IQ packet.
170 * @param ID The packet ID of the
171 * @param to To whom the packet is addressed.
172 * @param from From whom the packet is sent. [all...] |