HomeSort by relevance Sort by last modified time
    Searched refs:MULTICAST (Results 1 - 5 of 5) sorted by null

  /external/iproute2/ip/
ifcfg 134 if [ `ip link ls $dev | grep -c MULTICAST` -ge 1 ]; then
ipaddress.c 96 _PF(MULTICAST);
299 s->multicast
iproute.c 72 fprintf(stderr, "TYPE := [ unicast | local | broadcast | multicast | throw |\n");
414 PRTFL(MULTICAST, "mc");
    [all...]
  /external/kernel-headers/original/linux/
in.h 43 IPPROTO_PIM = 103, /* Protocol Independent Multicast */
110 /* Request struct for multicast socket ops */
114 struct in_addr imr_multiaddr; /* IP multicast address of group */
120 struct in_addr imr_multiaddr; /* IP multicast address of group */
159 struct __kernel_sockaddr_storage gf_group; /* multicast address */
235 /* Defines for Multicast INADDR */
248 #define MULTICAST(x) (((x) & htonl(0xf0000000)) == htonl(0xe0000000))
  /external/iproute2/doc/
ip-cref.tex 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. Usuall
    [all...]

Completed in 130 milliseconds