Searched refs:opt_srt (Results 1 - 1 of 1) sorted by relevance
/third_party/libcoap/tests/ |
H A D | test_pdu.c | 723 uint8_t opt_srt[] = { 50, 51, 52, 53, 54, 55, 56, 57, 58, 59 }; in t_encode_pdu12() local 744 CU_ASSERT(*coap_opt_value(option) == opt_srt[n]); in t_encode_pdu12() 758 uint8_t opt_srt[] = { 50, 51, 52, 53, 54, 55, 56, 57, 58, 59 }; in t_encode_pdu13() local 779 CU_ASSERT(*coap_opt_value(option) == opt_srt[n]); in t_encode_pdu13() 793 uint8_t opt_srt[] = { 50, 51, 52, 53, 54, 55, 56, 57, 58, 59 }; in t_encode_pdu14() local 814 CU_ASSERT(*coap_opt_value(option) == opt_srt[n]); in t_encode_pdu14() 829 uint8_t opt_srt[] = { 50, 51, 52, 53, 54, 55, 56, 57, 58, 59 }; in t_encode_pdu15() local 849 CU_ASSERT(*coap_opt_value(option) == opt_srt[n]); in t_encode_pdu15()
|
Completed in 3 milliseconds