Home
last modified time | relevance | path

Searched defs:ConnectionInner (Results 1 – 25 of 25) sorted by relevance

/dports/sysutils/glow/glow-0.2.0/vendor/golang.org/x/net/ipv6/
H A Dsockopt.go27 ssoBlockSourceGroup // any-source or source-specific multicast
29 ssoAttachFilter // attach BPF for filtering inbound traffic
33 const (
35 ssoTypeGroupReq
39 // A sockOpt represents a binding for sticky socket option.
42 typ int // hint for option value type; optional
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/rust_connection/
H A Dinner.rs27 pub(crate) struct ConnectionInner { struct
50 impl ConnectionInner { argument
H A Dmod.rs186 inner: inner::ConnectionInner, in for_inner()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/h2-0.3.9/src/proto/
H A Dgo_away.rs32 /// or waste struct space.)
37 /// It's illegal to send a subsequent GOAWAY with a higher ID.
45 pub fn new() -> Self {
47 close_now: false,
49 is_user_initiated: false,
54 /// Enqueue a GOAWAY frame to be written.
56 /// The connection is expected to continue to run until idle.
58 if let Some(ref going_away) = self.going_away {
61 "GOAWAY stream IDs shouldn't be higher; \
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/h2-0.3.4/src/proto/
H A Dconnection.rs32 struct ConnectionInner<P, B: Buf = Bytes> struct
37 state: State,
43 error: Option<Reason>,
46 go_away: GoAway,
49 ping_pong: PingPong,
52 settings: Settings,
55 streams: Streams<B, P>,
58 span: tracing::Span,
61 _phantom: PhantomData<P>,
340 impl<P, B> ConnectionInner<P, B> impl
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/h2-0.3.7/src/proto/
H A Dconnection.rs32 struct ConnectionInner<P, B: Buf = Bytes> struct
37 state: State,
43 error: Option<frame::GoAway>,
46 go_away: GoAway,
49 ping_pong: PingPong,
52 settings: Settings,
55 streams: Streams<B, P>,
58 span: tracing::Span,
61 _phantom: PhantomData<P>,
340 impl<P, B> ConnectionInner<P, B> implementation
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/h2-0.3.3/src/proto/
H A Dconnection.rs32 struct ConnectionInner<P, B: Buf = Bytes> struct
37 state: State,
43 error: Option<Reason>,
46 go_away: GoAway,
49 ping_pong: PingPong,
52 settings: Settings,
55 streams: Streams<B, P>,
58 span: tracing::Span,
61 _phantom: PhantomData<P>,
340 impl<P, B> ConnectionInner<P, B> implementation
[all …]
/dports/www/rearx/rearx-0.1.4/cargo-crates/h2-0.3.1/src/proto/
H A Dconnection.rs32 struct ConnectionInner<P, B: Buf = Bytes> struct
37 state: State,
43 error: Option<Reason>,
46 go_away: GoAway,
49 ping_pong: PingPong,
52 settings: Settings,
55 streams: Streams<B, P>,
58 span: tracing::Span,
61 _phantom: PhantomData<P>,
340 impl<P, B> ConnectionInner<P, B> implementation
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/h2-0.3.6/src/proto/
H A Dconnection.rs32 struct ConnectionInner<P, B: Buf = Bytes> struct
37 state: State,
43 error: Option<frame::GoAway>,
46 go_away: GoAway,
49 ping_pong: PingPong,
52 settings: Settings,
55 streams: Streams<B, P>,
58 span: tracing::Span,
61 _phantom: PhantomData<P>,
340 impl<P, B> ConnectionInner<P, B> impl
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/h2-0.3.6/src/proto/
H A Dconnection.rs32 struct ConnectionInner<P, B: Buf = Bytes> struct
37 state: State,
43 error: Option<frame::GoAway>,
46 go_away: GoAway,
49 ping_pong: PingPong,
52 settings: Settings,
55 streams: Streams<B, P>,
58 span: tracing::Span,
61 _phantom: PhantomData<P>,
340 impl<P, B> ConnectionInner<P, B> implementation
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/h2-0.3.4/src/proto/
H A Dconnection.rs32 struct ConnectionInner<P, B: Buf = Bytes> struct
37 state: State,
43 error: Option<Reason>,
46 go_away: GoAway,
49 ping_pong: PingPong,
52 settings: Settings,
55 streams: Streams<B, P>,
58 span: tracing::Span,
61 _phantom: PhantomData<P>,
340 impl<P, B> ConnectionInner<P, B> implementation
[all …]
/dports/net/oha/oha-0.4.7/cargo-crates/h2-0.3.6/src/proto/
H A Dconnection.rs32 struct ConnectionInner<P, B: Buf = Bytes> struct
37 state: State,
43 error: Option<frame::GoAway>,
46 go_away: GoAway,
49 ping_pong: PingPong,
52 settings: Settings,
55 streams: Streams<B, P>,
58 span: tracing::Span,
61 _phantom: PhantomData<P>,
340 impl<P, B> ConnectionInner<P, B> impl
[all …]
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/h2-0.3.4/src/proto/
H A Dconnection.rs32 struct ConnectionInner<P, B: Buf = Bytes> struct
37 state: State,
43 error: Option<Reason>,
46 go_away: GoAway,
49 ping_pong: PingPong,
52 settings: Settings,
55 streams: Streams<B, P>,
58 span: tracing::Span,
61 _phantom: PhantomData<P>,
340 impl<P, B> ConnectionInner<P, B> implementation
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/h2-0.3.6/src/proto/
H A Dconnection.rs32 struct ConnectionInner<P, B: Buf = Bytes> struct
37 state: State,
43 error: Option<frame::GoAway>,
46 go_away: GoAway,
49 ping_pong: PingPong,
52 settings: Settings,
55 streams: Streams<B, P>,
58 span: tracing::Span,
61 _phantom: PhantomData<P>,
340 impl<P, B> ConnectionInner<P, B> implementation
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/h2-0.3.7/src/proto/
H A Dconnection.rs32 struct ConnectionInner<P, B: Buf = Bytes> struct
37 state: State,
43 error: Option<frame::GoAway>,
46 go_away: GoAway,
49 ping_pong: PingPong,
52 settings: Settings,
55 streams: Streams<B, P>,
58 span: tracing::Span,
61 _phantom: PhantomData<P>,
340 impl<P, B> ConnectionInner<P, B> implementation
[all …]
/dports/www/xh/xh-0.14.1/cargo-crates/h2-0.3.4/src/proto/
H A Dconnection.rs32 struct ConnectionInner<P, B: Buf = Bytes> struct
37 state: State,
43 error: Option<Reason>,
46 go_away: GoAway,
49 ping_pong: PingPong,
52 settings: Settings,
55 streams: Streams<B, P>,
58 span: tracing::Span,
61 _phantom: PhantomData<P>,
340 impl<P, B> ConnectionInner<P, B> impl
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/h2-0.3.7/src/proto/
H A Dconnection.rs32 struct ConnectionInner<P, B: Buf = Bytes> struct
37 state: State,
43 error: Option<frame::GoAway>,
46 go_away: GoAway,
49 ping_pong: PingPong,
52 settings: Settings,
55 streams: Streams<B, P>,
58 span: tracing::Span,
61 _phantom: PhantomData<P>,
340 impl<P, B> ConnectionInner<P, B> implementation
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/h2-0.3.4/src/proto/
H A Dconnection.rs32 struct ConnectionInner<P, B: Buf = Bytes> struct
37 state: State,
43 error: Option<Reason>,
46 go_away: GoAway,
49 ping_pong: PingPong,
52 settings: Settings,
55 streams: Streams<B, P>,
58 span: tracing::Span,
61 _phantom: PhantomData<P>,
340 impl<P, B> ConnectionInner<P, B> impl
[all …]
/dports/www/monolith/monolith-2.6.1/cargo-crates/h2-0.3.3/src/proto/
H A Dconnection.rs32 struct ConnectionInner<P, B: Buf = Bytes> struct
37 state: State,
43 error: Option<Reason>,
46 go_away: GoAway,
49 ping_pong: PingPong,
52 settings: Settings,
55 streams: Streams<B, P>,
58 span: tracing::Span,
61 _phantom: PhantomData<P>,
340 impl<P, B> ConnectionInner<P, B> implementation
[all …]
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/h2-0.3.4/src/proto/
H A Dconnection.rs32 struct ConnectionInner<P, B: Buf = Bytes> struct
37 state: State,
43 error: Option<Reason>,
46 go_away: GoAway,
49 ping_pong: PingPong,
52 settings: Settings,
55 streams: Streams<B, P>,
58 span: tracing::Span,
61 _phantom: PhantomData<P>,
340 impl<P, B> ConnectionInner<P, B> implementation
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/h2-0.3.9/src/proto/
H A Dconnection.rs32 struct ConnectionInner<P, B: Buf = Bytes> struct
37 state: State,
43 error: Option<frame::GoAway>,
46 go_away: GoAway,
49 ping_pong: PingPong,
52 settings: Settings,
55 streams: Streams<B, P>,
58 span: tracing::Span,
61 _phantom: PhantomData<P>,
353 impl<P, B> ConnectionInner<P, B> impl
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/h2-0.3.9/src/proto/
H A Dconnection.rs32 struct ConnectionInner<P, B: Buf = Bytes> struct
37 state: State,
43 error: Option<frame::GoAway>,
46 go_away: GoAway,
49 ping_pong: PingPong,
52 settings: Settings,
55 streams: Streams<B, P>,
58 span: tracing::Span,
61 _phantom: PhantomData<P>,
353 impl<P, B> ConnectionInner<P, B> impl
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/zbus-1.9.1/src/
H A Dconnection.rs27 struct ConnectionInner<S> { struct
28 server_guid: Guid,
29 cap_unix_fd: bool,
30 bus_conn: bool,
31 unique_name: OnceCell<String>,
33 raw_conn: RwLock<RawConnection<S>>,
35 serial: Mutex<u32>,
38 incoming_queue: Mutex<Vec<Message>>,
41 max_queued: RwLock<usize>,
44 default_msg_handler: Mutex<Option<MessageHandlerFn>>,
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/capnp-rpc-0.10.0/src/
H A Dtwoparty.rs84 struct ConnectionInner<T> where T: ::std::io::Read + 'static { struct
93 inner: Rc<RefCell<ConnectionInner<T>>>, argument
96 impl <T> Drop for ConnectionInner<T> where T: ::std::io::Read { implementation
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/zbus-2.1.1/src/
H A Dconnection.rs45 pub(crate) struct ConnectionInner { struct
46 server_guid: Guid,
71 // FIXME: Should really use [`AsyncDrop`] for `ConnectionInner` when we've something like that to argument