Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dcoap.h331 struct coap_option { struct
485 struct coap_option *options,
505 struct coap_option *options, uint8_t opt_num);
599 struct coap_option *options, uint16_t veclen);
639 unsigned int coap_option_value_to_int(const struct coap_option *option);
707 struct coap_option *options,
729 struct coap_option *options,
Dcoap_client.h115 struct coap_option echo_option;
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/src/
Dstubs.h37 struct coap_option *, uint16_t);
39 struct coap_option *options, uint16_t veclen);
Dstubs.c43 struct coap_option *, uint16_t);
45 struct coap_option *options, uint16_t veclen) in coap_find_options_do_registration_reply_cb_ok()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_message_handling.h42 int coap_options_to_path(struct coap_option *opt, int options_count,
Dlwm2m_obj_gateway.c153 struct coap_option options[4]; in lwm2m_gw_handle_req()
Dlwm2m_rd_client.c499 struct coap_option options[2]; in do_registration_reply_cb()
Dlwm2m_observation.c1139 struct coap_option options[NR_LWM2M_ATTR]; in lwm2m_write_attr_handler()
Dlwm2m_message_handling.c491 int coap_options_to_path(struct coap_option *opt, int options_count, in coap_options_to_path()
2309 struct coap_option options[4]; in handle_request()
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_link_format.c135 const struct coap_option *query) in match_attributes()
159 const struct coap_option *query, in match_queries_resource()
442 struct coap_option query; in coap_well_known_core_get_len()
643 struct coap_option query; in coap_well_known_core_get_len()
Dcoap.c404 unsigned int coap_option_value_to_int(const struct coap_option *option) in coap_option_value_to_int()
535 struct coap_option *option) in parse_option()
661 struct coap_option option; in remove_middle_option()
691 struct coap_option option; in coap_packet_remove_option()
746 struct coap_option *options, uint8_t opt_num) in coap_packet_parse()
764 memset(options, 0, opt_num * sizeof(struct coap_option)); in coap_packet_parse()
795 struct coap_option *option; in coap_packet_parse()
916 struct coap_option *options, uint16_t veclen) in coap_find_options()
1089 struct coap_option *options, in coap_uri_path_match()
1181 struct coap_option *options, in coap_handle_request_len()
[all …]
Dcoap_server.c133 struct coap_option options[MAX_OPTIONS] = { 0 }; in coap_server_process()
Dcoap_client.c764 static bool find_echo_option(const struct coap_packet *response, struct coap_option *option) in find_echo_option()
/Zephyr-latest/samples/net/sockets/coap_server/src/
Dquery.c19 struct coap_option options[4]; in query_get()
/Zephyr-latest/tests/net/lib/coap/src/
Dmain.c223 struct coap_option options[16] = {}; in ZTEST()
918 struct coap_option options[4] = {}; in ZTEST()
965 struct coap_option options[4] = {}; in ZTEST()
1023 struct coap_option options[4] = {}; in ZTEST()
1104 struct coap_option opt; in ZTEST()
1637 struct coap_option options[16] = {0}; in assert_coap_packet_set_path_query_options()
1809 struct coap_option options[4] = {}; in ZTEST()
/Zephyr-latest/tests/net/lib/coap_client/src/
Dmain.c186 struct coap_option option = {0}; in z_impl_zsock_sendto_custom_fake_echo()
219 struct coap_option option = {0}; in z_impl_zsock_sendto_custom_fake_echo_next_req()