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

/vbox/src/VBox/Devices/Network/slirp/
H A Dtcp_var.h95 #define TF_RCVD_SCALE 0x0040 /* other side has requested scaling */ macro
H A Dtcp_input.c922 if (( tp->t_flags & (TF_RCVD_SCALE|TF_REQ_SCALE))
923 == (TF_RCVD_SCALE|TF_REQ_SCALE))
1223 if ( (tp->t_flags & (TF_RCVD_SCALE|TF_REQ_SCALE))
1224 == (TF_RCVD_SCALE|TF_REQ_SCALE))
1846 tp->t_flags |= TF_RCVD_SCALE;
H A Dtcp_output.c330 || (tp->t_flags & TF_RCVD_SCALE)))

Completed in 49 milliseconds