Home
last modified time | relevance | path

Searched refs:proxy (Results 1 – 25 of 46) sorted by relevance

12

/Zephyr-latest/subsys/net/lib/socks/
Dsocks.c72 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()
DKconfig5 bool "SOCKS5 proxy"
7 Enable SOCKS5 proxy support
13 module-str = Log level for SOCKS proxy
/Zephyr-latest/samples/net/cloud/mqtt_azure/
DKconfig43 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.
DREADME.rst54 the sample behind a proxy:
85 CONFIG_SAMPLE_SOCKS_ADDR="<proxy addr>"
86 CONFIG_SAMPLE_SOCKS_PORT=<proxy port>
/Zephyr-latest/subsys/bluetooth/mesh/
Dpriv_beacon_cli.c64 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()
Dproxy_cli.c149 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()
Dnet.c480 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/
Dsocks5.rst14 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/
Dmqtt_transport_socket_tcp.c33 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()
Dmqtt_transport_socket_tls.c36 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()
Dmqtt.c194 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/
DREADME.rst33 proxy without trigger is 115
35 proxy without trigger is 112
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dod_priv_proxy.c48 SHELL_CMD_ARG(gatt-proxy, NULL, "[Dur(s)]", cmd_od_priv_gatt_proxy_set, 1, 1),
Dpriv_beacon.c147 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,
Dcfg.c392 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/
Dmesh.rst22 mesh/proxy.rst
/Zephyr-latest/samples/net/sockets/echo_client/
DREADME.rst109 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/
DREADME.rst64 proxy: 1 ;
89 - a flag (proxy) that goes on when the distance is below 10cm
/Zephyr-latest/samples/net/mqtt_publisher/
DREADME.rst178 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/
Dcs_stm.rst96 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/
Dmqtt.h466 } proxy; member
Dnet_context.h317 } proxy; member
/Zephyr-latest/subsys/net/lib/lwm2m/
DKconfig613 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/
DREADME.rst78 to proxy it to QEMU later.
/Zephyr-latest/doc/develop/getting_started/
Dinstallation_linux.rst19 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

12