Searched defs:tcp_keepalive (Results 1 – 3 of 3) sorted by relevance
18 struct tcp_keepalive { struct19 u_long onoff;20 u_long keepalivetime;21 u_long keepaliveinterval;
98 struct tcp_keepalive { struct109 int optval = data->set.tcp_keepalive?1:0; in tcpkeepalive() argument
2078 tcp_keepalive(struct tcp_pcb *pcb) in tcp_keepalive() function