Searched refs:Vhost (Results 1 – 25 of 69) sorted by relevance
123
/external/crosvm/vhost/src/ |
D | net.rs | 16 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> {
|
D | vsock.rs | 15 use super::{ioctl_result, Error, Result, Vhost}; 72 impl Vhost for Vsock {
|
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-multivhost/ |
D | README.md | 41 [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/ |
D | README.md | 34 [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/ |
D | worker.rs | 8 use vhost::Vhost; 16 pub struct Worker<T: Vhost> { 26 impl<T: Vhost> Worker<T> {
|
/external/libwebsockets/minimal-examples/http-server/minimal-http-server/ |
D | README.md | 14 [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/ |
D | README.md | 14 [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/ |
D | README.md | 41 [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/ |
D | README.md | 14 [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/ |
D | README.md | 14 [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/ |
D | README.md | 21 [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/ |
D | README.md | 14 [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/ |
D | README.md | 14 [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/ |
D | README.md | 14 [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/ |
D | README.md | 17 [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/ |
D | README.md | 14 [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/ |
D | README.md | 14 [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/ |
D | README.md | 21 [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/ |
D | README.md | 14 [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/ |
D | README.md | 16 [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/ |
D | README.md | 19 [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/ |
D | README.md | 16 [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/ |
D | README.md | 23 [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/ |
D | README.md | 14 [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/ |
D | README.md | 14 [2018/03/20 13:23:13:0142] NOTICE: Creating Vhost 'default' port 7681, 1 protocols, IPv6 off
|
123