Home
last modified time | relevance | path

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

/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/src/examples/
H A Dwebsocket_threaded_example.c100 #define WS_OPCODE_CON_CLOSE_FRAME 8 macro
679 else if (frame[0] == (WS_FIN | WS_OPCODE_CON_CLOSE_FRAME)) in ws_receive_frame()
681 *type = WS_OPCODE_CON_CLOSE_FRAME; in ws_receive_frame()
742 if (type == WS_OPCODE_CON_CLOSE_FRAME) in run_usock()