Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/net/lib/websocket/
Dwebsocket.c733 static uint32_t websocket_opcode2flag(uint8_t data) in websocket_opcode2flag() function
767 ctx->message_type = websocket_opcode2flag(data); in websocket_parse()