Home
last modified time | relevance | path

Searched refs:TCPT_KEEP (Results 1 – 10 of 10) sorted by relevance

/external/qemu/slirp/
Dtcp_timer.c273 case TCPT_KEEP: in tcp_timers()
306 tp->t_timer[TCPT_KEEP] = TCPTV_KEEPINTVL; in tcp_timers()
308 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_IDLE; in tcp_timers()
Dtcp_timer.h44 #define TCPT_KEEP 2 /* keep alive */ macro
Dtcp_input.c457 tp->t_timer[TCPT_KEEP] = TCPTV_KEEPINTVL; in tcp_input()
459 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_IDLE; in tcp_input()
701 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT; in tcp_input()
732 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT; in tcp_input()
Dtcp_subr.c506 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT; in tcp_connect()
838 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT; in tcp_emu()
Dsocket.c624 so->so_tcpcb->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT*2; in solisten()
/external/qemu/slirp-android/
Dtcp_timer.c273 case TCPT_KEEP: in tcp_timers()
306 tp->t_timer[TCPT_KEEP] = TCPTV_KEEPINTVL; in tcp_timers()
308 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_IDLE; in tcp_timers()
Dtcp_timer.h44 #define TCPT_KEEP 2 /* keep alive */ macro
Dtcp_input.c462 tp->t_timer[TCPT_KEEP] = TCPTV_KEEPINTVL; in tcp_input()
464 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_IDLE; in tcp_input()
707 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT; in tcp_input()
738 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT; in tcp_input()
Dsocket.c625 so->so_tcpcb->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT*2; in solisten()
Dtcp_subr.c538 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT; in tcp_connect()