Searched refs:TF_NOOPT (Results 1 - 4 of 4) sorted by relevance

/external/qemu/slirp/
H A Dtcp_var.h56 #define TF_NOOPT 0x0008 /* don't use tcp options */ macro
H A Dtcp_output.c278 if ((tp->t_flags & TF_NOOPT) == 0) {
306 /* if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP &&
/external/qemu/slirp-android/
H A Dtcp_var.h61 #define TF_NOOPT 0x0008 /* don't use tcp options */ macro
H A Dtcp_output.c278 if ((tp->t_flags & TF_NOOPT) == 0) {
306 /* if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP &&

Completed in 19 milliseconds