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

  /external/qemu/slirp/
tcp_var.h 56 #define TF_NOOPT 0x0008 /* don't use tcp options */
tcp_output.c 278 if ((tp->t_flags & TF_NOOPT) == 0) {
306 /* if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP &&
  /external/qemu/slirp-android/
tcp_var.h 61 #define TF_NOOPT 0x0008 /* don't use tcp options */
tcp_output.c 278 if ((tp->t_flags & TF_NOOPT) == 0) {
306 /* if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP &&

Completed in 780 milliseconds