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

  /external/iproute2/ip/
ifcfg 134 if [ `ip link ls $dev | grep -c MULTICAST` -ge 1 ]; then
ipaddress.c 98 _PF(MULTICAST);
279 (uint64_t)s->multicast);
325 s->multicast
    [all...]
iproute.c 81 fprintf(stderr, "TYPE := [ unicast | local | broadcast | multicast | throw |\n");
453 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/libnl/lib/route/
addr.c 363 nl_dump(p, " multicast %s",
493 diff |= ADDR_DIFF(MULTICAST, nl_addr_cmp(a->a_multicast,
520 __ADD(ADDR_ATTR_MULTICAST, multicast)
913 int rtnl_addr_set_multicast(struct rtnl_addr *addr, struct nl_addr *multicast)
915 return __assign_addr(addr, &addr->a_multicast, multicast,
route_obj.c 195 PRINT_FLAG(MULTICAST);
  /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 232 milliseconds