Searched refs:net_offload_bind (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/include/zephyr/net/ |
D | net_offload.h | 170 static inline int net_offload_bind(struct net_if *iface, in net_offload_bind() function 468 static inline int net_offload_bind(struct net_if *iface,
|
/Zephyr-latest/subsys/net/ip/ |
D | net_context.c | 930 return net_offload_bind(iface, context, addr, addrlen); in net_context_bind() 1037 return net_offload_bind(iface, context, addr, addrlen); in net_context_bind() 1098 return net_offload_bind(iface, in net_context_bind() 1156 return net_offload_bind(iface, in net_context_bind()
|