Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dnet_context.c175 static int check_used_port(struct net_context *context, in check_used_port() function
389 } while (count > 0 && check_used_port(context, in find_available_port()
405 #define check_used_port(...) 0 macro
413 return check_used_port(NULL, NULL, proto, htons(local_port), in net_context_port_in_use()
806 ret = check_used_port(context, iface, in recheck_port()
/Zephyr-latest/doc/releases/
Drelease-notes-2.7.rst1667 * :github:`36276` - NULL pointer access in check_used_port()