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

  /external/iproute2/ip/
ifcfg 134 if [ `ip link ls $dev | grep -c MULTICAST` -ge 1 ]; then
ipaddress.c 97 _PF(MULTICAST);
333 (unsigned long long)s->multicast);
383 s->multicast
iproute.c 73 fprintf(stderr, "TYPE := [ unicast | local | broadcast | multicast | throw |\n");
405 PRTFL(MULTICAST, "mc");
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSMessage.java 24 public static final boolean MULTICAST = true;
53 * @param multicast
55 protected DNSMessage(int flags, int id, boolean multicast) {
59 _multicast = multicast;
114 * @return true if multicast
  /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 109 milliseconds