Lines Matching refs:MULTICAST
117 \item \verb|maddress| --- multicast address
118 \item \verb|mroute| --- multicast routing cache entry
259 \item \verb|multicast on| or \verb|multicast off|
261 --- change the \verb|MULTICAST| flag on the device.
353 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
415 \item \verb|MULTICAST| --- is an advisory flag indicating that the interface
417 nodes. Broadcasting is a particular case of multicasting, where the multicast
423 Certainly, the use of high bandwidth multicast transfers is not recommended
429 and not destined for a multicast group of which we are member. Usually
433 \item \verb|ALLMULTI| --- the device receives all multicast packets
434 wandering on the link. This mode is used by multicast routers.
476 Multicast addresses are not shown by this command, see
487 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
511 \item \verb|mcast| --- the total number of received multicast packets. This option
529 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
729 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
939 on a \verb|NOARP| interface or if the address is multicast or broadcast.
1186 \item \verb|multicast| --- a special type used for multicast routing.
1621 and for multicast routes, if this host is a member of the corresponding
1627 \item \verb|mc| --- the destination is multicast.
1834 \item Find a multicast route for packets arriving on \verb|eth0|
1835 from host 193.233.7.82 and destined for multicast group 224.2.127.254
1836 (it is assumed that a multicast routing daemon is running.
1840 multicast 224.2.127.254 from 193.233.7.82 dev lo \
1846 and a ``multicast'' part. The normal part is used to deliver (or not to
1851 The multicast part consists of an additional \verb|Oifs:| list showing
2170 \section{{\tt ip maddress} --- multicast addresses management}
2173 \paragraph{Object:} \verb|maddress| objects are multicast addresses.
2177 \subsection{{\tt ip maddress show} --- list multicast addresses}
2204 Then the multicast address list follows. Each line starts with the
2206 multicast addresses.
2208 If a multicast address has more than one user, the number
2217 \subsection{{\tt ip maddress add} --- add a multicast address\\
2218 {\tt ip maddress delete} --- delete a multicast address}
2223 a static link layer multicast address to listen on the interface.
2224 Note that it is impossible to join protocol multicast groups
2233 --- the link layer multicast address.
2237 --- the device to join/leave this multicast address.
2254 Neither \verb|ip| nor the kernel check for multicast address validity.
2256 instead of a multicast address. Most drivers will ignore such addresses,
2270 \section{{\tt ip mroute} --- multicast routing cache management}
2275 \paragraph{Object:} \verb|mroute| objects are multicast routing cache
2279 Due to the limitations of the current interface to the multicast routing
2296 --- the prefix selecting the destination multicast addresses to list.
2301 --- the interface on which multicast packets are received.
2306 --- the prefix selecting the IP source addresses of the multicast route.
2321 Each line shows one (S,G) entry in the multicast routing cache,
2322 where S is the source address and G is the multicast group. \verb|Iif| is
2323 the interface on which multicast packets are expected to arrive.
2327 by spaces. If a multicast routing entry is created with non-trivial
2490 \item \verb|Mcasts| --- the total number of multicast packets
2755 must join the solicited node multicast address to listen for the corresponding
3053 \# 1. Prohibit link local multicast addresses.\\
3055 \# 3. Add default multicast route.
3060 if [ `ip link ls $dev | grep -c MULTICAST` -ge 1 ]; then
3293 \# 1. Prohibit link local multicast addresses.\\
3295 \# 3. Add default multicast route.
3300 if [ `ip link ls $dev | grep -c MULTICAST` -ge 1 ]; then