/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/ |
H A D | altcp_proxyconnect.c | 3 * Application layered TCP connection API that executes a proxy-connect. 5 * This file provides a starting layer that executes a proxy-connect e.g. to 6 * set up TLS connections through a http proxy. 94 "Proxy-Connection: keep-alive\r\n" \ 99 /* Format the http proxy connect request via snprintf */ 106 /* Create and send the http proxy connect request */ 174 /* send proxy connect request here */ in altcp_proxyconnect_lower_connected() 181 * This one mainly differs between connection setup (wait for proxy OK string) 337 /** Allocate a new altcp layer connecting through a proxy. 340 * @param config struct altcp_proxyconnect_config that contains the proxy settings [all …]
|
H A D | http_client.c | 108 /* GET request with proxy */ 117 /* GET request with proxy (non-default server port) */ 623 * @param settings connection settings (callbacks, proxy, etc.) 668 * @param settings connection settings (callbacks, proxy, etc.) 810 * @param settings connection settings (callbacks, proxy, etc.) 862 * @param settings connection settings (callbacks, proxy, etc.)
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/ |
H A D | proxy.h | 2 * @brief Bluetooth Mesh Proxy APIs. 14 * @brief Bluetooth Mesh Proxy 15 * @defgroup bt_mesh_proxy Bluetooth Mesh Proxy 23 * This API requires that GATT Proxy support has been enabled. Once called
|
H A D | mesh.h | 24 #include "proxy.h"
|
H A D | cfg_srv.h | 28 u8_t gatt_proxy; /* GATT Proxy state */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/ |
H A D | altcp_proxyconnect.h | 3 * Application layered TCP connection API that executes a proxy-connect. 5 * This file provides a starting layer that executes a proxy-connect e.g. to 6 * set up TLS connections through a http proxy. 67 struct altcp_proxyconnect_config proxy; member
|
H A D | snmp_threadsync.h | 84 /** SNMP thread sync proxy leaf node */ 97 /** Create thread sync proxy node */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | proxy.c | 28 #include "proxy.h" 49 * @brief Mesh Proxy Service 69 * @brief Mesh Proxy Data In 74 * @brief Mesh Proxy Data Out 307 BT_ERR("Encoding Proxy cfg message failed (err %d)", err); in send_filter_status() 313 BT_ERR("Failed to send proxy cfg message (err %d)", err); in send_filter_status() 327 BT_ERR("Failed to decode Proxy Configuration (err %d)", err); in proxy_cfg() 337 BT_WARN("Too short proxy configuration PDU"); in proxy_cfg() 520 BT_WARN("Too small Proxy PDU"); in proxy_recv() 526 BT_WARN("Proxy PDU type doesn't match GATT service"); in proxy_recv() [all …]
|
H A D | crypto.h | 129 u32_t iv_index, bool proxy); 132 u32_t iv_index, bool proxy);
|
H A D | net.c | 26 #include "proxy.h" 791 bool proxy) in bt_mesh_net_encode() argument 846 err = bt_mesh_net_encrypt(enc, buf, BT_MESH_NET_IVI_TX, proxy); in bt_mesh_net_encode() 877 /* Deliver to GATT Proxy Clients if necessary. Mesh spec 3.4.5.2: in bt_mesh_net_send() 886 * through the Mesh Proxy. in bt_mesh_net_send() 1112 * then we should only relay it if the GATT Proxy state is enabled. 1214 /* Sending to the GATT bearer should only happen if GATT Proxy in bt_mesh_net_relay()
|
H A D | crypto.c | 542 #endif /* PROXY */ 597 u32_t iv_index, bool proxy) in bt_mesh_net_encrypt() argument 608 if (proxy) { in bt_mesh_net_encrypt() 629 u32_t iv_index, bool proxy) in bt_mesh_net_decrypt() argument 639 if (proxy) { in bt_mesh_net_decrypt()
|
H A D | adv.c | 26 #include "proxy.h" 163 BT_DBG("Proxy Advertising up to %d ms", timeout); in mesh_adv_thread()
|
H A D | glue.c | 683 int bt_le_adv_stop(bool proxy) in bt_le_adv_stop() argument 688 if (proxy) { in bt_le_adv_stop() 747 int bt_le_adv_stop(bool proxy) in bt_le_adv_stop() argument
|
/nrf52832-nimble/packages/NimBLE-latest/docs/mesh/ |
H A D | index.rst | 34 - Proxy - receive and retransmit mesh messages between GATT and advertising bearers. 53 - Uses standard GATT service (one for Provisioning and one for Proxy) 95 - GATT Proxy
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | ipcp.h | 90 #if 0 /* UNUSED - PROXY ARP */ 91 unsigned int proxy_arp :1; /* Make proxy ARP entry for peer? */ 92 #endif /* UNUSED - PROXY ARP */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | ipcp.h | 94 #if 0 /* UNUSED - PROXY ARP */ 95 unsigned int proxy_arp :1; /* Make proxy ARP entry for peer? */ 96 #endif /* UNUSED - PROXY ARP */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 34 Enable proxy. This is automatically set whenever BLE_MESH_PB_GATT or 46 This option enables support for the Mesh GATT Proxy Service, 47 i.e. the ability to act as a proxy between a Mesh GATT Client 62 This option specifies how many Proxy Filter entries the local 412 Use this option to enable Proxy protocol debug logs.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/ |
H A D | snmp_threadsync.h | 84 /** SNMP thread sync proxy leaf node */ 97 /** Create thread sync proxy node */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | altcp.c | 19 * e.g. add SSL/TLS (see LWIP_ALTCP_TLS) or proxy-connect support to an application 26 * on top of TCP without knowing the details (e.g. TLS, proxy connection). 55 * * Another altcp layer is proxy-connect to use TLS behind a HTTP proxy (see
|
H A D | altcp_alloc.c | 7 * on top of TCP without knowing the details (e.g. TLS, proxy connection).
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | ipcp.c | 100 static int proxy_arp_set[NUM_PPP]; /* Have created proxy arp entry */ 220 "Add proxy ARP entry", OPT_ENABLE|1, &ipcp_allowoptions[0].proxy_arp }, 1866 #if 0 /* UNUSED - PROXY ARP */ 1870 #endif /* UNUSED - PROXY ARP */ 2016 #if 0 /* UNUSED - PROXY ARP */ in ipcp_up() 2017 /* Make a proxy ARP entry if requested. */ in ipcp_up() 2021 #endif /* UNUSED - PROXY ARP */ in ipcp_up() 2075 #if 0 /* UNUSED - PROXY ARP */ in ipcp_up() 2076 /* Make a proxy ARP entry if requested. */ in ipcp_up() 2080 #endif /* UNUSED - PROXY ARP */ in ipcp_up() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | ipcp.c | 100 static int proxy_arp_set[NUM_PPP]; /* Have created proxy arp entry */ 220 "Add proxy ARP entry", OPT_ENABLE|1, &ipcp_allowoptions[0].proxy_arp }, 1866 #if 0 /* UNUSED - PROXY ARP */ 1870 #endif /* UNUSED - PROXY ARP */ 2016 #if 0 /* UNUSED - PROXY ARP */ in ipcp_up() 2017 /* Make a proxy ARP entry if requested. */ in ipcp_up() 2021 #endif /* UNUSED - PROXY ARP */ in ipcp_up() 2075 #if 0 /* UNUSED - PROXY ARP */ in ipcp_up() 2076 /* Make a proxy ARP entry if requested. */ in ipcp_up() 2080 #endif /* UNUSED - PROXY ARP */ in ipcp_up() [all …]
|
/nrf52832-nimble/ |
H A D | README.md | 15 - 支持 BLE Mesh(PB-GATT and PB-ADV provisioning, Relay support, GATT Proxy ....)
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/ |
H A D | Makefile.mesh | 40 $(NIMBLE_ROOT)/nimble/host/mesh/src/proxy.c \
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | altcp_tcp.h | 7 * on top of TCP without knowing the details (e.g. TLS, proxy connection).
|