Home
last modified time | relevance | path

Searched refs:net_context_is_bound_to_iface (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Dnet_context.c201 if (net_context_is_bound_to_iface(&contexts[i])) { in check_used_port()
868 if (net_context_is_bound_to_iface(context)) { in net_context_bind()
977 if (net_context_is_bound_to_iface(context)) { in net_context_bind()
1930 if (net_context_is_bound_to_iface(context)) { in get_context_mtu()
1973 if (net_context_is_bound_to_iface(context)) { in get_context_mcast_ifindex()
2294 !net_context_is_bound_to_iface(context)) { in context_sendto()
2359 !net_context_is_bound_to_iface(context)) { in context_sendto()
3358 if (net_context_is_bound_to_iface(context)) { in set_context_ipv6_mtu()
Dconnection.c257 net_context_is_bound_to_iface(conn->context)) { in conn_find_handler()
716 net_context_is_bound_to_iface(conn->context) && in net_conn_input()
/Zephyr-latest/include/zephyr/net/
Dnet_context.h450 static inline bool net_context_is_bound_to_iface(struct net_context *context) in net_context_is_bound_to_iface() function