Home
last modified time | relevance | path

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

/uoscore-uedhoc-latest/src/oscore/
Doscore_coap.c349 enum err coap_get_message_type(struct o_coap_packet *coap_packet, in coap_get_message_type() argument
352 if ((NULL == coap_packet) || (NULL == msg_type)) { in coap_get_message_type()
359 coap_packet->options, coap_packet->options_cnt, &observe); in coap_get_message_type()
360 bool request = is_request(coap_packet); in coap_get_message_type()
/uoscore-uedhoc-latest/samples/zephyr_edhoc/initiator/src/
Dmain.c57 struct coap_packet request; in tx()
97 struct coap_packet reply; in rx()
/uoscore-uedhoc-latest/samples/zephyr_edhoc/responder/src/
Dmain.c48 struct coap_packet cp_req;
60 struct coap_packet cp_ack; in tx()
/uoscore-uedhoc-latest/inc/oscore/
Doscore_coap.h177 enum err coap_get_message_type(struct o_coap_packet *coap_packet,
/uoscore-uedhoc-latest/test/oscore_unit_tests/
Dunit_test_oscore_coap.c23 static void coap_get_message_type_and_compare(struct o_coap_packet * coap_packet, enum o_coap_msg … in coap_get_message_type_and_compare() argument
26 enum err result = coap_get_message_type(coap_packet, msg_type); in coap_get_message_type_and_compare()