Home
last modified time | relevance | path

Searched refs:unbound (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/subsys/ipc/ipc_service/lib/
DKconfig.icmsg64 bool "Instance is allowed to set unbound to enabled"
67 Controls whether the "enabled" value of the "unbound"
70 no instance of ICMsg is using unbound functionality.
73 bool "Instance is allowed to set unbound to disabled"
76 Controls whether the "disabled" value of the "unbound"
79 all instances of ICMsg are using unbound functionality.
82 bool "Instance is allowed to set unbound to detect"
85 Controls whether the "detect" value of the "unbound"
88 all instances of ICMsg are using unbound detection functionality.
Dicmsg.c275 if (dev_data->cb->unbound) { in callback_process()
276 dev_data->cb->unbound(dev_data->ctx); in callback_process()
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/
DKconfig35 bool "Skip unbound tests"
37 Whether to skip tests that requires unbound callback functionality.
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/boards/
Dnrf54h20dk_nrf54h20_cpuapp.overlay11 unbound = "enable";
Dnrf54h20dk_nrf54h20_cpuapp_cpuppr.overlay11 unbound = "detect";
Dnrf5340dk_nrf5340_cpuapp.overlay34 unbound = "detect";
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/remote/boards/
Dnrf54h20dk_nrf54h20_cpurad.overlay14 unbound = "enable";
Dnrf54h20dk_nrf54h20_cpuppr.overlay8 unbound = "detect";
Dnrf5340dk_nrf5340_cpunet.overlay33 unbound = "detect";
/Zephyr-latest/include/zephyr/ipc/
Dipc_service.h167 void (*unbound)(void *priv); member
/Zephyr-latest/include/zephyr/xen/public/
Devent_channel.h167 } unbound; /* EVTCHNSTAT_unbound */ member
/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_icmsg.c57 #define UNBOUND_MODE(i) CONCAT(ICMSG_UNBOUND_MODE_, DT_INST_STRING_UPPER_TOKEN(i, unbound))
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/src/
Dmain.c136 .unbound = ep_unbound,
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/remote/src/
Dremote.c50 .unbound = ep_unbound,
/Zephyr-latest/subsys/net/ip/
DKconfig.tcp229 bool "Reject connection attempts on unbound TCP ports with RST"
232 If enabled, TCP stack will reject connection attempts on unbound ports
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/src/
Dmain.c104 .unbound = ep_unbound,
/Zephyr-latest/doc/connectivity/networking/conn_mgr/figures/
Dintegration_diagram_detailed.drawio31 …<mxCell id="Db8zi3n4dXzB52SZQf6J-26" value="&lt;div&gt;Zephyr ifaces (unbound)&lt;/div&gt;&lt;div&…
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dimplementation.rst26 Once defined, you can reference implementations by name and bind them to any unbound iface using :c…