Searched refs:TF_REQ_TSTMP (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dtcp_var.h96 #define TF_REQ_TSTMP 0x0080 /* have/will request timestamps */ macro
H A Dtcp_output.c344 * wants to use timestamps (TF_REQ_TSTMP is set) or both our side
348 if ( (tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP
H A Dtcp_subr.c208 tp->t_flags = tcp_do_rfc1323 ? (TF_REQ_SCALE|TF_REQ_TSTMP) : 0;

Completed in 72 milliseconds