Home
last modified time | relevance | path

Searched defs:tcp_keepalive (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dmstcpip.h18 struct tcp_keepalive { struct
19 u_long onoff;
20 u_long keepalivetime;
21 u_long keepaliveinterval;
/aosp_15_r20/external/curl/lib/
H A Dcf-socket.c169 struct tcp_keepalive { struct
180 int optval = data->set.tcp_keepalive ? 1 : 0; in tcpkeepalive() argument
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/transport/channel/
Dendpoint.rs30 pub(crate) tcp_keepalive: Option<Duration>, field
170 pub fn tcp_keepalive(self, tcp_keepalive: Option<Duration>) -> Self { in tcp_keepalive() method
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/transport/server/
Dmod.rs90 tcp_keepalive: Option<Duration>, field
299 pub fn tcp_keepalive(self, tcp_keepalive: Option<Duration>) -> Self { in tcp_keepalive() method
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/api/v2/
H A Dcluster.proto867 core.TcpKeepalive tcp_keepalive = 1; field
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/cluster/v3/
H A Dcluster.proto1235 core.v3.TcpKeepalive tcp_keepalive = 1; field
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/server/
Dserver.rs591 pub fn tcp_keepalive(mut self, keepalive: Option<Duration>) -> Self { in tcp_keepalive() method