Searched refs:check_used_port (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.6.0/subsys/net/ip/ |
D | net_context.c | 159 static int check_used_port(struct net_if *iface, in check_used_port() function 316 } while (check_used_port(NULL, net_context_get_proto(context), in find_available_port() 322 #define check_used_port(...) 0 macro 330 return check_used_port(NULL, proto, htons(local_port), local_addr, false, false) != 0; in net_context_port_in_use() 793 ret = check_used_port(iface, in net_context_bind() 893 ret = check_used_port(iface, in net_context_bind()
|
/Zephyr-Core-3.6.0/doc/releases/ |
D | release-notes-2.7.rst | 1667 * :github:`36276` - NULL pointer access in check_used_port()
|