Home
last modified time | relevance | path

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

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