Home
last modified time | relevance | path

Searched refs:net (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/Zephyr-Core-2.7.6/subsys/net/lib/
DKconfig6 source "subsys/net/lib/coap/Kconfig"
8 source "subsys/net/lib/dns/Kconfig"
10 source "subsys/net/lib/mqtt/Kconfig"
12 source "subsys/net/lib/tftp/Kconfig"
14 source "subsys/net/lib/http/Kconfig"
16 source "subsys/net/lib/websocket/Kconfig"
18 source "subsys/net/lib/lwm2m/Kconfig"
20 source "subsys/net/lib/socks/Kconfig"
22 source "subsys/net/lib/sntp/Kconfig"
28 source "subsys/net/lib/config/Kconfig"
[all …]
/Zephyr-Core-2.7.6/doc/reference/networking/
Dnet_shell.rst8 Note that ``net-shell`` should probably not be used in production code
12 The following net-shell commands are implemented:
14 .. csv-table:: net-shell commands
18 "net allocs", "Print network memory allocations. Only available if
20 "net arp", "Print information about IPv4 ARP cache. Only available if
22 "net capture", "Monitor network traffic See :ref:`network_monitoring`
24 "net conn", "Print information about network connections."
25 "net dns", "Show how DNS is configured. The command can also be used to
27 "net events", "Enable network event monitoring. Only available if
29 "net gptp", "Print information about gPTP support. Only available if
[all …]
/Zephyr-Core-2.7.6/scripts/net/
DREADME.txt2 the network test applications Docker container provided by the 'net-tools'
3 Zephyr project, https://github.com/zephyrproject-rtos/net-tools.
10 'net-tools' Docker container has been created, see the first bullet point
11 at the net-tools Docker README file
12 https://github.com/zephyrproject-rtos/net-tools/blob/master/README.docker.
17 * Check out the net-tools project from github or update it with west
18 * Change working directory to the net-tools repository
20 * Run 'docker build -t net-tools .'
22 This creates a Docker image called 'net-tools' which the script will need as
29 The scripts/net/run-sample-tests.sh shell script can be used in two ways:
[all …]
Drun-sample-tests.sh5 image=net-tools
6 name=net-tools
7 network=net-tools0
220 docker container exec net-tools $test || return $?
286 $BASENAME [-Z <zephyr base directory>] [-N <net-tools base directory>] [<list of test directories>]
293 -N|--net-tools-dir <dir>
294 set net-tools directory
333 -N|--net-tools-dir)
/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/
Dshell.c42 } net = { variable
191 net.local = addr; in prov_complete()
192 net.net_idx = net_idx, in prov_complete()
193 net.dst = addr; in prov_complete()
202 net.net_idx = net_idx, in prov_node_added()
203 net.dst = addr; in prov_node_added()
413 if (addr == net.local) { in cmd_reset()
420 err = bt_mesh_cfg_node_reset(net.net_idx, net.dst, &reset); in cmd_reset()
582 err = bt_mesh_cfg_comp_data_get(net.net_idx, net.dst, page, &page, in cmd_get_comp()
602 shell_print(shell, "Got Composition Data for 0x%04x:", net.dst); in cmd_get_comp()
[all …]
/Zephyr-Core-2.7.6/subsys/net/ip/
DKconfig.debug18 source "subsys/net/Kconfig.template.log_config.net"
52 source "subsys/net/Kconfig.template.log_config.net"
58 source "subsys/net/Kconfig.template.log_config.net"
64 source "subsys/net/Kconfig.template.log_config.net"
70 source "subsys/net/Kconfig.template.log_config.net"
76 source "subsys/net/Kconfig.template.log_config.net"
82 source "subsys/net/Kconfig.template.log_config.net"
88 source "subsys/net/Kconfig.template.log_config.net"
DKconfig.ipv491 source "subsys/net/Kconfig.template.log_config.net"
97 source "subsys/net/Kconfig.template.log_config.net"
104 source "subsys/net/Kconfig.template.log_config.net"
112 source "subsys/net/Kconfig.template.log_config.net"
/Zephyr-Core-2.7.6/samples/net/sockets/tcp/
DREADME.rst15 Compile and start the `net-test-tools`_:
27 cd samples/net/sockets/tcp
32 Compile and run the TCP2 sanity check `net-test-suites`_:
42 .. _`net-test-tools`: https://github.com/intel/net-test-tools
43 .. _`net-test-suites`: https://github.com/intel/net-test-suites
/Zephyr-Core-2.7.6/samples/net/eth_native_posix/
DREADME.rst14 :zephyr_file:`samples/net/eth_native_posix`.
23 :zephyr-app: samples/net/eth_native_posix
45 execute the ``net-setup.sh`` script from Zephyr `net-tools`_ repository.
48 While running ``net-setup.sh`` requires root access, afterwards Zephyr
51 You can run the ``net-setup.sh`` script like this::
53 cd net-tools
54 sudo ./net-setup.sh
58 sudo ./net-setup.sh --config ./zeth-vlan.conf
60 See also other command line options by typing ``net-setup.sh --help``.
72 :zephyr_file:`samples/net/eth_native_posix/prj.conf` as a base.
[all …]
/Zephyr-Core-2.7.6/samples/net/sockets/net_mgmt/
DREADME.rst1 .. _sockets-net-mgmt-sample:
9 The net-mgmt-socket sample application for Zephyr implements a listener
13 :zephyr_file:`samples/net/sockets/net_mgmt`.
27 Build net-mgmt socket sample application like this:
30 :zephyr-app: samples/net/sockets/net_mgmt
39 :zephyr-app: samples/net/sockets/net_mgmt
/Zephyr-Core-2.7.6/drivers/modem/
DCMakeLists.txt18 zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/net/ip)
23 zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/net/ip)
28 zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/net/ip)
33 zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/net/ip)
38 zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/net/ip)
/Zephyr-Core-2.7.6/doc/guides/networking/
Dnative_posix_setup.rst21 On the Linux Host, fetch the Zephyr ``net-tools`` project, which is located
26 git clone https://github.com/zephyrproject-rtos/net-tools
34 * Terminal #1 is terminal window with net-tools being the current
35 directory (``cd net-tools``)
51 ./net-setup.sh
53 You can tweak the behavior of the net-setup.sh script. See various options
54 by running ``net-setup.sh`` like this:
58 ./net-setup.sh --help
69 :zephyr-app: samples/net/sockets/echo_server
Dnetwork_monitoring.rst16 See also the :ref:`net-capture-sample` sample application from the Zephyr
25 On the Linux Host, fetch the Zephyr ``net-tools`` project, which is located
30 git clone https://github.com/zephyrproject-rtos/net-tools
32 The ``net-tools`` project provides a configure file to setup IP-to-IP tunnel
39 ./net-setup.sh -c zeth-tunnel.conf
57 ``net-capture.py`` script from ``net-tools`` project to print or save the
58 captured network packets. The ``net-capture.py`` provides an UDP listener,
64 $ ./net-capture.py -i zeth-ip6ip -w capture.pcap
74 The ``net-capture.py`` has following command line options:
79 ./net-capture.py \
[all …]
Dqemu_eth_setup.rst21 On the Linux Host, fetch the Zephyr ``net-tools`` project, which is located
26 git clone https://github.com/zephyrproject-rtos/net-tools
34 * Terminal #1 is terminal window with net-tools being the current
35 directory (``cd net-tools``)
59 ./net-setup.sh
61 You can tweak the behavior of the ``net-setup.sh`` script. See various options
62 by running ``net-setup.sh`` like this:
66 ./net-setup.sh --help
78 :zephyr-app: samples/net/sockets/echo_server
Dnetworking_with_multiple_instances.rst18 On the Linux Host, fetch the Zephyr ``net-tools`` project, which is located
23 git clone https://github.com/zephyrproject-rtos/net-tools
30 * Terminal #1 and #2 are terminal windows with net-tools being the current
31 directory (``cd net-tools``)
51 For Zephyr instance #1, create file called ``zephyr1.conf`` to ``net-tools``
70 For Zephyr instance #2, create file called ``zephyr2.conf`` to ``net-tools``
93 The following ``net-setup.sh`` commands should be typed in net-tools
94 directory (``cd net-tools``).
100 ./net-setup.sh -c zephyr1.conf -i zeth.1
106 ./net-setup.sh -c zephyr2.conf -i zeth.2
[all …]
/Zephyr-Core-2.7.6/tests/net/socket/tls_ext/
DCMakeLists.txt12 ${ZEPHYR_BASE}/samples/net/sockets/echo_server/src/ca.der
18 ${ZEPHYR_BASE}/samples/net/sockets/echo_server/src/server.der
24 ${ZEPHYR_BASE}/samples/net/sockets/echo_server/src/server_privkey.der
32 ${ZEPHYR_BASE}/samples/net/sockets/echo_server/src/server.der
38 ${ZEPHYR_BASE}/samples/net/sockets/echo_server/src/server_privkey.der
/Zephyr-Core-2.7.6/subsys/net/l2/
DKconfig52 source "subsys/net/Kconfig.template.log_config.net"
69 source "subsys/net/l2/virtual/Kconfig"
71 source "subsys/net/l2/ethernet/Kconfig"
73 source "subsys/net/l2/ppp/Kconfig"
75 source "subsys/net/l2/ieee802154/Kconfig"
77 source "subsys/net/l2/openthread/Kconfig"
79 source "subsys/net/l2/canbus/Kconfig"
94 source "subsys/net/Kconfig.template.log_config.net"
/Zephyr-Core-2.7.6/samples/net/virtual/
DREADME.rst20 :zephyr_file:`samples/net/virtual`.
30 The `net-tools`_ project provides a configuration that can be used
35 net-setup.sh -c zeth-tunnel.conf
41 :zephyr-app: samples/net/virtual
46 .. _`net-tools`: https://github.com/zephyrproject-rtos/net-tools
/Zephyr-Core-2.7.6/samples/net/sockets/http_client/
DREADME.rst13 :zephyr_file:`samples/net/sockets/http_client`.
29 :zephyr-app: samples/net/sockets/http_client
42 :zephyr-app: samples/net/sockets/http_client
52 :zephyr_file:`samples/net/sockets/http_client/src/` directory.
55 `net-tools <https://github.com/zephyrproject-rtos/net-tools>`_ project, enable
63 and run the ``http-server.py`` (from net-tools) on a Linux host.
76 :zephyr-app: samples/net/sockets/http_client
88 ``https-server.py`` program in net-tools project.
/Zephyr-Core-2.7.6/samples/net/sockets/websocket_client/
DREADME.rst14 :zephyr_file:`samples/net/sockets/websocket_client`.
30 :zephyr-app: samples/net/sockets/websocket_client
43 :zephyr-app: samples/net/sockets/websocket_client
53 :zephyr_file:`samples/net/sockets/websocket_client/src/` directory.
60 and run the ``zephyr-websocket-server.py`` (from net-tools) on a Linux host.
81 :zephyr-app: samples/net/sockets/websocket_client
93 `net-tools <https://github.com/zephyrproject-rtos/net-tools>`_ project, does
/Zephyr-Core-2.7.6/samples/net/vlan/
DREADME.rst10 The application sample enables net-shell and allows users to view VLAN settings.
13 :zephyr_file:`samples/net/vlan`.
25 file when running *net-setup.sh* script in Linux like this:
29 ./net-setup.sh -c zeth-vlan.conf
37 :zephyr-app: samples/net/vlan
52 The :zephyr_file:`samples/net/vlan/vlan-setup-linux.sh` provides a script that
/Zephyr-Core-2.7.6/samples/net/syslog_net/
DREADME.rst1 .. _syslog-net-sample:
3 Syslog net Application
15 :zephyr_file:`samples/net/syslog_net`.
48 :zephyr-app: samples/net/syslog_net
/Zephyr-Core-2.7.6/samples/net/gptp/
DREADME.rst11 queues) and setup VLANs (if enabled). The net-shell is also enabled so that
15 :zephyr_file:`samples/net/gptp`.
35 :zephyr-app: samples/net/gptp
40 The net-shell command "**net gptp**" will print out general gPTP information.
41 For port 1, the command "**net gptp 1**" will print detailed information about
50 :zephyr_file:`samples/net/vlan/vlan-setup-linux.sh` provides a script that can be
53 the ``net-setup.sh`` will create VLAN setup automatically with this command:
57 ./net-setup.sh -c zeth-vlan.conf
134 git clone git://git.code.sf.net/p/linuxptp/code
153 You need to enable the ports in the net-tools. If the number of ports is set
[all …]
/Zephyr-Core-2.7.6/subsys/net/l2/ethernet/
DKconfig17 source "subsys/net/Kconfig.template.log_config.net"
73 source "subsys/net/Kconfig.template.log_config.net"
76 source "subsys/net/l2/ethernet/gptp/Kconfig"
77 source "subsys/net/l2/ethernet/lldp/Kconfig"
91 source "subsys/net/Kconfig.template.log_config.net"
/Zephyr-Core-2.7.6/samples/net/capture/
DREADME.rst9 This application will setup the device so that net-shell can be used
29 :zephyr-app: samples/net/capture
39 The ``net-tools`` project contains ``net-setup.sh`` script that can be used to setup
46 ./net-setup.sh -c zeth-tunnel.conf
108 uart:~$ net iface
145 uart:~$ net capture setup 192.0.2.2 2001:db8:200::1 2001:db8:200::2
146 Capture setup done, next enable it by "net capture enable <idx>"
148 The ``net capture`` command will show current configuration. As we have not
153 uart:~$ net capture
163 uart:~$ net capture enable 2
[all …]

12345678910>>...14