Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/net/
Dnet_context.h1390 bool net_context_port_in_use(enum net_ip_protocol ip_proto,
/Zephyr-Core-3.7.0/subsys/net/lib/dns/
Ddns_sd.c666 net_context_port_in_use(proto, port, addr) in port_in_use_sockaddr()
667 || net_context_port_in_use(proto, port, anyp); in port_in_use_sockaddr()
/Zephyr-Core-3.7.0/subsys/net/ip/
Dnet_context.c335 bool net_context_port_in_use(enum net_ip_protocol proto, in net_context_port_in_use() function