Searched defs:coap_client (Results  1 – 3 of 3) sorted by relevance
| /Zephyr-latest/include/zephyr/net/ | 
| D | coap_client.h | 111 struct coap_client {  struct 118 	struct coap_client_internal_request requests[CONFIG_COAP_CLIENT_MAX_REQUESTS];  argument 129  *                 default name of "coap_client".  argument
  | 
| /Zephyr-latest/tests/net/lib/coap_client/src/ | 
| D | main.c | 519 ZTEST(coap_client, test_get_request)  in ZTEST()  argument 527 ZTEST(coap_client, test_request_block)  in ZTEST()  argument 534 ZTEST(coap_client, test_resend_request)  in ZTEST()  argument 553 ZTEST(coap_client, test_echo_option)  in ZTEST()  argument 563 ZTEST(coap_client, test_echo_option_next_req)  in ZTEST()  argument 587 ZTEST(coap_client, test_get_no_path)  in ZTEST()  argument 595 ZTEST(coap_client, test_send_large_data)  in ZTEST()  argument 603 ZTEST(coap_client, test_no_response)  in ZTEST()  argument 620 ZTEST(coap_client, test_separate_response)  in ZTEST()  argument 630 ZTEST(coap_client, test_separate_response_lost)  in ZTEST()  argument [all …] 
 | 
| /Zephyr-latest/samples/net/sockets/coap_client/ | 
| D | CMakeLists.txt | 5 project(coap_client)  project
  |