Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/lib/websocket/
Dwebsocket_internal.h131 uint8_t *input_buf; member
Dwebsocket.c985 &test_data->input_buf[test_data->input_pos], input_len); in websocket_recv_msg()
/Zephyr-Core-3.7.0/tests/net/socket/websocket/src/
Dmain.c48 static int test_recv_buf(uint8_t *input_buf, size_t input_len, in test_recv_buf() argument
57 test_data.input_buf = input_buf; in test_recv_buf()
/Zephyr-Core-3.7.0/tests/subsys/mgmt/ec_host_cmd/simulator/src/
Dmain.c146 const struct ec_params_add *const request = args->input_buf; in ec_host_cmd_add()
352 const struct ec_params_unbounded *const request = args->input_buf; in ec_host_cmd_unbounded()
353 const uint8_t *in_buffer = args->input_buf; in ec_host_cmd_unbounded()
/Zephyr-Core-3.7.0/include/zephyr/mgmt/ec_host_cmd/
Dec_host_cmd.h130 const void *input_buf; member
/Zephyr-Core-3.7.0/tests/subsys/mgmt/ec_host_cmd/uart/src/
Dmain.c57 const struct hello_cmd_data *cmd_data = args->input_buf; in ec_host_cmd_hello()
/Zephyr-Core-3.7.0/subsys/mgmt/ec_host_cmd/
Dec_host_cmd_handler.c395 .input_buf = rx->buf + RX_HEADER_SIZE, in ec_host_cmd_thread()