Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dnet_context.h910 static inline void net_context_set_proxy_enabled(struct net_context *context, in net_context_set_proxy_enabled() function
916 static inline void net_context_set_proxy_enabled(struct net_context *context, in net_context_set_proxy_enabled() function
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_inet.c2371 net_context_set_proxy_enabled(ctx, true); in zsock_setsockopt_ctx()