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.
1622 and for multicast routes, if this host is a member of the corresponding
1628 \item \verb|mc| --- the destination is multicast.
1835 \item Find a multicast route for packets arriving on \verb|eth0|
1836 from host 193.233.7.82 and destined for multicast group 224.2.127.254
1837 (it is assumed that a multicast routing daemon is running.
1841 multicast 224.2.127.254 from 193.233.7.82 dev lo \
1847 and a ``multicast'' part. The normal part is used to deliver (or not to
1852 The multicast part consists of an additional \verb|Oifs:| list showing
2171 \section{{\tt ip maddress} --- multicast addresses management}
2174 \paragraph{Object:} \verb|maddress| objects are multicast addresses.
2178 \subsection{{\tt ip maddress show} --- list multicast addresses}
2205 Then the multicast address list follows. Each line starts with the
2207 multicast addresses.
2209 If a multicast address has more than one user, the number
2218 \subsection{{\tt ip maddress add} --- add a multicast address\\
2219 {\tt ip maddress delete} --- delete a multicast address}
2224 a static link layer multicast address to listen on the interface.
2225 Note that it is impossible to join protocol multicast groups
2234 --- the link layer multicast address.
2238 --- the device to join/leave this multicast address.
2255 Neither \verb|ip| nor the kernel check for multicast address validity.
2257 instead of a multicast address. Most drivers will ignore such addresses,
2271 \section{{\tt ip mroute} --- multicast routing cache management}
2276 \paragraph{Object:} \verb|mroute| objects are multicast routing cache
2280 Due to the limitations of the current interface to the multicast routing
2297 --- the prefix selecting the destination multicast addresses to list.
2302 --- the interface on which multicast packets are received.
2307 --- the prefix selecting the IP source addresses of the multicast route.
2322 Each line shows one (S,G) entry in the multicast routing cache,
2323 where S is the source address and G is the multicast group. \verb|Iif| is
2324 the interface on which multicast packets are expected to arrive.
2328 by spaces. If a multicast routing entry is created with non-trivial
2491 \item \verb|Mcasts| --- the total number of multicast packets
2756 must join the solicited node multicast address to listen for the corresponding
3054 \# 1. Prohibit link local multicast addresses.\\
3056 \# 3. Add default multicast route.
3061 if [ `ip link ls $dev | grep -c MULTICAST` -ge 1 ]; then
3294 \# 1. Prohibit link local multicast addresses.\\
3296 \# 3. Add default multicast route.
3301 if [ `ip link ls $dev | grep -c MULTICAST` -ge 1 ]; then