Searched refs:multicast (Results 1 – 25 of 58) sorted by relevance
123
91 Enable support for multicast destination address filtering in the MAC.93 6-bits CRC of the received multicast address is used as index to the94 content of the hash table. Only multicast with the computed hash set95 in the multicast table will be received and all other multicast is96 dropped by the MAC. If disabled, all multicast is received by the MAC.
174 Enable support for multicast hash filtering in the MAC.177 the multicast address. Only multicast with the computed178 hash set in the multicast table will be received and all179 other multicast is dropped by the MAC. If disabled then all180 multicast is received by the MAC.
110 .multicast = ETHER_MULTICAST_ENABLE,
85 int "Maximum # of multicast group addresses"89 This value sets the maximum number of multicast group addresses (from94 int "Maximum # of multicast group keys"99 be shared with other members to be part of a multicast group that can
25 multicast.c
21 The multicast DNS (mDNS) client resolver support can be enabled by setting26 The link-local multicast name resolution (LLMNR) client resolver support can be
142 stats->multicast.rx++; in eth_stats_update_multicast_rx()160 stats->multicast.tx++; in eth_stats_update_multicast_tx()
30 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 packets89 enabled if IPv4 multicast support is needed. Currently we support98 Use IGMPv3 for managing the multicast groups.
31 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
589 Activates multicast routing/forwarding592 int "Max number of multicast routing entries stored."596 This determines how many entries can be stored in multicast600 int "Max number of network interfaces per multicast routing entry"606 single multicast route entry.609 bool "Report multicast routes as a part of MLDv2 reports"613 Determines whether a multicast route entry should be advertised
115 IPv6 multicast addresses (max 4):127 IPv4 multicast addresses (max 2):144 IPv6 multicast addresses (max 4):155 IPv4 multicast addresses (max 2):
21 * Developer can set the number of unicast and multicast IPv6 addresses that100 Both multicast DNS (mDNS) (`RFC 6762 <https://tools.ietf.org/html/rfc6762>`_)101 and link-local multicast name resolution
150 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()
17 multicast address reserved for CoAP nodes, so the URI can be
51 bool multicast);
25 …s://resources.lora-alliance.org/technical-specifications/lorawan-remote-multicast-setup-specificat…
126 IPv6 multicast addresses (max 4):138 IPv4 multicast addresses (max 1):185 IPv6 multicast addresses (max 4):
723 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()
21 site-local IPv6 multicast address reserved for CoAP nodes.
920 stats->multicast.rx = data->stats.multicast.rx; in esp32_wifi_stats()921 stats->multicast.tx = data->stats.multicast.tx; in esp32_wifi_stats()
64 * 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 retransmissions208 a multicast address. Use the Kconfig option216 segmented message to a multicast address. The interval is measured in milliseconds.
12 a multicast address if needed. If port is not specified,
25 This option enables multicast DNS client side support.31 This option enables link local multicast name resolution client side34 to LLMNR well known multicast address 224.0.0.252:5355 or
1296 stats->multicast.rx = if_handle->stats.multicast.rx; in nxp_wifi_stats()1297 stats->multicast.tx = if_handle->stats.multicast.tx; in nxp_wifi_stats()1917 if_handle->stats.multicast.tx++; in nxp_wifi_send()1950 if_handle->stats.multicast.rx++; in nxp_wifi_recv()
59 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()