Searched refs:promiscuous (Results 1 – 25 of 28) sorted by relevance
12
19 `Wikipedia article on promiscuous mode22 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
17 promiscuous.rst
56 network technology supports promiscuous mode, then it is possible to receive
61 for example whether the L2 supports multicast or promiscuous mode.
1 .. zephyr:code-sample:: net-promiscuous-mode3 :relevant-api: promiscuous5 Enable promiscuous mode on all interfaces and print information about incoming packets.10 This application will enable promiscuous mode for every network15 or disable promiscuous mode at runtime. The commands are called
5 project(promiscuous) project
124 bool promiscuous; member
182 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()772 static int rf2xx_promiscuous_set(const struct device *dev, bool promiscuous) in rf2xx_promiscuous_set() argument777 ctx->promiscuous = promiscuous; in rf2xx_promiscuous_set()779 if (promiscuous) { in rf2xx_promiscuous_set()818 ret = rf2xx_promiscuous_set(dev, config->promiscuous); in rf2xx_configure()917 ctx->promiscuous = false; in power_on_and_setup()
915 nrf_802154_promiscuous_set(config->promiscuous); in nrf5_configure()
1153 mcxw_set_promiscuous(config->promiscuous); in mcxw_configure()
51 zephyr_library_sources_ifdef(CONFIG_NET_PROMISCUOUS_MODE promiscuous.c)
1075 Enable promiscuous mode support. This only works if the network1076 device driver supports promiscuous mode. The user application1077 also needs to read the promiscuous mode data.1082 module-str = Log level for promiscuous mode1083 module-help = Enables promiscuous mode to output debug messages.
68 Disables the promiscuous mode support in XGMAC device.
107 static bool promiscuous; variable1040 LOG_DBG("PromiscuousMode=%d", promiscuous ? 1 : 0); in otPlatRadioGetPromiscuous()1042 return promiscuous; in otPlatRadioGetPromiscuous()1048 .promiscuous = aEnable in otPlatRadioSetPromiscuous()1055 promiscuous = aEnable; in otPlatRadioSetPromiscuous()
1160 bool promiscuous; member
111 .promiscuous = ETHER_PROMISCUOUS_DISABLE,
88 * eth: Added promiscuous mode support to native_posix134 * Add promiscuous mode support to network interface. A sample application is136 The native_posix ethernet driver supports promiscuous mode at this point.336 * :github:`9621` - tests/net/promiscuous crashed on sam_e70_xplained
502 removed as same functionality can be achieved using promiscuous API.
443 * Added support for promiscuous mode to nrf5592 * Added support for promiscuous mode in OpenThread595 * Added config to enable promiscuous mode in IEEE 802.15.4
552 * Fixed transmission stopping when setting mac address or promiscuous mode.569 * NXP S32: Added configs to enable VLAN promiscuous and untagged, and enable SI message interrupt.
522 * Added support for promiscuous mode in eth_smsc91x.884 * Fixed a bug where packets passed in promiscuous mode could have been modified
1288 * :github:`26919` - ipv6: promiscuous mode: packet flood over 802.15.4 adapter1510 * :github:`25784` - [Coverity CID :210546] Dereference after null check in tests/net/promiscuous/sr…
515 * stm32 (hal based): Added promiscuous mode support
508 custom_configure_promiscuous_mock_promiscuous = config->promiscuous; in custom_configure_promiscuous_mock()
1245 promiscous||promiscuous