Home
last modified time | relevance | path

Searched refs:coap_packet_init (Results 1 – 6 of 6) sorted by relevance

/subsys/net/lib/coap/
A Dcoap_link_format.c468 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 Dcoap.c169 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 Dcoap_server.c190 ret = coap_packet_init(&response, buf, sizeof(buf), COAP_VERSION_1, type, tkl, in coap_server_process()
A Dcoap_client.c216 ret = coap_packet_init(&internal_req->request, client->send_buf, MAX_COAP_MSG_LEN, in coap_client_init_request()
/subsys/mgmt/updatehub/
A Dupdatehub.c260 ret = coap_packet_init(&request_packet, data, MAX_PAYLOAD_SIZE, in send_request()
/subsys/net/lib/lwm2m/
A Dlwm2m_message_handling.c660 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