Searched refs:coap_packet (Results 1 – 5 of 5) sorted by relevance
349 enum err coap_get_message_type(struct o_coap_packet *coap_packet, in coap_get_message_type() argument352 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()
57 struct coap_packet request; in tx()97 struct coap_packet reply; in rx()
48 struct coap_packet cp_req;60 struct coap_packet cp_ack; in tx()
177 enum err coap_get_message_type(struct o_coap_packet *coap_packet,
23 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() argument26 enum err result = coap_get_message_type(coap_packet, msg_type); in coap_get_message_type_and_compare()