OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCPT_KEEP
(Results
1 - 10
of
10
) sorted by null
/external/qemu/slirp/
tcp_timer.h
44
#define
TCPT_KEEP
2 /* keep alive */
70
* The
TCPT_KEEP
timer is used to keep connections alive. If an
78
* an ack segment in response from the peer. If, despite the
TCPT_KEEP
tcp_timer.c
273
case
TCPT_KEEP
:
306
tp->t_timer[
TCPT_KEEP
] = TCPTV_KEEPINTVL;
308
tp->t_timer[
TCPT_KEEP
] = TCPTV_KEEP_IDLE;
tcp_input.c
457
tp->t_timer[
TCPT_KEEP
] = TCPTV_KEEPINTVL;
459
tp->t_timer[
TCPT_KEEP
] = TCPTV_KEEP_IDLE;
701
tp->t_timer[
TCPT_KEEP
] = TCPTV_KEEP_INIT;
732
tp->t_timer[
TCPT_KEEP
] = TCPTV_KEEP_INIT;
[
all
...]
tcp_subr.c
506
tp->t_timer[
TCPT_KEEP
] = TCPTV_KEEP_INIT;
838
tp->t_timer[
TCPT_KEEP
] = TCPTV_KEEP_INIT;
[
all
...]
socket.c
624
so->so_tcpcb->t_timer[
TCPT_KEEP
] = TCPTV_KEEP_INIT*2;
/external/qemu/slirp-android/
tcp_timer.h
44
#define
TCPT_KEEP
2 /* keep alive */
70
* The
TCPT_KEEP
timer is used to keep connections alive. If an
78
* an ack segment in response from the peer. If, despite the
TCPT_KEEP
tcp_timer.c
273
case
TCPT_KEEP
:
306
tp->t_timer[
TCPT_KEEP
] = TCPTV_KEEPINTVL;
308
tp->t_timer[
TCPT_KEEP
] = TCPTV_KEEP_IDLE;
tcp_input.c
462
tp->t_timer[
TCPT_KEEP
] = TCPTV_KEEPINTVL;
464
tp->t_timer[
TCPT_KEEP
] = TCPTV_KEEP_IDLE;
707
tp->t_timer[
TCPT_KEEP
] = TCPTV_KEEP_INIT;
738
tp->t_timer[
TCPT_KEEP
] = TCPTV_KEEP_INIT;
[
all
...]
socket.c
625
so->so_tcpcb->t_timer[
TCPT_KEEP
] = TCPTV_KEEP_INIT*2;
tcp_subr.c
538
tp->t_timer[
TCPT_KEEP
] = TCPTV_KEEP_INIT;
Completed in 2384 milliseconds