Searched defs:tcp_keepalive (Results 1 – 7 of 7) sorted by relevance
18 struct tcp_keepalive { struct19 u_long onoff;20 u_long keepalivetime;21 u_long keepaliveinterval;
169 struct tcp_keepalive { struct180 int optval = data->set.tcp_keepalive ? 1 : 0; in tcpkeepalive() argument
30 pub(crate) tcp_keepalive: Option<Duration>, field170 pub fn tcp_keepalive(self, tcp_keepalive: Option<Duration>) -> Self { in tcp_keepalive() method
90 tcp_keepalive: Option<Duration>, field299 pub fn tcp_keepalive(self, tcp_keepalive: Option<Duration>) -> Self { in tcp_keepalive() method
867 core.TcpKeepalive tcp_keepalive = 1; field
1235 core.v3.TcpKeepalive tcp_keepalive = 1; field
591 pub fn tcp_keepalive(mut self, keepalive: Option<Duration>) -> Self { in tcp_keepalive() method