Searched refs:context_sendto (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.7.0/subsys/net/ip/ |
D | net_context.c | 1929 static int context_sendto(struct net_context *context, in context_sendto() function 2353 ret = context_sendto(context, buf, len, &context->remote, in net_context_send() 2372 ret = context_sendto(context, msghdr, 0, NULL, 0, in net_context_sendmsg() 2393 ret = context_sendto(context, buf, len, dst_addr, addrlen, in net_context_sendto()
|