/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/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 | libipt_CLUSTERIP.man | 15 Specify the ClusterIP MAC address. Has to be a link-layer multicast address
|
D | libipt_addrtype.man | 19 a multicast address
|
/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
|
D | misc.qc | 226 multicast (self.origin, MULTICAST_PHS); 330 multicast (org, MULTICAST_PVS);
|
D | triggers.qc | 315 multicast (org, MULTICAST_PHS);
|
D | player.qc | 145 multicast (self.origin, MULTICAST_PVS);
|
/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/iproute2/include/linux/ |
D | netdevice.h | 51 unsigned long multicast; /* multicast packets received */ member
|
D | if_link.h | 18 __u32 multicast; /* multicast packets received */ member
|
/external/kernel-headers/original/linux/ |
D | if_tr.h | 76 unsigned long multicast; /* multicast packets received */ member
|
D | if_link.h | 18 __u32 multicast; /* multicast packets received */ member
|
D | if_vlan.h | 185 stats->multicast++; in __vlan_hwaccel_rx()
|
D | netdevice.h | 118 unsigned long multicast; /* multicast packets received */ member
|
/external/libpcap/ |
D | pcap-dos.h | 185 DWORD multicast; /* multicast packets received */ member
|
D | pcap.h | 172 u_long multicast; /* multicast packets received */ member
|
D | scanner.l | 254 multicast return TK_MULTICAST;
|
/external/ipsec-tools/ |
D | NEWS | 137 o Ignore multicast addresses for IKE
|
/external/dnsmasq/ |
D | dnsmasq.conf.example | 377 # Use bootserver on network, found my multicast or broadcast. 383 # If you have multicast-FTP available,
|
/external/qemu/ |
D | qemu-options.hx | 757 " 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.
|