Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dnet_context.h1316 NET_OPT_REUSEPORT = 10, /**< Re-use port */ enumerator
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_inet.c1824 NET_OPT_REUSEPORT, in zsock_getsockopt_ctx()
2256 NET_OPT_REUSEPORT, in zsock_setsockopt_ctx()
/Zephyr-latest/subsys/net/ip/
Dnet_context.c3623 case NET_OPT_REUSEPORT: in net_context_set_option()
3716 case NET_OPT_REUSEPORT: in net_context_get_option()