Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dnet_offload.h365 static inline int net_offload_sendto(struct net_if *iface, in net_offload_sendto() function
512 static inline int net_offload_sendto(struct net_if *iface,
/Zephyr-latest/subsys/net/ip/
Dnet_context.c2530 ret = net_offload_sendto(net_context_get_iface(context), in context_sendto()