Searched defs:opcode (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/lua/
H A Dlua_request.c2250 /* Get opcode and FIN bit */
2258 unsigned char ubyte, fin, opcode, mask, payload; local
2262 /* opcode is the last four bits (there's 3 reserved bits we don't care about) */
2263 opcode = ubyte & 0xf;
2376 /* Decide if we need to react to the opcode or not */
2377 if (opcode == 0x09) { /* ping */
2453 prelude[0] = 0x88; /* closing socket opcode */
2474 prelude[0] = 0x89; /* ping opcode */
2480 /* Get opcode and FIN bit from pong */
2484 unsigned char opcode local
[all...]

Completed in 18 milliseconds