Home
last modified time | relevance | path

Searched refs:multicast (Results 1 – 25 of 45) sorted by relevance

12

/external/jmdns/src/javax/jmdns/impl/tasks/
DDNSTask.java84 boolean multicast = newOut.isMulticast(); in addQuestion()
92 newOut = new DNSOutgoing(flags, multicast, maxUDPPayload); in addQuestion()
116 boolean multicast = newOut.isMulticast(); in addAnswer()
124 newOut = new DNSOutgoing(flags, multicast, maxUDPPayload); in addAnswer()
147 boolean multicast = newOut.isMulticast(); in addAnswer()
155 newOut = new DNSOutgoing(flags, multicast, maxUDPPayload); in addAnswer()
177 boolean multicast = newOut.isMulticast(); in addAuthoritativeAnswer()
185 newOut = new DNSOutgoing(flags, multicast, maxUDPPayload); in addAuthoritativeAnswer()
209 boolean multicast = newOut.isMulticast(); in addAdditionalAnswer()
217 newOut = new DNSOutgoing(flags, multicast, maxUDPPayload); in addAdditionalAnswer()
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
DUnixNetworkInterfaceTest.java69 boolean multicast = netif.supportsMulticast(); in test_supportsMulticast()
71 String cmd = multicast ? "ifconfig " + name + " -multicast" in test_supportsMulticast()
75 assertEquals(name + " multicast should be " + !multicast, in test_supportsMulticast()
76 !multicast, netif.supportsMulticast()); in test_supportsMulticast()
78 cmd = multicast ? "ifconfig " + name + " multicast" in test_supportsMulticast()
82 assertEquals(name + " multicast should be " + multicast, in test_supportsMulticast()
83 multicast, netif.supportsMulticast()); in test_supportsMulticast()
/external/quake/quake/src/QW/server/
Dsv_send.c324 ClientReliableCheckBlock(client, sv.multicast.cursize); in SV_Multicast()
325 ClientReliableWrite_SZ(client, sv.multicast.data, sv.multicast.cursize); in SV_Multicast()
327 SZ_Write (&client->datagram, sv.multicast.data, sv.multicast.cursize); in SV_Multicast()
330 SZ_Clear (&sv.multicast); in SV_Multicast()
415 MSG_WriteByte (&sv.multicast, svc_sound); in SV_StartSound()
416 MSG_WriteShort (&sv.multicast, channel); in SV_StartSound()
418 MSG_WriteByte (&sv.multicast, volume); in SV_StartSound()
420 MSG_WriteByte (&sv.multicast, attenuation*64); in SV_StartSound()
421 MSG_WriteByte (&sv.multicast, sound_num); in SV_StartSound()
423 MSG_WriteCoord (&sv.multicast, origin[i]); in SV_StartSound()
Dsv_init.c308 sv.multicast.maxsize = sizeof(sv.multicast_buf); in SV_SpawnServer()
309 sv.multicast.data = sv.multicast_buf; in SV_SpawnServer()
Dserver.h76 sizebuf_t multicast; member
/external/wpa_supplicant_8/src/ap/
Diapp.c172 struct in_addr own, multicast; member
203 addr.sin_addr.s_addr = iapp->multicast.s_addr; in iapp_send_add()
446 inet_aton(IAPP_MULTICAST, &iapp->multicast); in iapp_init()
459 mreq.imr_multiaddr = iapp->multicast; in iapp_init()
513 mreq.imr_multiaddr = iapp->multicast; in iapp_deinit()
/external/mdnsresponder/
DREADME.txt39 that queries are sent via multicast to all local hosts, instead of via
41 mDNSResponder which is constantly listening for those multicast queries,
46 (5353 instead of 53) and they are sent via multicast to address
50 OS that the name should be looked up using local multicast instead of by
83 a UDP packet, what routine do you call to join multicast group, etc.
93 layer to send and receive the multicast UDP packets to do the actual work.
114 their own separate multicast UDP packets and maintaining their own list of
/external/iptables/extensions/
Dlibipt_ULOG.man2 target is set for a rule, the Linux kernel will multicast this packet
6 multicast groups and receive the packets.
Dlibxt_NFLOG.man4 with nfnetlink_log as logging backend, which will multicast the packet
7 socket to the specified multicast group. One or more userspace processes
Dlibipt_CLUSTERIP.man15 Specify the ClusterIP MAC address. Has to be a link\-layer multicast address
Dlibipt_addrtype.man24 a multicast address
/external/jmdns/src/javax/jmdns/impl/
DDNSOutgoing.java205 public DNSOutgoing(int flags, boolean multicast) { in DNSOutgoing() argument
206 this(flags, multicast, DNSConstants.MAX_MSG_TYPICAL); in DNSOutgoing()
217 public DNSOutgoing(int flags, boolean multicast, int senderUDPPayload) { in DNSOutgoing() argument
218 super(flags, 0, multicast); in DNSOutgoing()
DDNSMessage.java55 protected DNSMessage(int flags, int id, boolean multicast) { in DNSMessage() argument
59 _multicast = multicast; in DNSMessage()
DDNSIncoming.java245 …private DNSIncoming(int flags, int id, boolean multicast, DatagramPacket packet, long receivedTime… in DNSIncoming() argument
246 super(flags, id, multicast); in DNSIncoming()
/external/kernel-headers/original/linux/
Dif_link.h17 __u32 multicast; /* multicast packets received */ member
50 __u64 multicast; /* multicast packets received */ member
Dif_tr.h76 unsigned long multicast; /* multicast packets received */ member
/external/iproute2/include/linux/
Dif_link.h17 __u32 multicast; /* multicast packets received */ member
49 __u64 multicast; /* multicast packets received */ member
Dnetdevice.h51 unsigned long multicast; /* multicast packets received */ member
/external/quake/quake/src/QW/progs/
Dweapons.qc69 multicast (org, MULTICAST_PVS);
134 multicast (org, MULTICAST_PVS);
209 multicast (puff_org, MULTICAST_PVS);
220 multicast (puff_org, MULTICAST_PVS);
407 multicast (self.origin, MULTICAST_PHS);
467 multicast (trace_endpos, MULTICAST_PVS);
584 multicast (org, MULTICAST_PHS);
607 multicast (self.origin, MULTICAST_PHS);
811 multicast (self.origin, MULTICAST_PHS);
853 multicast (self.origin, MULTICAST_PHS);
Ddefs.qc401 float MSG_MULTICAST = 4; // for multicast() call
409 // multicast sets
701 void(vector where, float set) multicast = #82; // sends the temp message to a set
/external/iproute2/doc/
Dip-cref.tex117 \item \verb|maddress| --- multicast address
118 \item \verb|mroute| --- multicast routing cache entry
259 \item \verb|multicast on| or \verb|multicast off|
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.
511 \item \verb|mcast| --- the total number of received multicast packets. This option
939 on a \verb|NOARP| interface or if the address is multicast or broadcast.
[all …]
Dip-tunnels.tex388 It is possible to set \verb|remote| for GRE tunnel to a multicast
398 sent to multicast group 224.66.66.66. By default such tunnel starts
400 if multicast routing is supported in surrounding network, all GRE nodes
402 broadcast network. If multicast routing does not work, it is unpleasant
/external/mdnsresponder/mDNSPosix/
DReadMe.txt140 of its central role in the normal operation of multicast DNS, it is built
170 it also creates a multicast socket (SetupSocket).
231 As the responder quits it will multicast that the "Foo" service is
302 Provider. A local network user may send a maliciously crafted multicast
305 multicast DNS packets. This issue does not affect systems running Mac OS
/external/libpcap/
Dpcap.h172 u_long multicast; /* multicast packets received */ member
Dpcap-dos.h185 DWORD multicast; /* multicast packets received */ member

12