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

  /external/qemu/slirp/
tcp_output.c 227 ((tp->t_flags & TF_SENTFIN) == 0 || tp->snd_nxt == tp->snd_una))
407 if (flags & TH_FIN && tp->t_flags & TF_SENTFIN &&
485 tp->t_flags |= TF_SENTFIN;
tcp_var.h 57 #define TF_SENTFIN 0x0010 /* have sent FIN */
  /external/qemu/slirp-android/
tcp_output.c 227 ((tp->t_flags & TF_SENTFIN) == 0 || tp->snd_nxt == tp->snd_una))
407 if (flags & TH_FIN && tp->t_flags & TF_SENTFIN &&
485 tp->t_flags |= TF_SENTFIN;
tcp_var.h 62 #define TF_SENTFIN 0x0010 /* have sent FIN */

Completed in 979 milliseconds