Searched defs:G_TCPOPT_MSS (Results 1 – 2 of 2) sorted by relevance
578 #define G_TCPOPT_MSS(x) (((x) >> 12) & 0xf) macro
715 #define G_TCPOPT_MSS(x) (((x) >> S_TCPOPT_MSS) & M_TCPOPT_MSS) macro