Searched refs:coap_packet_init (Results 1 – 6 of 6) sorted by relevance
/subsys/net/lib/coap/ |
A D | coap_link_format.c | 468 r = coap_packet_init(response, data, len, COAP_VERSION_1, COAP_TYPE_ACK, in coap_well_known_core_get_len() 652 r = coap_packet_init(response, data, data_len, COAP_VERSION_1, COAP_TYPE_ACK, in coap_well_known_core_get_len()
|
A D | coap.c | 169 int coap_packet_init(struct coap_packet *cpkt, uint8_t *data, uint16_t max_len, in coap_packet_init() function 231 return coap_packet_init(cpkt, data, max_len, ver, COAP_TYPE_ACK, tkl, in coap_ack_init() 244 return coap_packet_init(cpkt, data, max_len, ver, COAP_TYPE_RESET, 0, in coap_rst_init()
|
A D | coap_server.c | 190 ret = coap_packet_init(&response, buf, sizeof(buf), COAP_VERSION_1, type, tkl, in coap_server_process()
|
A D | coap_client.c | 216 ret = coap_packet_init(&internal_req->request, client->send_buf, MAX_COAP_MSG_LEN, in coap_client_init_request()
|
/subsys/mgmt/updatehub/ |
A D | updatehub.c | 260 ret = coap_packet_init(&request_packet, data, MAX_PAYLOAD_SIZE, in send_request()
|
/subsys/net/lib/lwm2m/ |
A D | lwm2m_message_handling.c | 660 r = coap_packet_init(&msg->cpkt, body_data, body_data_max_len, COAP_VERSION_1, msg->type, in lwm2m_init_message()
|
Completed in 36 milliseconds