Home
last modified time | relevance | path

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

/uoscore-uedhoc-3.7.0/inc/oscore/
Doscore_coap.h70 #define MAX_OPTION_COUNT 20 macro
103 struct o_coap_option options[MAX_OPTION_COUNT];
Doscore_coap_defines.h71 #define MAX_OPTION_COUNT 20 macro
/uoscore-uedhoc-3.7.0/src/oscore/
Dcoap2oscore.c60 if (MAX_OPTION_COUNT < in_o_coap->options_cnt) { in inner_outer_option_split()
622 struct o_coap_option e_options[MAX_OPTION_COUNT]; in coap2oscore()
625 struct o_coap_option u_options[MAX_OPTION_COUNT]; in coap2oscore()
Doscore_coap.c215 if ((MAX_OPTION_COUNT - 1) > temp_options_count) { in options_deserialize()
Doscore2coap.c153 TRY(check_buffer_size(MAX_OPTION_COUNT, max_coap_opt_cnt)); in options_reorder()