Searched defs:ack_data (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/net/lib/coap_client/src/ |
D | main.c | 127 uint8_t ack_data[] = {0x68, 0x40, 0x00, 0x00, 0x00, 0x00, in z_impl_zsock_recvfrom_custom_fake() local 275 static uint8_t ack_data[] = {0x48, 0x40, 0x00, 0x00, 0x00, 0x00, in z_impl_zsock_recvfrom_custom_fake_response() local 297 static uint8_t ack_data[] = {0x60, 0x00, 0x00, 0x00, 0x00, 0x00, in z_impl_zsock_recvfrom_custom_fake_empty_ack() local 349 static uint8_t ack_data[] = {0x68, 0x40, 0x00, 0x00, 0x00, 0x00, in z_impl_zsock_recvfrom_custom_fake_unmatching() local 371 uint8_t ack_data[] = {0x68, 0x81, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, in z_impl_zsock_recvfrom_custom_fake_echo() local 398 uint8_t ack_data[] = {0x68, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, in z_impl_zsock_recvfrom_custom_fake_echo_next_req() local
|
/Zephyr-latest/tests/net/lib/coap/src/ |
D | main.c | 399 uint8_t *ack_data = data_buf[1]; in ZTEST() local 426 uint8_t *ack_data = data_buf[1]; in ZTEST() local
|