HomeSort by relevance Sort by last modified time
    Searched refs:so_tcpcb (Results 1 - 14 of 14) sorted by null

  /external/qemu/slirp/
socket.h 43 struct tcpcb *so_tcpcb; /* pointer to TCP protocol control block */ member in struct:socket
tcp_var.h 131 #define sototcpcb(so) ((so)->so_tcpcb)
tcp_timer.c 57 if ((tp = (struct tcpcb *)so->so_tcpcb) &&
debug.c 309 n = sprintf(buff, "tcp[%s]", so->so_tcpcb?tcpstates[so->so_tcpcb->t_state]:"NONE");
tcp_subr.c 211 so->so_tcpcb = tp;
276 so->so_tcpcb = NULL;
519 if ((so->so_tcpcb = tcp_newtcpcb(so)) == NULL)
    [all...]
socket.c 93 int mss = so->so_tcpcb->t_maxseg;
614 if ((so->so_tcpcb = tcp_newtcpcb(so)) == NULL) {
624 so->so_tcpcb->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT*2;
slirp.c 273 if (time_fasttimo == 0 && so->so_tcpcb->t_flags & TF_DELACK)
939 slirp_tcp_save(f, so->so_tcpcb);
1048 slirp_tcp_load(f, so->so_tcpcb);
  /external/qemu/slirp-android/
socket.h 44 struct tcpcb *so_tcpcb; /* pointer to TCP protocol control block */ member in struct:socket
tcp_var.h 136 #define sototcpcb(so) ((so)->so_tcpcb)
tcp_timer.c 57 if ((tp = (struct tcpcb *)so->so_tcpcb) &&
debug.c 281 n = sprintf(buff, "tcp[%s]", so->so_tcpcb?tcpstates[so->so_tcpcb->t_state]:"NONE");
tcp_subr.c 213 so->so_tcpcb = tp;
278 so->so_tcpcb = NULL;
675 if ((so->so_tcpcb = tcp_newtcpcb(so)) == NULL)
1148 !(tmpso->so_tcpcb?
1149 (tmpso->so_tcpcb->t_state & (TCPS_TIME_WAIT|TCPS_LAST_ACK))
socket.c 101 int mss = so->so_tcpcb->t_maxseg;
636 if ((so->so_tcpcb = tcp_newtcpcb(so)) == NULL) {
646 so->so_tcpcb->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT*2;
slirp.c 333 if (time_fasttimo == 0 && so->so_tcpcb->t_flags & TF_DELACK)
    [all...]

Completed in 71 milliseconds