Home
last modified time | relevance | path

Searched defs:TcpKeepalive (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/server/
Dtcp.rs27 fn into_socket2(self) -> Option<TcpKeepalive> { in into_socket2()
58 fn ka_with_interval(ka: TcpKeepalive, interval: Duration, dirty: &mut bool) -> TcpKeepalive { in ka_with_interval()
74 fn ka_with_interval(ka: TcpKeepalive, _: Duration, _: &mut bool) -> TcpKeepalive { in ka_with_interval()
88 fn ka_with_retries(ka: TcpKeepalive, retries: u32, dirty: &mut bool) -> TcpKeepalive { in ka_with_retries()
103 fn ka_with_retries(ka: TcpKeepalive, _: u32, _: &mut bool) -> TcpKeepalive { in ka_with_retries()
/aosp_15_r20/external/rust/android-crates-io/crates/socket2/src/
Dlib.rs427 pub struct TcpKeepalive { struct
451 impl TcpKeepalive { argument
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/api/v2/core/
H A Daddress.proto80 message TcpKeepalive { message
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/core/v3/
H A Daddress.proto101 message TcpKeepalive { message