Home
last modified time | relevance | path

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

12

/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/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.
Dlibipt_CLUSTERIP.man15 Specify the ClusterIP MAC address. Has to be a link-layer multicast address
Dlibipt_addrtype.man19 a multicast address
/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
Dmisc.qc226 multicast (self.origin, MULTICAST_PHS);
330 multicast (org, MULTICAST_PVS);
Dtriggers.qc315 multicast (org, MULTICAST_PHS);
Dplayer.qc145 multicast (self.origin, MULTICAST_PVS);
/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/iproute2/include/linux/
Dnetdevice.h51 unsigned long multicast; /* multicast packets received */ member
Dif_link.h18 __u32 multicast; /* multicast packets received */ member
/external/kernel-headers/original/linux/
Dif_tr.h76 unsigned long multicast; /* multicast packets received */ member
Dif_link.h18 __u32 multicast; /* multicast packets received */ member
Dif_vlan.h185 stats->multicast++; in __vlan_hwaccel_rx()
Dnetdevice.h118 unsigned long multicast; /* multicast packets received */ member
/external/libpcap/
Dpcap-dos.h185 DWORD multicast; /* multicast packets received */ member
Dpcap.h172 u_long multicast; /* multicast packets received */ member
Dscanner.l254 multicast return TK_MULTICAST;
/external/ipsec-tools/
DNEWS137 o Ignore multicast addresses for IKE
/external/dnsmasq/
Ddnsmasq.conf.example377 # Use bootserver on network, found my multicast or broadcast.
383 # If you have multicast-FTP available,
/external/qemu/
Dqemu-options.hx757 " connect the vlan 'n' to multicast maddr and port\n"
835 machines using a UDP multicast socket, effectively making a bus for
836 every QEMU with same multicast address @var{maddr} and @var{port}.
841 correct multicast setup for these hosts).
846 Use @option{fd=h} to specify an already opened UDP multicast socket.

12