Searched refs:rws_opcode_ping (Results 1 – 2 of 2) sorted by relevance
35 rws_opcode_ping = 0x9, // %x9 denotes a ping enumerator
60 frame->opcode = rws_opcode_ping; in rws_socket_send_ping_priv()365 case rws_opcode_ping: rws_socket_process_ping_frame(s, frame); break; in rws_socket_process_received_frame()427 if (rws_opcode_ping == frame->opcode && in rws_socket_idle_send()
Completed in 5 milliseconds