Searched defs:G_TCPOPT_SND_WSCALE (Results 1 – 2 of 2) sorted by relevance
577 #define G_TCPOPT_SND_WSCALE(x) (((x) >> 8) & 0xf) macro
710 #define G_TCPOPT_SND_WSCALE(x) (((x) >> S_TCPOPT_SND_WSCALE) & M_TCPOPT_SND_WSCALE) macro