Searched refs:CODE_RESP_CONTENT (Results 1 – 6 of 6) sorted by relevance
| /uoscore-uedhoc-latest/inc/oscore/ |
| D | oscore_coap_defines.h | 65 #define CODE_RESP_CONTENT 0x45 macro
|
| D | oscore_coap.h | 64 #define CODE_RESP_CONTENT 0x45 macro
|
| /uoscore-uedhoc-latest/test/oscore_unit_tests/ |
| D | unit_test_oscore_coap.c | 521 struct o_coap_packet packet_response = generate_test_packet(CODE_RESP_CONTENT, 0, NULL, 0); in t203_coap_get_message_type() 522 struct o_coap_packet packet_notification_1 = generate_test_packet(CODE_RESP_CONTENT, 1, NULL, 0); in t203_coap_get_message_type() 523 …struct o_coap_packet packet_notification_2 = generate_test_packet(CODE_RESP_CONTENT, 1, "\x01\x02"… in t203_coap_get_message_type()
|
| D | unit_test_coap2oscore.c | 166 .code = CODE_RESP_CONTENT, in t101_inner_outer_option_split__with_observe_notification() 540 .code = CODE_RESP_CONTENT, in t104_oscore_pkg_generate__request_with_observe_notification() 584 .code = CODE_RESP_CONTENT, in t104_oscore_pkg_generate__request_with_observe_notification()
|
| /uoscore-uedhoc-latest/test/oscore_integration_tests/ |
| D | oscore_integration_tests.c | 525 .code = CODE_RESP_CONTENT, in t9_oscore_client_server_observe() 1066 .code = CODE_RESP_CONTENT, in t10_oscore_client_server_after_reboot()
|
| /uoscore-uedhoc-latest/src/oscore/ |
| D | coap2oscore.c | 391 out_oscore->header.code = CODE_RESP_CONTENT; in oscore_pkg_generate()
|