Home
last modified time | relevance | path

Searched refs:Vhost (Results 1 – 25 of 69) sorted by relevance

123

/external/crosvm/vhost/src/
Dnet.rs16 use super::{ioctl_result, Error, Result, Vhost};
30 pub trait NetT<T: TapT>: Vhost + AsRawDescriptor + Send + Sized {
86 impl<T> Vhost for Net<T> {
139 impl<T> Vhost for FakeNet<T> {
Dvsock.rs15 use super::{ioctl_result, Error, Result, Vhost};
72 impl Vhost for Vsock {
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-multivhost/
DREADME.md41 [2018/03/16 09:37:20:0867] NOTICE: Creating Vhost 'localhost1' port 7681, 1 protocols, IPv6 off
42 [2018/03/16 09:37:20:0868] NOTICE: Creating Vhost 'localhost2' port 7682, 1 protocols, IPv6 off
43 [2018/03/16 09:37:20:0869] NOTICE: Creating Vhost 'localhost3' port 7682, 1 protocols, IPv6 off
/external/libwebsockets/minimal-examples/crypto/minimal-crypto-x509/
DREADME.md34 [2019/01/02 20:31:13:2032] NOTICE: Creating Vhost 'default' (serving disabled), 1 protocols, IPv6 o…
48 [2019/01/02 20:14:43:5225] NOTICE: Creating Vhost 'default' (serving disabled), 1 protocols, IPv6 o…
51 [2019/01/02 20:24:59:9741] NOTICE: Creating Vhost 'default' (serving disabled), 1 protocols, IPv6 o…
/external/crosvm/devices/src/virtio/vhost/
Dworker.rs8 use vhost::Vhost;
16 pub struct Worker<T: Vhost> {
26 impl<T: Vhost> Worker<T> {
/external/libwebsockets/minimal-examples/http-server/minimal-http-server/
DREADME.md14 [2018/03/04 09:30:02:7986] NOTICE: Creating Vhost 'default' port 7681, 1 protocols, IPv6 on
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/
DREADME.md14 [2018/03/04 09:30:02:7986] NOTICE: Creating Vhost 'default' port 7681, 1 protocols, IPv6 on
/external/libwebsockets/minimal-examples/dbus-server/minimal-dbus-server/
DREADME.md41 [2018/10/03 07:08:02:6693] NOTICE: Creating Vhost 'default' port 0, 1 protocols, IPv6 off
72 [2018/10/03 07:08:02:6693] NOTICE: Creating Vhost 'default' port 0, 1 protocols, IPv6 off
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-custom-headers/
DREADME.md14 [2018/03/20 10:24:24:7099] NOTICE: Creating Vhost 'default' port 7681, 1 protocols, IPv6 off
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-dynamic/
DREADME.md14 [2018/03/20 10:24:24:7099] NOTICE: Creating Vhost 'default' port 7681, 1 protocols, IPv6 off
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-h2-long-poll/
DREADME.md21 [2018/03/04 09:30:02:7986] NOTICE: Creating Vhost 'default' port 7681, 1 protocols, IPv6 on
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-bulk/
DREADME.md14 [2018/03/04 09:30:02:7986] NOTICE: Creating Vhost 'default' port 7681, 1 protocols, IPv6 on
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-form-get/
DREADME.md14 [2018/03/29 08:29:41:7044] NOTICE: Creating Vhost 'default' port 7681, 1 protocols, IPv6 off
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post/
DREADME.md14 [2018/03/29 08:29:41:7044] NOTICE: Creating Vhost 'default' port 7681, 1 protocols, IPv6 off
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-mimetypes/
DREADME.md17 [2018/03/04 09:30:02:7986] NOTICE: Creating Vhost 'default' port 7681, 1 protocols, IPv6 on
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-corner/
DREADME.md14 [2018/11/21 16:47:49:0172] NOTICE: Creating Vhost 'default' port 7681, 2 protocols, IPv6 off
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd/
DREADME.md14 [2018/03/04 09:30:02:7986] NOTICE: Creating Vhost 'default' port 7681, 1 protocols, IPv6 on
/external/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/
DREADME.md21 [2018/12/05 08:30:27:1343] NOTICE: Creating Vhost 'default' (serving disabled), 1 protocols, IPv6 o…
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/
DREADME.md14 [2018/03/04 09:30:02:7986] NOTICE: Creating Vhost 'default' port 7681, 1 protocols, IPv6 on
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-lwsac/
DREADME.md16 [2018/03/29 08:29:41:7044] NOTICE: Creating Vhost 'default' port 7681, 1 protocols, IPv6 off
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-sse/
DREADME.md19 [2018/04/20 06:09:57:0148] NOTICE: Creating Vhost 'default' port 7681, 2 protocols, IPv6 off
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/
DREADME.md16 [2018/03/13 13:09:52:2365] NOTICE: Creating Vhost 'default' port 7681, 2 protocols, IPv6 off
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/
DREADME.md23 [2018/03/13 13:09:52:2365] NOTICE: Creating Vhost 'default' port 7681, 2 protocols, IPv6 off
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-file/
DREADME.md14 [2018/03/29 09:58:30:8800] NOTICE: Creating Vhost 'default' port 7681, 1 protocols, IPv6 off
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-generic-sessions/
DREADME.md14 [2018/03/20 13:23:13:0142] NOTICE: Creating Vhost 'default' port 7681, 1 protocols, IPv6 off

123