Home
last modified time | relevance | path

Searched refs:opcode (Results 1 – 1 of 1) sorted by relevance

/NetX-Duo-v6.2.1/addons/websocket/
Dnx_websocket_client.c1807 UCHAR opcode = 0; in _nx_websocket_client_data_process() local
1872 opcode = bytes[0] & NX_WEBSOCKET_OPCODE_MASK; in _nx_websocket_client_data_process()
1943 …if (opcode == 0) /* The opcode should not denotes a continuation frame for a single unfragmented f… in _nx_websocket_client_data_process()
1950 client_ptr -> nx_websocket_client_frame_opcode = opcode; in _nx_websocket_client_data_process()
1954 if (opcode != 0) /* The opcode of the termination frame shall be zero */ in _nx_websocket_client_data_process()
1971 … if ((opcode != NX_WEBSOCKET_OPCODE_BINARY_FRAME) && (opcode != NX_WEBSOCKET_OPCODE_TEXT_FRAME)) in _nx_websocket_client_data_process()
1979 client_ptr -> nx_websocket_client_frame_opcode = opcode; in _nx_websocket_client_data_process()
1983 if (opcode != 0) /* The opcode of a continuation frame shall be zero */ in _nx_websocket_client_data_process()
2069 switch (opcode) in _nx_websocket_client_data_process()