Searched refs:context_write_data (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-4.2.1/subsys/net/ip/ |
| D | net_context.c | 2131 static int context_write_data(struct net_pkt *pkt, const void *buf, in context_write_data() function 2205 ret = context_write_data(pkt, buf, len, msg); in context_setup_udp_packet() 2231 ret = context_write_data(pkt, buf, len, msg); in context_setup_raw_ip_packet() 2737 ret = context_write_data(pkt, buf, len, msghdr); in context_sendto() 2785 ret = context_write_data(pkt, buf, len, msghdr); in context_sendto() 2813 ret = context_write_data(pkt, buf, len, msghdr); in context_sendto()
|