/external/jmdns/src/javax/jmdns/impl/tasks/ |
D | DNSTask.java | 84 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/ |
D | UnixNetworkInterfaceTest.java | 69 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/ |
D | sv_send.c | 324 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()
|
D | sv_init.c | 308 sv.multicast.maxsize = sizeof(sv.multicast_buf); in SV_SpawnServer() 309 sv.multicast.data = sv.multicast_buf; in SV_SpawnServer()
|
D | server.h | 76 sizebuf_t multicast; member
|
/external/wpa_supplicant_8/src/ap/ |
D | iapp.c | 172 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/ |
D | README.txt | 39 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/ |
D | libipt_ULOG.man | 2 target is set for a rule, the Linux kernel will multicast this packet 6 multicast groups and receive the packets.
|
D | libxt_NFLOG.man | 4 with nfnetlink_log as logging backend, which will multicast the packet 7 socket to the specified multicast group. One or more userspace processes
|
D | libipt_CLUSTERIP.man | 15 Specify the ClusterIP MAC address. Has to be a link\-layer multicast address
|
D | libipt_addrtype.man | 24 a multicast address
|
/external/jmdns/src/javax/jmdns/impl/ |
D | DNSOutgoing.java | 205 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()
|
D | DNSMessage.java | 55 protected DNSMessage(int flags, int id, boolean multicast) { in DNSMessage() argument 59 _multicast = multicast; in DNSMessage()
|
D | DNSIncoming.java | 245 …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/ |
D | if_link.h | 17 __u32 multicast; /* multicast packets received */ member 50 __u64 multicast; /* multicast packets received */ member
|
D | if_tr.h | 76 unsigned long multicast; /* multicast packets received */ member
|
/external/iproute2/include/linux/ |
D | if_link.h | 17 __u32 multicast; /* multicast packets received */ member 49 __u64 multicast; /* multicast packets received */ member
|
D | netdevice.h | 51 unsigned long multicast; /* multicast packets received */ member
|
/external/quake/quake/src/QW/progs/ |
D | weapons.qc | 69 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);
|
D | defs.qc | 401 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/ |
D | 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| 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 …]
|
D | ip-tunnels.tex | 388 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/ |
D | ReadMe.txt | 140 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/ |
D | pcap.h | 172 u_long multicast; /* multicast packets received */ member
|
D | pcap-dos.h | 185 DWORD multicast; /* multicast packets received */ member
|