#define WS_GET_FIN(x) ((*x & WS_FIN_MASK) >> 7) #define WS_GET_RSV(x) ((*x & WS_RSV_MASK) >> 4) #define WS_GET_OPCODE(x) (*x & WS_OPCODE_MASK) #define WS_GET_MASK ...