Home
last modified time | relevance | path

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

12345678910>>...22

/Zephyr-latest/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/mqtt_sn/Kconfig"
14 source "subsys/net/lib/ptp/Kconfig"
16 source "subsys/net/lib/tftp/Kconfig"
18 source "subsys/net/lib/http/Kconfig"
20 source "subsys/net/lib/websocket/Kconfig"
22 source "subsys/net/lib/lwm2m/Kconfig"
24 source "subsys/net/lib/socks/Kconfig"
[all …]
/Zephyr-latest/doc/connectivity/networking/api/
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 …]
Dwifi.rst37 in PEM format are committed to the repo at :zephyr_file:`samples/net/wifi/test_certs` and the durin…
43 $ cp client.pem samples/net/wifi/test_certs/
44 $ cp client-key.pem samples/net/wifi/test_certs/
45 $ cp ca.pem samples/net/wifi/test_certs/
46 $ cp client2.pem samples/net/wifi/test_certs/
47 $ cp client-key2.pem samples/net/wifi/test_certs/
48 $ cp ca2.pem samples/net/wifi/test_certs/
49 $ west build -p -b <board> samples/net/wifi -- -DEXTRA_CONF_FILE=overlay-enterprise.conf
55 …$ west build -p -b <board> samples/net/wifi -- -DEXTRA_CONF_FILE=overlay-enterprise-variable-bufs.…
/Zephyr-latest/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 …]
/Zephyr-latest/subsys/net/
DKconfig25 source "subsys/net/Kconfig.hostname"
27 source "subsys/net/l2/Kconfig"
29 source "subsys/net/ip/Kconfig"
31 source "subsys/net/pkt_filter/Kconfig"
33 source "subsys/net/lib/Kconfig"
35 source "subsys/net/conn_mgr/Kconfig"
/Zephyr-latest/subsys/net/l2/wifi/
DCMakeLists.txt4 zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/net/ip)
6 CONFIG_NET_L2_WIFI_SHELL ${ZEPHYR_BASE}/subsys/net/lib/shell
38 ${ZEPHYR_BASE}/samples/net/wifi/test_certs/client.pem
44 ${ZEPHYR_BASE}/samples/net/wifi/test_certs/client-key.pem
50 ${ZEPHYR_BASE}/samples/net/wifi/test_certs/ca.pem
56 ${ZEPHYR_BASE}/samples/net/wifi/test_certs/client2.pem
62 ${ZEPHYR_BASE}/samples/net/wifi/test_certs/client-key2.pem
68 ${ZEPHYR_BASE}/samples/net/wifi/test_certs/ca2.pem
74 ${ZEPHYR_BASE}/samples/net/wifi/test_certs/server.pem
80 ${ZEPHYR_BASE}/samples/net/wifi/test_certs/server-key.pem
/Zephyr-latest/samples/net/sockets/tcp/
DREADME.rst16 Compile and start the `net-test-tools`_:
28 cd samples/net/sockets/tcp
33 Compile and run the TCP sanity check `net-test-suites`_:
43 .. _`net-test-tools`: https://github.com/intel/net-test-tools
44 .. _`net-test-suites`: https://github.com/intel/net-test-suites
/Zephyr-latest/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"
/Zephyr-latest/tests/bsim/net/
Dcompile.sh14 app=samples/net/sockets/echo_server conf_overlay=overlay-802154.conf compile
15 app=tests/bsim/net/sockets/echo_test conf_overlay=overlay-802154.conf compile
17 app=samples/net/sockets/echo_server conf_overlay=overlay-ot.conf compile
18 app=tests/bsim/net/sockets/echo_test conf_overlay=overlay-ot.conf compile
/Zephyr-latest/doc/connectivity/networking/
Dqemu_eth_setup.rst21 On the Linux Host, find the Zephyr `net-tools`_ project, which can either be
22 found in a Zephyr standard installation under the ``tools/net-tools`` directory
27 git clone https://github.com/zephyrproject-rtos/net-tools
35 * Terminal #1 is terminal window with net-tools being the current
36 directory (``cd net-tools``)
62 ./net-setup.sh
64 You can tweak the behavior of the ``net-setup.sh`` script. See various options
65 by running ``net-setup.sh`` like this:
69 ./net-setup.sh --help
81 :zephyr-app: samples/net/sockets/echo_server
[all …]
Dnative_sim_setup.rst24 On the Linux Host, find the Zephyr `net-tools`_ project, which can either be
25 found in a Zephyr standard installation under the ``tools/net-tools`` directory
30 git clone https://github.com/zephyrproject-rtos/net-tools
38 * Terminal #1 is terminal window with net-tools being the current
39 directory (``cd net-tools``)
55 ./net-setup.sh
57 You can tweak the behavior of the net-setup.sh script. See various options
58 by running ``net-setup.sh`` like this:
62 ./net-setup.sh --help
73 :zephyr-app: samples/net/sockets/echo_server
[all …]
Dnetworking_with_multiple_instances.rst18 On the Linux Host, find the Zephyr `net-tools`_ project, which can either be
19 found in a Zephyr standard installation under the ``tools/net-tools`` directory
24 git clone https://github.com/zephyrproject-rtos/net-tools
31 * Terminal #1 and #2 are terminal windows with net-tools being the current
32 directory (``cd net-tools``)
52 For Zephyr instance #1, create file called ``zephyr1.conf`` to ``net-tools``
71 For Zephyr instance #2, create file called ``zephyr2.conf`` to ``net-tools``
94 The following ``net-setup.sh`` commands should be typed in net-tools
95 directory (``cd net-tools``).
101 ./net-setup.sh -c zephyr1.conf -i zeth.1
[all …]
Dnetwork_monitoring.rst16 See also the :zephyr:code-sample:`net-capture` sample application from the Zephyr
26 On the Linux Host, find the Zephyr `net-tools`_ project, which can either be
27 found in a Zephyr standard installation under the ``tools/net-tools`` directory
32 git clone https://github.com/zephyrproject-rtos/net-tools
34 The ``net-tools`` project provides a configure file to setup IP-to-IP tunnel
41 ./net-setup.sh -c zeth-tunnel.conf
59 ``net-capture.py`` script from ``net-tools`` project to print or save the
60 captured network packets. The ``net-capture.py`` provides an UDP listener,
66 $ ./net-capture.py -i zeth-ip6ip -w capture.pcap
76 The ``net-capture.py`` has following command line options:
[all …]
/Zephyr-latest/subsys/net/l2/
DKconfig14 source "subsys/net/l2/dummy/Kconfig"
17 source "subsys/net/l2/virtual/Kconfig"
19 source "subsys/net/l2/ethernet/Kconfig"
21 source "subsys/net/l2/ppp/Kconfig"
28 source "subsys/net/l2/ieee802154/Kconfig"
30 source "subsys/net/l2/openthread/Kconfig"
45 source "subsys/net/l2/canbus/Kconfig"
66 source "subsys/net/Kconfig.template.log_config.net"
67 source "subsys/net/l2/wifi/Kconfig"
/Zephyr-latest/tests/bsim/
Dci.net.sh14 WORK_DIR=${ZEPHYR_BASE}/bsim_net nice tests/bsim/net/compile.sh
15 RESULTS_FILE=${ZEPHYR_BASE}/bsim_out/bsim_results.net.52.xml \
16 SEARCH_PATH=tests/bsim/net/ tests/bsim/run_parallel.sh
/Zephyr-latest/samples/net/common/
Dcommon.cmake3 # Common routines used in net samples
5 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/samples/net/common/)
6 target_sources(app PRIVATE $ENV{ZEPHYR_BASE}/samples/net/common/net_sample_common.c)
/Zephyr-latest/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-latest/samples/net/sockets/net_mgmt/
DREADME.rst1 .. zephyr:code-sample:: sockets-net-mgmt
10 The net-mgmt-socket sample application for Zephyr implements a listener
14 :zephyr_file:`samples/net/sockets/net_mgmt`.
28 Build net-mgmt socket sample application like this:
31 :zephyr-app: samples/net/sockets/net_mgmt
40 :zephyr-app: samples/net/sockets/net_mgmt
/Zephyr-latest/tests/net/lib/http_server/tls/
DCMakeLists.txt7 set(BASE_PATH "../../../../../subsys/net/lib/http/")
15 ${ZEPHYR_BASE}/samples/net/sockets/http_server/src/certs/ca_cert.der
21 ${ZEPHYR_BASE}/samples/net/sockets/http_server/src/certs/server_cert.der
27 ${ZEPHYR_BASE}/samples/net/sockets/http_server/src/certs/server_privkey.der
35 ${ZEPHYR_BASE}/samples/net/sockets/http_server/src/certs/server_cert.der
41 ${ZEPHYR_BASE}/samples/net/sockets/http_server/src/certs/server_privkey.der
/Zephyr-latest/samples/net/sockets/http_client/
DREADME.rst14 :zephyr_file:`samples/net/sockets/http_client`.
30 :zephyr-app: samples/net/sockets/http_client
43 :zephyr-app: samples/net/sockets/http_client
53 :zephyr_file:`samples/net/sockets/http_client/src/` directory.
55 program found in the `net-tools`_ project, enable establishing a secure
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.
90 .. _`net-tools`: https://github.com/zephyrproject-rtos/net-tools
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_senml_cbor.patch1 diff --git a/subsys/net/lib/lwm2m/lwm2m_senml_cbor_decode.c b/subsys/net/lib/lwm2m/lwm2m_senml_cbor…
3 --- a/subsys/net/lib/lwm2m/lwm2m_senml_cbor_decode.c
4 +++ b/subsys/net/lib/lwm2m/lwm2m_senml_cbor_decode.c
43 diff --git a/subsys/net/lib/lwm2m/lwm2m_senml_cbor_decode.h b/subsys/net/lib/lwm2m/lwm2m_senml_cbor…
45 --- a/subsys/net/lib/lwm2m/lwm2m_senml_cbor_decode.h
46 +++ b/subsys/net/lib/lwm2m/lwm2m_senml_cbor_decode.h
68 diff --git a/subsys/net/lib/lwm2m/lwm2m_senml_cbor_encode.c b/subsys/net/lib/lwm2m/lwm2m_senml_cbor…
70 --- a/subsys/net/lib/lwm2m/lwm2m_senml_cbor_encode.c
71 +++ b/subsys/net/lib/lwm2m/lwm2m_senml_cbor_encode.c
116 diff --git a/subsys/net/lib/lwm2m/lwm2m_senml_cbor_encode.h b/subsys/net/lib/lwm2m/lwm2m_senml_cbor…
[all …]
/Zephyr-latest/samples/net/vlan/
DREADME.rst5 Setup two virtual LAN networks and use net-shell to view the networks' settings.
11 The application sample enables net-shell and allows users to view VLAN settings.
14 :zephyr_file:`samples/net/vlan`.
26 file when running :file:`net-setup.sh` script in Linux like this:
30 ./net-setup.sh -c zeth-vlan.conf
38 :zephyr-app: samples/net/vlan
44 The default configuration file :zephyr_file:`samples/net/vlan/prj.conf` creates
53 The :zephyr_file:`samples/net/vlan/vlan-setup-linux.sh` provides a script that
/Zephyr-latest/samples/net/virtual/
DREADME.rst24 :zephyr_file:`samples/net/virtual`.
34 The `net-tools`_ project provides a configuration that can be used
39 net-setup.sh -c zeth-tunnel.conf
45 :zephyr-app: samples/net/virtual
50 .. _`net-tools`: https://github.com/zephyrproject-rtos/net-tools
/Zephyr-latest/subsys/net/l2/ethernet/
DCMakeLists.txt4 ${ZEPHYR_BASE}/include/zephyr/net/ethernet.h
7 zephyr_include_directories(${ZEPHYR_BASE}/subsys/net/l2)
10 zephyr_library_include_directories(. ${ZEPHYR_BASE}/subsys/net/ip)
/Zephyr-latest/tests/posix/net/src/
Dif.c13 ZTEST(net, test_if_indextoname) in ZTEST() argument
36 ZTEST(net, test_if_freenameindex) in ZTEST() argument
42 ZTEST(net, test_if_nameindex) in ZTEST() argument
67 ZTEST(net, test_if_nametoindex) in ZTEST() argument

12345678910>>...22