Lines Matching refs:code
25 uint8_t code; in piggyback_get() local
30 code = coap_header_get_code(request); in piggyback_get()
36 LOG_INF("type: %u code %u id %u", type, code, id); in piggyback_get()
65 "Type: %u\nCode: %u\nMID: %u\n", type, code, id); in piggyback_get()
89 uint8_t code; in test_del() local
94 code = coap_header_get_code(request); in test_del()
100 LOG_INF("type: %u code %u id %u", type, code, id); in test_del()
130 uint8_t code; in test_put() local
136 code = coap_header_get_code(request); in test_put()
142 LOG_INF("type: %u code %u id %u", type, code, id); in test_put()
182 uint8_t code; in test_post() local
188 code = coap_header_get_code(request); in test_post()
194 LOG_INF("type: %u code %u id %u", type, code, id); in test_post()