Home
last modified time | relevance | path

Searched refs:promiscuous (Results 1 – 25 of 28) sorted by relevance

12

/Zephyr-latest/doc/connectivity/networking/api/
Dpromiscuous.rst19 `Wikipedia article on promiscuous mode
22 The network promiscuous APIs are used to enable and disable this mode,
24 technologies or network device drivers support promiscuous mode.
29 First the promiscuous mode needs to be turned ON by the application like this:
38 printf("Cannot enable promiscuous mode for "
58 Finally the promiscuous mode can be turned OFF by the application like this:
67 printf("Cannot disable promiscuous mode for "
73 See :zephyr:code-sample:`net-promiscuous-mode` for a more comprehensive example.
79 .. doxygengroup:: promiscuous
Dapis.rst16 promiscuous.rst
Dnet_if.rst56 network technology supports promiscuous mode, then it is possible to receive
Dnet_l2.rst61 for example whether the L2 supports multicast or promiscuous mode.
/Zephyr-latest/samples/net/promiscuous_mode/
DREADME.rst1 .. zephyr:code-sample:: net-promiscuous-mode
3 :relevant-api: promiscuous
5 Enable promiscuous mode on all interfaces and print information about incoming packets.
10 This application will enable promiscuous mode for every network
15 or disable promiscuous mode at runtime. The commands are called
/Zephyr-latest/tests/net/promiscuous/
DCMakeLists.txt5 project(promiscuous) project
/Zephyr-latest/drivers/ieee802154/
Dieee802154_rf2xx.h124 bool promiscuous; member
Dieee802154_rf2xx.c182 if (!ctx->promiscuous && pkt_len < RX2XX_FRAME_MIN_PHR_SIZE) { in rf2xx_trx_rx()
206 if (!ctx->promiscuous && trac == RF2XX_TRX_PHY_STATE_TRAC_INVALID) { in rf2xx_trx_rx()
774 static int rf2xx_promiscuous_set(const struct device *dev, bool promiscuous) in rf2xx_promiscuous_set() argument
779 ctx->promiscuous = promiscuous; in rf2xx_promiscuous_set()
781 if (promiscuous) { in rf2xx_promiscuous_set()
820 ret = rf2xx_promiscuous_set(dev, config->promiscuous); in rf2xx_configure()
919 ctx->promiscuous = false; in power_on_and_setup()
Dieee802154_nrf5.c915 nrf_802154_promiscuous_set(config->promiscuous); in nrf5_configure()
/Zephyr-latest/subsys/net/ip/
DCMakeLists.txt51 zephyr_library_sources_ifdef(CONFIG_NET_PROMISCUOUS_MODE promiscuous.c)
DKconfig1052 Enable promiscuous mode support. This only works if the network
1053 device driver supports promiscuous mode. The user application
1054 also needs to read the promiscuous mode data.
1059 module-str = Log level for promiscuous mode
1060 module-help = Enables promiscuous mode to output debug messages.
/Zephyr-latest/drivers/ethernet/dwc_xgmac/
DKconfig68 Disables the promiscuous mode support in XGMAC device.
/Zephyr-latest/modules/openthread/platform/
Dradio.c107 static bool promiscuous; variable
1024 LOG_DBG("PromiscuousMode=%d", promiscuous ? 1 : 0); in otPlatRadioGetPromiscuous()
1026 return promiscuous; in otPlatRadioGetPromiscuous()
1032 .promiscuous = aEnable in otPlatRadioSetPromiscuous()
1039 promiscuous = aEnable; in otPlatRadioSetPromiscuous()
/Zephyr-latest/include/zephyr/net/
Dieee802154_radio.h1160 bool promiscuous; member
/Zephyr-latest/drivers/ethernet/nxp_enet/
DKconfig98 Place the Ethernet receiver in promiscuous mode. This may be useful
/Zephyr-latest/drivers/ethernet/
Deth_renesas_ra.c109 .promiscuous = ETHER_PROMISCUOUS_DISABLE,
/Zephyr-latest/doc/releases/
Drelease-notes-1.13.rst88 * eth: Added promiscuous mode support to native_posix
134 * Add promiscuous mode support to network interface. A sample application is
136 The native_posix ethernet driver supports promiscuous mode at this point.
336 * :github:`9621` - tests/net/promiscuous crashed on sam_e70_xplained
Dmigration-guide-4.0.rst502 removed as same functionality can be achieved using promiscuous API.
Drelease-notes-2.3.rst443 * Added support for promiscuous mode to nrf5
592 * Added support for promiscuous mode in OpenThread
595 * Added config to enable promiscuous mode in IEEE 802.15.4
Drelease-notes-4.0.rst554 * Fixed transmission stopping when setting mac address or promiscuous mode.
571 * NXP S32: Added configs to enable VLAN promiscuous and untagged, and enable SI message interrupt.
Drelease-notes-3.5.rst522 * Added support for promiscuous mode in eth_smsc91x.
884 * Fixed a bug where packets passed in promiscuous mode could have been modified
Drelease-notes-2.4.rst1288 * :github:`26919` - ipv6: promiscuous mode: packet flood over 802.15.4 adapter
1510 * :github:`25784` - [Coverity CID :210546] Dereference after null check in tests/net/promiscuous/sr…
Drelease-notes-3.0.rst515 * stm32 (hal based): Added promiscuous mode support
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c508 custom_configure_promiscuous_mock_promiscuous = config->promiscuous; in custom_configure_promiscuous_mock()
/Zephyr-latest/scripts/
Dspelling.txt1245 promiscous||promiscuous

12