Searched refs:tunnel (Results 1 – 16 of 16) sorted by relevance
/Zephyr-latest/samples/net/sockets/echo_server/src/ |
D | tunnel.c | 18 struct net_if *tunnel; member 37 if (!ud->tunnel && is_tunnel(iface)) { in iface_cb() 38 ud->tunnel = iface; in iface_cb() 139 if (ud.tunnel == NULL) { in init_tunnel() 145 ud.tunnel, ¶ms, sizeof(params)); in init_tunnel() 150 net_if_get_by_iface(ud.tunnel), in init_tunnel() 157 ud.tunnel, ¶ms, sizeof(params)); in init_tunnel() 160 net_if_get_by_iface(ud.tunnel), params.mtu, ret); in init_tunnel() 163 ret = setup_iface(ud.tunnel, in init_tunnel()
|
/Zephyr-latest/samples/net/capture/ |
D | Kconfig | 9 string "Remote IP address of the tunnel interface" 12 Use overlay-tunnel.conf to setup the tunnel support. 15 string "My address for tunnel interface"
|
D | README.rst | 5 Capture network packets and send them to a remote host via IPIP tunnel. 14 remote host via IPIP tunnel. The tunnel can be configured to be in the 49 ./net-setup.sh -c zeth-tunnel.conf 85 tunnel txqueuelen 1000 (IPIP Tunnel) 100 The ``zeth`` is the outer tunnel interface, all the packets go via it. 177 Name : IPv4 tunnel 202 packet will be sent to ``192.0.2.2`` in tunnel to ``2001:db8:200::2`` 204 setting the tunnel endpoint address. 206 The actual captured network packets received at the end of the tunnel will look
|
/Zephyr-latest/tests/net/virtual/ |
D | Kconfig | 9 string "Remote IP address of the tunnel interface" 15 string "My address for tunnel interface" 21 string "Name of the tunnel interface"
|
/Zephyr-latest/samples/net/virtual/ |
D | README.rst | 18 one provides only IPv6 tunnel, and the other only IPv4. These two tunnels 19 are provided by IPIP tunnel. 21 The sample provides tunnel interface which runs on top of the IPv6 tunnel. 39 net-setup.sh -c zeth-tunnel.conf
|
/Zephyr-latest/subsys/net/l2/virtual/ipip/ |
D | Kconfig | 8 Add a IP-to-IP tunnel driver. If this is enabled, then a network 9 interface will be created that will tunnel traffic on top of 25 module-str = Log level for IP-to-IP tunnel
|
/Zephyr-latest/doc/connectivity/networking/ |
D | network_monitoring.rst | 34 The ``net-tools`` project provides a configure file to setup IP-to-IP tunnel 41 ./net-setup.sh -c zeth-tunnel.conf 43 This script will create following IPIP tunnel interfaces: 49 "``zeth-ip6ip``", "IPv6-over-IPv4 tunnel" 50 "``zeth-ipip``", "IPv4-over-IPv4 tunnel" 51 "``zeth-ipip6``", "IPv4-over-IPv6 tunnel" 52 "``zeth-ip6ip6``", "IPv6-over-IPv6 tunnel" 101 The IP address above is the inner tunnel endpoint, and can be changed and 103 containing the captured network packets to the configured IP tunnel, so we 157 remote host where the tunnel is terminated. The address is used to select [all …]
|
/Zephyr-latest/samples/net/sockets/echo_server/ |
D | Kconfig | 64 string "Remote IP address of the tunnel interface" 67 Use overlay-tunnel.conf to setup the tunnel support. 70 string "My address for tunnel interface"
|
D | CMakeLists.txt | 25 target_sources_ifdef(CONFIG_NET_L2_IPIP app PRIVATE src/tunnel.c)
|
D | README.rst | 52 - :file:`overlay-tunnel.conf`
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | capture.rst | 47 then automatically placed to the capture IP tunnel and sent to remote host 78 Virtual name : Capture tunnel 87 host that terminates the tunnel. Zephyr uses this address to select the 88 internal interface to use for the tunnel. In this example it is interface 3. 98 sample :zephyr_file:`samples/net/capture/overlay-tunnel.conf` file.
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | jlink.py | 41 def is_tunnel(tunnel): argument 42 return tunnel.startswith("tunnel:") if tunnel else False
|
/Zephyr-latest/subsys/net/lib/capture/ |
D | Kconfig | 19 The captured network packets are sent using IPIP tunnel
|
/Zephyr-latest/doc/connectivity/bluetooth/autopts/ |
D | autopts-win10.rst | 244 - Check if socat.exe creates tunnel to board. Run in console
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.7.rst | 861 used to read the inner IPv4/IPv6 packets in an IP tunnel. This incoming tunnel read is now
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | Kconfig | 1156 process, allowing provisioners to tunnel their provisioning
|