Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dconnection.c40 #define NET_CONN_IN_USE BIT(0) macro
140 conn->flags |= NET_CONN_IN_USE; in conn_set_used()
447 if (!(conn->flags & NET_CONN_IN_USE)) { in net_conn_unregister()
475 if (!(conn->flags & NET_CONN_IN_USE)) { in net_conn_update()