Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dnet_context.h935 static inline bool net_context_is_proxy_enabled(struct net_context *context) in net_context_is_proxy_enabled() function
940 static inline bool net_context_is_proxy_enabled(struct net_context *context) in net_context_is_proxy_enabled() function
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_inet.c343 if (net_context_is_proxy_enabled(ctx)) { in zsock_connect_ctx()