Home
last modified time | relevance | path

Searched refs:COAP_MSG_REGISTRATION (Results 1 – 4 of 4) sorted by relevance

/uoscore-uedhoc-3.5.0/inc/oscore/
Doscore_coap_defines.h79 COAP_MSG_REGISTRATION, /* Request with OBSERVE option set to 0 */ enumerator
/uoscore-uedhoc-3.5.0/src/oscore/
Doscore_interactions.c311 msg_type = COAP_MSG_REGISTRATION; in oscore_interactions_update_wrapper()
315 (COAP_MSG_REGISTRATION == msg_type)) { in oscore_interactions_update_wrapper()
Doscore_coap.c371 result = COAP_MSG_REGISTRATION; in coap_get_message_type()
/uoscore-uedhoc-3.5.0/test/oscore_unit_tests/
Dunit_test_oscore_coap.c533 coap_get_message_type_and_compare(&packet_registration_1, &msg_type, ok, COAP_MSG_REGISTRATION); in t203_coap_get_message_type()
534 coap_get_message_type_and_compare(&packet_registration_2, &msg_type, ok, COAP_MSG_REGISTRATION); in t203_coap_get_message_type()