Searched refs:context_write_data (Results  1 – 1 of 1) sorted by relevance
| /Zephyr-latest/subsys/net/ip/ | 
| D | net_context.c | 2039 static int context_write_data(struct net_pkt *pkt, const void *buf,  in context_write_data()  function2113 	ret = context_write_data(pkt, buf, len, msg);  in context_setup_udp_packet()
 2522 		ret = context_write_data(pkt, buf, len, msghdr);  in context_sendto()
 2560 		ret = context_write_data(pkt, buf, len, msghdr);  in context_sendto()
 2616 		ret = context_write_data(pkt, buf, len, msghdr);  in context_sendto()
 
 |