Home
last modified time | relevance | path

Searched refs:net_context_sendmsg (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dnet_context.h1234 int net_context_sendmsg(struct net_context *context,
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_packet.c288 status = net_context_sendmsg(ctx, msg, flags, NULL, timeout, NULL); in zpacket_sendmsg_ctx()
Dsockets_inet.c671 status = net_context_sendmsg(ctx, msg, flags, NULL, timeout, NULL); in zsock_sendmsg_ctx()
/Zephyr-latest/subsys/net/ip/
Dnet_context.c2660 int net_context_sendmsg(struct net_context *context, in net_context_sendmsg() function