| /Zephyr-latest/subsys/net/lib/socks/ | 
| D | socks.c | 72 			      const struct sockaddr *proxy,  in socks5_tcp_connect()  argument 95 				 proxy, proxy_len, NULL, K_NO_WAIT,  in socks5_tcp_connect() 125 	if (proxy->sa_family == AF_INET) {  in socks5_tcp_connect() 139 	} else if (proxy->sa_family == AF_INET6) {  in socks5_tcp_connect() 156 				 proxy, proxy_len, NULL, K_NO_WAIT,  in socks5_tcp_connect() 191 	struct sockaddr proxy;  in net_socks5_connect()  local 202 	ret = net_context_get_option(ctx, NET_OPT_SOCKS5, &proxy, &proxy_len);  in net_socks5_connect() 208 	ret = net_context_connect(ctx, &proxy, proxy_len, NULL,  in net_socks5_connect() 215 	return socks5_tcp_connect(ctx, &proxy, proxy_len, addr, addrlen);  in net_socks5_connect()
  | 
| D | Kconfig | 5 	bool "SOCKS5 proxy" 7 	  Enable SOCKS5 proxy support 13 module-str = Log level for SOCKS proxy
  | 
| /Zephyr-latest/samples/net/cloud/mqtt_azure/ | 
| D | Kconfig | 43 	  Provide proxy address if you are running this application 44 	  behind proxy. 50 	  Provide proxy port if you are running this application 51 	  behind proxy.
  | 
| D | README.rst | 54 the sample behind a proxy: 85 	CONFIG_SAMPLE_SOCKS_ADDR="<proxy addr>" 86 	CONFIG_SAMPLE_SOCKS_PORT=<proxy port>
  | 
| /Zephyr-latest/subsys/bluetooth/mesh/ | 
| D | priv_beacon_cli.c | 64 	uint8_t proxy;  in handle_gatt_proxy_status()  local 66 	proxy = net_buf_simple_pull_u8(buf);  in handle_gatt_proxy_status() 68 	if (proxy != BT_MESH_GATT_PROXY_DISABLED &&  in handle_gatt_proxy_status() 69 	    proxy != BT_MESH_GATT_PROXY_ENABLED &&  in handle_gatt_proxy_status() 70 	    proxy != BT_MESH_GATT_PROXY_NOT_SUPPORTED) {  in handle_gatt_proxy_status() 71 		LOG_WRN("Invalid GATT proxy value 0x%02x", proxy);  in handle_gatt_proxy_status() 77 		*rsp = proxy;  in handle_gatt_proxy_status() 83 		cli->cb->priv_gatt_proxy_status(cli, ctx->addr, proxy);  in handle_gatt_proxy_status()
  | 
| D | proxy_cli.c | 149 static const struct bt_mesh_gatt_cli proxy = {  variable 272 		err = bt_mesh_gatt_cli_connect(info->addr, &proxy, res.srv);  in handle_net_id()
  | 
| D | net.c | 480 		       enum bt_mesh_nonce_type proxy)  in net_encrypt()  argument 484 	err = bt_mesh_net_encrypt(&cred->enc, buf, iv_index, proxy);  in net_encrypt() 626 	bool proxy = (rx->net_if == BT_MESH_NET_IF_PROXY_CFG);  in net_decrypt()  local 664 				   proxy) == 0;  in net_decrypt()
  | 
| /Zephyr-latest/doc/connectivity/networking/api/ | 
| D | socks5.rst | 14 to peer devices via a network proxy. 27 Application wanting to use the SOCKS5 must set the SOCKS5 proxy host address 50 application can call to setup SOCKS5 proxy. See :zephyr:code-sample:`mqtt-publisher`
  | 
| /Zephyr-latest/subsys/net/lib/mqtt/ | 
| D | mqtt_transport_socket_tcp.c | 33 	if (client->transport.proxy.addrlen != 0) {  in mqtt_client_tcp_connect() 36 				 &client->transport.proxy.addr,  in mqtt_client_tcp_connect() 37 				 client->transport.proxy.addrlen);  in mqtt_client_tcp_connect()
  | 
| D | mqtt_transport_socket_tls.c | 36 	if (client->transport.proxy.addrlen != 0) {  in mqtt_client_tls_connect() 39 				 &client->transport.proxy.addr,  in mqtt_client_tls_connect() 40 				 client->transport.proxy.addrlen);  in mqtt_client_tls_connect()
  | 
| D | mqtt.c | 194 		client->transport.proxy.addrlen = addrlen;  in mqtt_client_set_proxy() 195 		memcpy(&client->transport.proxy.addr, proxy_addr, addrlen);  in mqtt_client_set_proxy()
  | 
| /Zephyr-latest/samples/sensor/apds9960/ | 
| D | README.rst | 33         proxy without trigger is 115 35         proxy without trigger is 112
  | 
| /Zephyr-latest/subsys/bluetooth/mesh/shell/ | 
| D | od_priv_proxy.c | 48 	SHELL_CMD_ARG(gatt-proxy, NULL, "[Dur(s)]", cmd_od_priv_gatt_proxy_set, 1, 1),
  | 
| D | priv_beacon.c | 147 	SHELL_CMD_ARG(priv-gatt-proxy-get, NULL, NULL, cmd_priv_gatt_proxy_get, 1, 0), 148 	SHELL_CMD_ARG(priv-gatt-proxy-set, NULL, "Val(off, on)> ", cmd_priv_gatt_proxy_set,
  | 
| D | cfg.c | 392 	uint8_t proxy;  in cmd_gatt_proxy()  local 397 						 bt_mesh_shell_target_ctx.dst, &proxy);  in cmd_gatt_proxy() 407 						 bt_mesh_shell_target_ctx.dst, val, &proxy);  in cmd_gatt_proxy() 415 	shell_print(sh, "GATT Proxy is set to 0x%02x", proxy);  in cmd_gatt_proxy() 1878 	SHELL_CMD_ARG(gatt-proxy, NULL, "[Val(off, on)]", cmd_gatt_proxy, 1, 1),
  | 
| /Zephyr-latest/doc/connectivity/bluetooth/api/ | 
| D | mesh.rst | 22    mesh/proxy.rst
  | 
| /Zephyr-latest/samples/net/sockets/echo_client/ | 
| D | README.rst | 109 SOCKS5 proxy support 112 It is also possible to connect to the echo-server through a SOCKS5 proxy. 116 By default, to make the testing easier, the proxy is expected to run on the 119 To start a proxy server, for example a builtin SOCKS server support in ssh 123 For IPv4 proxy server: 129 For IPv6 proxy server: 137 To connect to a proxy server that is not running under the same IP as the
  | 
| /Zephyr-latest/samples/boards/96boards/argonkey/sensors/ | 
| D | README.rst | 64     proxy: 1  ; 89 - a flag (proxy) that goes on when the distance is below 10cm
  | 
| /Zephyr-latest/samples/net/mqtt_publisher/ | 
| D | README.rst | 178 SOCKS5 proxy support 181 It is also possible to connect to the MQTT broker through a SOCKS5 proxy. 185 By default, to make the testing easier, the proxy is expected to run on the 188 To start a proxy server, ``ssh`` can be used. 195 To connect to a proxy server that is not running under the same IP as the MQTT
  | 
| /Zephyr-latest/doc/services/logging/ | 
| D | cs_stm.rst | 96 If ETR RAM buffer is used then buffer owner core (``proxy``) is responsible for handling that data. 97 If dictionary-based logging is used then proxy just sends data as-is over UART. 98 If standalone logging is used then proxy is using :ref:`cs_trace_defmt` and 110 If the data goes to the ETR buffer, the proxy core's responsibility is to dump this data. 129 required to have it enabled too since it acts as the proxy (ETR buffer processing). All cores must … 191 required to have it enabled too since it acts as the proxy (ETR buffer processing). All cores must …
  | 
| /Zephyr-latest/include/zephyr/net/ | 
| D | mqtt.h | 466 	} proxy;  member
  | 
| D | net_context.h | 317 		} proxy;  member
  | 
| /Zephyr-latest/subsys/net/lib/lwm2m/ | 
| D | Kconfig | 613 	bool "Firmware Update object pull via CoAP-CoAP/HTTP proxy support" 616 	  Include support for pulling firmware file via a CoAP-CoAP/HTTP proxy. 619 	string "CoAP proxy network address" 622 	  Network address of the CoAP proxy server.
  | 
| /Zephyr-latest/samples/bluetooth/hci_uart_async/ | 
| D | README.rst | 78    to proxy it to QEMU later.
  | 
| /Zephyr-latest/doc/develop/getting_started/ | 
| D | installation_linux.rst | 19    need to configure a proxy for accessing the internet, if you haven't 21    ``http_proxy`` and ``https_proxy`` to get their proxy settings, some
  |