Home
last modified time | relevance | path

Searched refs:testpdu (Results 1 - 1 of 1) sorted by relevance

/third_party/libcoap/tests/
H A Dtest_pdu.c297 coap_pdu_t *testpdu; in t_parse_pdu16() local
300 testpdu = coap_pdu_init(0, 0, 0, sizeof(teststr)); in t_parse_pdu16()
301 CU_ASSERT(testpdu != NULL); in t_parse_pdu16()
303 result = coap_pdu_parse(COAP_PROTO_UDP, teststr, sizeof(teststr), testpdu); in t_parse_pdu16()
308 coap_show_pdu(COAP_LOG_ERR, testpdu); /* display PDU */ in t_parse_pdu16()
311 coap_delete_pdu(testpdu); in t_parse_pdu16()

Completed in 3 milliseconds