Home
last modified time | relevance | path

Searched refs:established (Results 1 – 25 of 212) sorted by relevance

123456789

/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client-spam/
DREADME.md40 [2018/11/15 09:53:21:0976] USER: callback_minimal_spam: established (try 10, est 0, closed 0, err 0)
41 [2018/11/15 09:53:21:1041] USER: callback_minimal_spam: established (try 10, est 1, closed 0, err 0)
42 [2018/11/15 09:53:21:1089] USER: callback_minimal_spam: established (try 10, est 2, closed 0, err 0)
43 [2018/11/15 09:53:21:1132] USER: callback_minimal_spam: established (try 10, est 3, closed 0, err 0)
44 [2018/11/15 09:53:21:1166] USER: callback_minimal_spam: established (try 10, est 4, closed 0, err 0)
45 [2018/11/15 09:53:21:1531] USER: callback_minimal_spam: established (try 10, est 5, closed 0, err 0)
46 [2018/11/15 09:53:21:1563] USER: callback_minimal_spam: established (try 10, est 6, closed 0, err 0)
47 [2018/11/15 09:53:21:1589] USER: callback_minimal_spam: established (try 10, est 7, closed 0, err 0)
48 [2018/11/15 09:53:21:1616] USER: callback_minimal_spam: established (try 10, est 8, closed 0, err 0)
49 [2018/11/15 09:53:21:1671] USER: callback_minimal_spam: established (try 10, est 9, closed 0, err 0)
/external/curl/tests/data/
Dtest71418 HTTP/1.1 200 Connection established
27 HTTP/1.1 200 Connection established
29 HTTP/1.1 200 Connection established
Dtest71519 HTTP/1.1 200 Connection established
28 HTTP/1.1 200 Connection established
30 HTTP/1.1 200 Connection established
Dtest205017 HTTP/1.1 200 Connection established
31 HTTP/1.1 200 Connection established
Dtest205518 HTTP/1.1 200 Connection established
32 HTTP/1.1 200 Connection established
/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client-tx/
Dminimal-ws-client.c50 char established; member
77 if (!vhd->established) in thread_spam()
213 vhd->established = 1; in callback_minimal_broker()
244 vhd->established = 0; in callback_minimal_broker()
258 if (vhd && vhd->client_wsi && vhd->established) in callback_minimal_broker()
DREADME.md8 When a nailed-up client connection to the broker is established, the
28 [2018/03/16 16:04:34:5794] USER: callback_minimal_broker: established
/external/libwebsockets/lib/abstract/transports/
Draw-skt.c34 uint8_t established:1; member
94 priv->established = 1; in callback_abs_client_raw_skt()
139 priv->established = 0; in callback_abs_client_raw_skt()
227 if (priv->established) { in lws_atcrs_client_conn()
301 if (!priv->wsi || !priv->established) in lws_atcrs_ask_for_writeable()
346 if (!priv || !priv->wsi || (!priv->established && !priv->connecting)) in lws_atcrs_state()
Dunit-test.c48 uint8_t established:1; member
209 priv->established = 1; in unit_test_sequencer_cb()
351 if (priv->established) { in lws_atcut_client_conn()
401 if (!priv->established) in lws_atcut_ask_for_writeable()
488 if (!priv || (!priv->established && !priv->connecting)) in lws_atcut_state()
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-sse/
Dminimal-http-server-sse.c30 time_t established; member
55 pss->established = time(NULL); in callback_sse()
98 pss->established); in callback_sse()
/external/linux-kselftest/tools/testing/selftests/netfilter/
Dconntrack_icmp_related.sh138 meta l4proto { icmp, icmpv6 } ct state new,established accept
151 meta l4proto { icmp, icmpv6 } ct state established,untracked accept
163 counter established { }
167 meta l4proto { icmp, icmpv6 } ct state established,untracked accept
175 meta l4proto { icmp, icmpv6 } ct state established,untracked accept
/external/libwebsockets/plugins/raw-proxy/
Dprotocol_lws_raw_proxy.c70 char established[2]; member
155 !conn->established[side]) in flow_control()
261 conn->established[ONW] = 1; in callback_raw_proxy()
415 conn->established[ACC] = 1; in callback_raw_proxy()
475 if (conn->established[ONW] && !conn->closed[ONW]) in callback_raw_proxy()
482 if (!conn || !conn->established[ONW] || conn->closed[ONW]) in callback_raw_proxy()
/external/bcc/tools/
Dtcptracer_example.txt10 Tracing TCP established connections. Ctrl-C to end.
32 Tracing TCP established connections. Ctrl-C to end.
/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client/
DREADME.md36 [2020/01/22 05:38:48:1649] U: callback_minimal: established
58 established if done within the backoff period.
/external/wayland-protocols/freedesktop.org/
DGOVERNANCE.md26 1. New members who meet the criteria outlined in 1.1 are established by
34 5. At the conclusion of the discussion period, the new membership is established
60 3. The "xdg" namespace is established for protocols letting clients
63 4. The "wp" namespace is established for protocols generally useful to Wayland
65 5. The "ext" namespace is established as a general catch-all for protocols that
/external/llvm-project/llvm/test/TableGen/
Dself-reference-typeerror.td8 // At the time A0 is referenced, A has not yet been established as a superclass.
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-corner/
DREADME.md22 When the ws connection is established, various amounts of data are sent
/external/grpc-grpc-java/documentation/
Dandroid-channel-builder.md22 sends new RPCs via wifi rather than using an already-established cellular
24 already established cellular connection would fail when the device terminates
/external/wpa_supplicant_8/src/eap_server/
Deap_server_tls.c23 int established; member
192 data->established = 1; in eap_tls_buildReq()
203 if (data->established && data->ssl.state != WAIT_FRAG_ACK) { in eap_tls_buildReq()
/external/grpc-grpc/doc/
Dconnectivity-semantics-and-api.md14 handshakes. Channels can also handle errors on established connections and
26 READY: The channel has successfully established a connection all the way
81 <td>Incremental successful communication on established channel.</td>
83 established channel.</td>
/external/perfetto/docs/design-docs/
Dsecurity-model.md36 - In Chromium the trust path is established through service manifest.
37 - In Android the trust path is established locking down the consumer socket
/external/curl/docs/cmdline-opts/
Dhttp3.d19 This option will make curl fail if a QUIC connection cannot be established, it
Dhappy-eyeballs-timeout-ms.d11 connection to be established is the one that is used.
/external/markdown/docs/extensions/
DTables.txt14 Tables are defined using the syntax established in [PHP Markdown Extra][php].
/external/rust/crates/regex/src/testdata/
DREADME12 have been a bad idea, but I think being consistent with an established Regex

123456789