Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/socks/
Dsocks.c202 ret = net_context_get_option(ctx, NET_OPT_SOCKS5, &proxy, &proxy_len); in net_socks5_connect()
/Zephyr-latest/include/zephyr/net/
Dnet_context.h1309 NET_OPT_SOCKS5 = 3, /**< SOCKS5 */ enumerator
/Zephyr-latest/subsys/net/ip/
Dnet_context.c3564 case NET_OPT_SOCKS5: in net_context_set_option()
3657 case NET_OPT_SOCKS5: in net_context_get_option()
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_inet.c2365 NET_OPT_SOCKS5, in zsock_setsockopt_ctx()