Home
last modified time | relevance | path

Searched refs:inbound (Results 1 – 25 of 144) sorted by relevance

123456

/external/jetty/src/java/org/eclipse/jetty/websocket/
DExtension.java29 …public void bind(WebSocket.FrameConnection connection, WebSocketParser.FrameHandler inbound, WebSo… in bind() argument
DWebSocketConnectionRFC6455.java188 …WebSocketParser.FrameHandler inbound = (_extensions == null || _extensions.size() == 0) ? frameHan… in WebSocketConnectionRFC6455() local
190 _parser = new WebSocketParserRFC6455(buffers, endpoint, inbound,maskgen==null); in WebSocketConnectionRFC6455()
/external/jetty/src/java/org/eclipse/jetty/io/nio/
DSslConnection.java851 Buffer inbound = _inbound; in toString() local
854 int i = inbound == null? -1 : inbound.length(); in toString()
/external/llvm/test/Instrumentation/AddressSanitizer/
Dinstrument-stack.ll1 ; This test checks that we are not instrumenting direct inbound stack accesses.
/external/autotest/client/site_tests/platform_OSLimits/
Dcontrol65 - net/ipv4/tcp_syncookies: make sure weird inbound TCP flooding is safe.
/external/autotest/client/deps/lansim/
Dcontrol19 will see this packet as an inbound packet from the fake interface.
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DHttp2.java670 static String formatHeader(boolean inbound, int streamId, int length, byte type, byte flags) { in formatHeader() argument
673 return format("%s 0x%08x %5d %-13s %s", inbound ? "<<" : ">>", streamId, length, in formatHeader()
/external/llvm/test/Transforms/SeparateConstOffsetFromGEP/NVPTX/
Dsplit-gep.ll35 %1 = sext i32 %0 to i64 ; inbound sext(i + 1) = sext(i) + 1
37 ; However, inbound sext(j + -2) != sext(j) + -2, e.g., j = INT_MIN
/external/cros/system_api/dbus/cryptohome/
Drpc.proto73 // These parameters are for inbound data to Cryptohome RPC
/external/libpcap/
Dscanner.l271 inbound return INBOUND;
DCHANGES134 Improve 'inbound'/'outbound' capture filters under Linux.
791 - Added length, inbound and outbound keywords.
/external/srtp/doc/
Dintro.txt278 in which a key is used for both inbound and outbound data.
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
Djsilver.sablecc25 * The lexer breaks the inbound text stream in to a sequence of tokens.
/external/netperf/
DRelease_Notes378 calculated average RTT latency, transaction rate, and inbound and
381 per second, the reported inbound and outbound transfer rates will
/external/netperf/doc/
Dnetperf.texi2943 netperf -H 192.168.2.108 -t TCP_MAERTS -B "inbound" -i 10 -P 0 -v 0 \
2948 891.34 inbound
2956 to tag each output so we know which was inbound and which outbound
3053 a natural balance or synchronization between inbound and outbound - a
3057 inbound and outbound processing.
Dnetperf.info2792 netperf -H 192.168.2.108 -t TCP_MAERTS -B "inbound" -i 10 -P 0 -v 0 \
2797 891.34 inbound
2804 so we know which was inbound and which outbound relative to the system
2898 of a natural balance or synchronization between inbound and outbound - a
2902 inbound and outbound processing.
/external/tcpdump/
DCHANGES998 (sunrpc) and rtp packets. Added "inbound" and "outbound" keywords
/external/selinux/policycoreutils/po/
Dhy.po4779 msgid "listen for inbound connections"
Deo.po4779 msgid "listen for inbound connections"
Dzh_HK.po4778 msgid "listen for inbound connections"
Daf.po4779 msgid "listen for inbound connections"
Dzh_CN.GB2312.po4779 msgid "listen for inbound connections"
Dnb.po4780 msgid "listen for inbound connections"
Dku.po4779 msgid "listen for inbound connections"
Dcs.po4786 msgid "listen for inbound connections"

123456