Searched refs:V_TOS (Results 1 – 2 of 2) sorted by relevance
454 opt0l = V_TOS((ep->tos >> 2) & M_TOS) | V_RCV_BUFSIZ(rcv_win>>10); in send_connect()1290 opt0l = V_TOS((ep->tos >> 2) & M_TOS) | V_RCV_BUFSIZ(rcv_win>>10); in accept_cr()
333 #define V_TOS(x) ((x) << S_TOS) macro