Home
last modified time | relevance | path

Searched refs:send_buffer (Results 1 – 2 of 2) sorted by relevance

/subsys/ipc/ipc_service/lib/
A Dicmsg_me.c47 static void set_ept_id_in_send_buffer(uint8_t *send_buffer, in set_ept_id_in_send_buffer() argument
50 send_buffer[0] = ept_id; in set_ept_id_in_send_buffer()
198 set_ept_id_in_send_buffer(data->send_buffer, id); in icmsg_me_send()
199 memcpy(icmsg_buffer_to_user_buffer(data->send_buffer), msg, len); in icmsg_me_send()
201 r = icmsg_send(conf, &data->icmsg_data, data->send_buffer, in icmsg_me_send()
/subsys/net/lib/tftp/
A Dtftp_client.c379 uint8_t *send_buffer; in tftp_put() local
431 send_buffer = (uint8_t *)(user_buf + tftpc_index); in tftp_put()
433 ret = send_data(sock, client, tftpc_block_no, send_buffer, send_size); in tftp_put()

Completed in 9 milliseconds