Home
last modified time | relevance | path

Searched refs:host (Results 1 – 25 of 1052) sorted by relevance

12345678910>>...43

/Zephyr-latest/tests/net/socket/getnameinfo/src/
Dmain.c18 char host[80]; in ZTEST_USER() local
26 host, sizeof(host), serv, sizeof(serv), 0); in ZTEST_USER()
29 printk("%s %s\n", host, serv); in ZTEST_USER()
30 zassert_equal(strcmp(host, "0.0.0.0"), 0, ""); in ZTEST_USER()
37 host, sizeof(host), serv, sizeof(serv), 0); in ZTEST_USER()
40 printk("%s %s\n", host, serv); in ZTEST_USER()
41 zassert_equal(strcmp(host, "127.0.0.1"), 0, ""); in ZTEST_USER()
48 char host[80]; in ZTEST_USER() local
56 host, sizeof(host), serv, sizeof(serv), 0); in ZTEST_USER()
59 printk("%s %s\n", host, serv); in ZTEST_USER()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/
Dtests.nrf5340bsim_nrf5340_cpunet.txt1 # Search paths(s) for tests which will be run in the nrf5340 net core (both app, host and controller
5 tests/bsim/bluetooth/host/att/eatt_notif
6 tests/bsim/bluetooth/host/misc/disable
7 tests/bsim/bluetooth/host/misc/unregister_conn_cb
8 tests/bsim/bluetooth/host/adv/periodic
9 tests/bsim/bluetooth/host/adv/extended
10 tests/bsim/bluetooth/host/adv/chain
11 tests/bsim/bluetooth/host/l2cap/send_on_connect
12 tests/bsim/bluetooth/host/central
13 tests/bsim/bluetooth/host/privacy/central
[all …]
/Zephyr-latest/subsys/usb/host/
DKconfig6 bool "USB host stack [EXPERIMENTAL]"
10 New experimental USB host stack.
19 bool "USB host shell"
22 Shell commands for USB host support.
28 USB host thread initialization priority level.
31 int "USB host stack thread stack size"
34 USB host stack thread stack size in bytes.
40 Maximum number of USB host controller events that can be queued.
/Zephyr-latest/drivers/sdhc/
DKconfig.intel13 validated using intel's EMMC host controller.
17 bool "EMMC host controller interrupt mode"
20 EMMC host controller interrupt mode support.
23 bool "EMMC host controller DMA mode"
26 EMMC host controller DMA mode support.
29 bool "EMMC host controller ADMA mode"
32 EMMC host controller ADMA mode support.
35 int "EMMC host controller ADMA Descriptor size"
39 EMMC host controller ADMA Descriptor size.
/Zephyr-latest/subsys/net/lib/utils/
Daddr_utils.c38 char host[NI_MAXHOST]; in net_getaddrinfo_addr_str() local
52 if (host_len > sizeof(host) - 1) { in net_getaddrinfo_addr_str()
56 strncpy(host, addr_str, host_len + 1); in net_getaddrinfo_addr_str()
57 host[host_len] = '\0'; in net_getaddrinfo_addr_str()
58 addr_str = host; in net_getaddrinfo_addr_str()
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/
DREADME.rst32 serial port, one is host another is remote:
37 [00:00:00.415,985] <inf> host: IPC-service HOST demo started
38 [00:00:00.417,816] <inf> host: Ep bounded
39 [00:00:00.417,877] <inf> host: Perform sends for 1000 [ms]
40 [00:00:01.417,114] <inf> host: Sent 488385 [Bytes] over 1000 [ms]
41 [00:00:01.417,175] <inf> host: Wait 500ms. Let net core finish its sends
42 [00:00:01.917,266] <inf> host: Stop network core
43 [00:00:01.917,297] <inf> host: Reset IPC service
44 [00:00:01.917,327] <inf> host: Run network core
45 [00:00:01.924,865] <inf> host: Ep bounded
[all …]
/Zephyr-latest/tests/bluetooth/host/conn/
DCMakeLists.txt10 ${ZEPHYR_BASE}/tests/bluetooth/host/conn
11 ${ZEPHYR_BASE}/tests/bluetooth/host/conn/mocks/zephyr/include
14 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
15 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/conn/mocks mocks)
23 ${ZEPHYR_BASE}/subsys/bluetooth/host/conn.c
/Zephyr-latest/tests/bluetooth/host/crypto/
DCMakeLists.txt14 ${ZEPHYR_BASE}/subsys/bluetooth/host/crypto_psa.c
17 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
23 ${ZEPHYR_BASE}/subsys/bluetooth/host
24 ${ZEPHYR_BASE}/tests/bluetooth/host
25 ${ZEPHYR_BASE}/tests/bluetooth/host/crypto/mocks
/Zephyr-latest/tests/bluetooth/host/id/bt_id_scan_random_addr_check/
DCMakeLists.txt15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
28 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
32 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-latest/tests/bluetooth/host/id/bt_id_get/
DCMakeLists.txt15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
27 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
31 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-latest/tests/bluetooth/host/cs/bt_le_cs_parse_pct/
DCMakeLists.txt10 ${ZEPHYR_BASE}/tests/bluetooth/host/cs/mocks
13 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
14 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/cs/mocks mocks)
22 ${ZEPHYR_BASE}/subsys/bluetooth/host/cs.c
/Zephyr-latest/tests/bluetooth/host/cs/bt_le_cs_step_data_parse/
DCMakeLists.txt10 ${ZEPHYR_BASE}/tests/bluetooth/host/cs/mocks
13 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
14 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/cs/mocks mocks)
22 ${ZEPHYR_BASE}/subsys/bluetooth/host/cs.c
/Zephyr-latest/tests/bluetooth/host/id/bt_id_del/
DCMakeLists.txt15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
28 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
32 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-latest/tests/bluetooth/host/id/bt_id_delete/
DCMakeLists.txt15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
29 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
33 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-latest/tests/bluetooth/host/id/bt_id_read_public_addr/
DCMakeLists.txt15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
28 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
32 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-latest/tests/bluetooth/host/id/bt_id_reset/
DCMakeLists.txt15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
28 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
32 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_adv_private_addr/
DCMakeLists.txt15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
28 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
32 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-latest/tests/bluetooth/host/id/bt_le_oob_set_sc_data/
DCMakeLists.txt15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
28 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
32 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-latest/tests/bluetooth/host/id/bt_setup_public_id_addr/
DCMakeLists.txt15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
29 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
33 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-latest/tests/bluetooth/host/id/bt_br_oob_get_local/
DCMakeLists.txt15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
28 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
32 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-latest/tests/bluetooth/host/id/bt_id_add/
DCMakeLists.txt15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
28 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
32 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-latest/tests/bluetooth/host/id/bt_id_adv_random_addr_check/
DCMakeLists.txt15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
28 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
32 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-latest/tests/bluetooth/host/id/bt_id_create/
DCMakeLists.txt15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
29 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
33 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-latest/tests/bluetooth/host/id/bt_id_init/
DCMakeLists.txt15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
29 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
33 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_adv_own_addr/
DCMakeLists.txt15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host host_mocks)
19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks)
28 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
32 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c

12345678910>>...43