Searched refs:print_str (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/samples/net/sockets/http_server/src/ |
D | main.c | 75 static char print_str[MAX_TEMP_PRINT_LEN]; in echo_handler() local 89 snprintf(print_str, sizeof(print_str), "%s received (%zd bytes)", http_method_str(method), in echo_handler() 91 LOG_HEXDUMP_DBG(request_ctx->data, request_ctx->data_len, print_str); in echo_handler()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | http_server.rst | 238 static char print_str[MAX_TEMP_PRINT_LEN]; 252 snprintf(print_str, sizeof(print_str), "%s received (%zd bytes)", 254 LOG_HEXDUMP_DBG(request_ctx->data, request_ctx->data_len, print_str);
|