Home
last modified time | relevance | path

Searched refs:multicast (Results 1 – 25 of 58) sorted by relevance

123

/Zephyr-latest/drivers/ethernet/
DKconfig.nxp_s32_gmac91 Enable support for multicast destination address filtering in the MAC.
93 6-bits CRC of the received multicast address is used as index to the
94 content of the hash table. Only multicast with the computed hash set
95 in the multicast table will be received and all other multicast is
96 dropped by the MAC. If disabled, all multicast is received by the MAC.
DKconfig.stm32_hal161 Enable support for multicast hash filtering in the MAC.
164 the multicast address. Only multicast with the computed
165 hash set in the multicast table will be received and all
166 other multicast is dropped by the MAC. If disabled then all
167 multicast is received by the MAC.
Deth_renesas_ra.c108 .multicast = ETHER_MULTICAST_ENABLE,
/Zephyr-latest/subsys/net/lib/lwm2m/
DKconfig.ucifi85 int "Maximum # of multicast group addresses"
89 This value sets the maximum number of multicast group addresses (from
94 int "Maximum # of multicast group keys"
99 be shared with other members to be part of a multicast group that can
/Zephyr-latest/subsys/lorawan/services/
DCMakeLists.txt25 multicast.c
/Zephyr-latest/doc/connectivity/networking/api/
Ddns_resolve.rst21 The multicast DNS (mDNS) client resolver support can be enabled by setting
26 The link-local multicast name resolution (LLMNR) client resolver support can be
/Zephyr-latest/subsys/net/l2/ethernet/
Deth_stats.h142 stats->multicast.rx++; in eth_stats_update_multicast_rx()
160 stats->multicast.tx++; in eth_stats_update_multicast_tx()
/Zephyr-latest/subsys/net/ip/
DKconfig.ipv430 int "Max number of multicast IPv4 addresses per network interface"
56 int "Initial IPv4 time to live value for multicast packets"
64 The default is 1 (same as in Linux) which means that multicast packets
89 enabled if IPv4 multicast support is needed. Currently we support
98 Use IGMPv3 for managing the multicast groups.
DKconfig.ipv631 int "Max number of multicast IPv6 addresses per network interface"
72 int "Initial IPv6 hop limit value for multicast packets"
80 The default is 1 (same as in IPv4) which means that multicast packets
DKconfig569 Activates multicast routing/forwarding
572 int "Max number of multicast routing entries stored."
576 This determines how many entries can be stored in multicast
580 int "Max number of network interfaces per multicast routing entry"
586 single multicast route entry.
589 bool "Report multicast routes as a part of MLDv2 reports"
593 Determines whether a multicast route entry should be advertised
/Zephyr-latest/doc/connectivity/networking/
Deth_bridge_native_sim_setup.rst115 IPv6 multicast addresses (max 4):
127 IPv4 multicast addresses (max 2):
144 IPv6 multicast addresses (max 4):
155 IPv4 multicast addresses (max 2):
Doverview.rst21 * Developer can set the number of unicast and multicast IPv6 addresses that
100 Both multicast DNS (mDNS) (`RFC 6762 <https://tools.ietf.org/html/rfc6762>`_)
101 and link-local multicast name resolution
/Zephyr-latest/samples/net/stats/src/
Dmain.c150 printk("Mcast received : %u\n", data->multicast.rx); in print_eth_stats()
151 printk("Mcast sent : %u\n", data->multicast.tx); in print_eth_stats()
/Zephyr-latest/samples/net/sockets/coap_client/
DREADME.rst17 multicast address reserved for CoAP nodes, so the URI can be
/Zephyr-latest/drivers/wifi/nrf_wifi/inc/
Dwpa_supp_if.h51 bool multicast);
/Zephyr-latest/samples/subsys/lorawan/fuota/
DREADME.rst25 …s://resources.lora-alliance.org/technical-specifications/lorawan-remote-multicast-setup-specificat…
/Zephyr-latest/samples/net/capture/
DREADME.rst126 IPv6 multicast addresses (max 4):
138 IPv4 multicast addresses (max 1):
185 IPv6 multicast addresses (max 4):
/Zephyr-latest/drivers/wifi/infineon/
Dairoc_wifi.c723 stats->multicast.rx = data->stats.multicast.rx; in airoc_mgmt_wifi_stats()
724 stats->multicast.tx = data->stats.multicast.tx; in airoc_mgmt_wifi_stats()
/Zephyr-latest/samples/net/sockets/coap_server/
DREADME.rst21 site-local IPv6 multicast address reserved for CoAP nodes.
/Zephyr-latest/drivers/wifi/esp32/src/
Desp_wifi_drv.c886 stats->multicast.rx = data->stats.multicast.rx; in esp32_wifi_stats()
887 stats->multicast.tx = data->stats.multicast.tx; in esp32_wifi_stats()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dsar_cfg.rst64 * Interval between multicast retransmissions (see the `SAR Multicast Retransmissions Interval Step`…
81 The initial value of the SAR Multicast Retransmissions timer is set to the multicast retransmissions
208 a multicast address. Use the Kconfig option
216 segmented message to a multicast address. The interval is measured in milliseconds.
/Zephyr-latest/subsys/net/lib/dns/
DKconfig25 This option enables multicast DNS client side support.
31 This option enables link local multicast name resolution client side
34 to LLMNR well known multicast address 224.0.0.252:5355 or
/Zephyr-latest/drivers/wifi/nxp/
Dnxp_wifi_drv.c1158 stats->multicast.rx = if_handle->stats.multicast.rx; in nxp_wifi_stats()
1159 stats->multicast.tx = if_handle->stats.multicast.tx; in nxp_wifi_stats()
1669 if_handle->stats.multicast.tx++; in nxp_wifi_send()
1700 if_handle->stats.multicast.rx++; in nxp_wifi_recv()
/Zephyr-latest/samples/net/sockets/txtime/
DKconfig12 a multicast address if needed. If port is not specified,
/Zephyr-latest/subsys/net/lib/shell/
Dstats.c59 PR("Mcast received : %u\n", data->multicast.rx); in print_eth_stats()
60 PR("Mcast sent : %u\n", data->multicast.tx); in print_eth_stats()

123