/freebsd/contrib/ntp/html/ |
H A D | discover.html | 23 <li class="inline"><a href="#bcst">Broadcast/Multicast Scheme</a></li> 29 …broadcast/multicast, many cast, and server pool, which are described on this page. The broadcast/m… 34 … acceptable packet arrives for a persistent (configured) or ephemeral (broadcast/multicast) assoc… 37 <h4 id="bcst">Broadcast/Multicast Scheme</h4> 38 …broadcast server generates messages continuously at intervals by default 64 s and time-to-live by … 39 … listen-only mode and sends no further messages. If for some reason the broadcast server does not … 40 …broadcast mode using the <tt>broadcast</tt> command and specifying the broadcast address of a loca… 41 <p>NTP multicast mode can be used to extend the scope using IPv4 multicast or IPv6 broadcast with d… 42 …broadcast</tt> command, but specifying a multicast address instead of a broadcast address. A multi… 43 …nfigure a host as both broadcast client and broadcast server. A number of hosts configured this wa… [all …]
|
H A D | assoc.html | 25 <li class="inline"><a href="#broad">Broadcast/Multicast Modes</a></li> 32 …chemes</a> page. Ephemeral associations are mobilized upon arrival of broadcast or multicast ser… 34 …r, symmetric active/passive and broadcast/multicast. There are three automatic server discovery sc… 54 <h4 id="broad">Broadcast/Multicast Modes</h4> 55 …broadcast and multicast modes are intended for configurations involving one or a few servers and a… 56 …broadcast or multicast messages using the <tt>broadcast</tt> command and specifying the subnet ad…
|
H A D | orphan.html | 17 …igure each of these servers as backup for the others using symmetric or broadcast modes. As long a… 33 <p>Figure 2. Orphan Broadcast Configuration</p> 35 …broadcast networks each core server is configured in both broadcast server and broadcast client mo…
|
H A D | xleave.html | 21 <p>Interleaved mode can be used only in NTP symmetric and broadcast modes. 22 …It is activated by the <tt>xleave</tt> option with the <tt>peer</tt> or <tt>broadcast</tt> configu… 23 …nds. A broadcast server configured for interleaved mode is transparent to ordinary broadcast clie…
|
H A D | confopt.html | 31 …) a remote server or peer (IPv4 class A, B and C or IPv6), (b) the IPv4 broadcast address of a loc… 38 <dt><tt>broadcast <i>address</i> [options ...]</tt></dt> 48 <dt id="broadcast"><tt>broadcast</tt></dt> 49 …<dd>For type b and m addressees (only), this command mobilizes a broadcast or multicast server mod… 84 …rather than the default persistent. This option is ignored with the <tt>broadcast</tt> command and… 90 …<dd>This option specifies the time-to-live <i><tt>ttl</tt></i> for the <tt>broadcast</tt> command … 95 …<dd>Operate in interleaved mode (symmetric and broadcast modes only). Further information is on th… 107 …of broadcast server messages to any local interface (type b address). Ordinarily, upon receiving a… 111 …y using a brief client/server exchange with the server, then enters the broadcast client mode, in …
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Predicate.h | 28 eBroadcastNever, ///< No broadcast will be sent when the value is modified. 29 eBroadcastAlways, ///< Always send a broadcast when the value is modified. 30 eBroadcastOnChange ///< Only broadcast if the value changes when the value is 80 /// way and broadcast if needed. 86 /// A value indicating when and if to broadcast. See the 89 /// \see Predicate::Broadcast() 99 Broadcast(old_value, broadcast_type); in SetValue() 200 /// Broadcast if needed. 202 /// Check to see if we need to broadcast to our condition variable 205 /// If \a broadcast_type is eBroadcastNever, no broadcast will be [all …]
|
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_multicast.c | 164 /* Set the cached Q_Key before we attach if it's the broadcast group */ in ipoib_mcast_join_finish() 168 if (!priv->broadcast) { in ipoib_mcast_join_finish() 172 priv->qkey = be32_to_cpu(priv->broadcast->mcmember.qkey); in ipoib_mcast_join_finish() 370 if (mcast == priv->broadcast) in ipoib_mcast_join_complete() 438 rec.qkey = priv->broadcast->mcmember.qkey; in ipoib_mcast_join() 440 rec.mtu = priv->broadcast->mcmember.mtu; in ipoib_mcast_join() 441 rec.traffic_class = priv->broadcast->mcmember.traffic_class; in ipoib_mcast_join() 443 rec.rate = priv->broadcast->mcmember.rate; in ipoib_mcast_join() 444 rec.sl = priv->broadcast->mcmember.sl; in ipoib_mcast_join() 445 rec.flow_label = priv->broadcast->mcmember.flow_label; in ipoib_mcast_join() [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/ |
H A D | get.ipv4remote.pl | 53 my %Broadcast; 63 # assume output is "inet X ... broadcast Z": 64 if (/inet (\S+) .* broadcast (\S+)/) { 66 $Broadcast{$addr} = $bcast; 78 open PING, "/sbin/ping -n -s 56 -c $MAXHOSTS $Broadcast{$local} |" or 81 if (/bytes from (.*): / and not defined $Broadcast{$1}) { 105 "$Broadcast{$local}\n" if $remote eq "";
|
/freebsd/tests/sys/netinet/ |
H A D | broadcast.c | 64 sizeof(*to)) == sizeof(buf), "sending of broadcast failed: %d", in bcastecho() 68 "failed to receive own broadcast"); in bcastecho() 71 /* Find a first broadcast capable interface and copy its broadcast address. */ 85 atf_tc_skip("No broadcast address found"); in firstbcast() 116 * Application sends on broadcast address of an interface, INADDR_BROADCAST 156 atf_tc_skip("No broadcast address found"); in ATF_TC_BODY() 160 * Application sends on broadcast address of an interface, and this is what
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ThreadedCommunication.h | 42 /// will broadcast a \b eBroadcastBitReadThreadGotBytes event. Clients that 45 /// broadcast parameter set to false. This will cause the \b 46 /// eBroadcastBitReadThreadGotBytes event not get broadcast, and then the 51 /// gets broadcast. If the read thread exits a \b 52 /// eBroadcastBitReadThreadDidExit event will be broadcast. Clients can also 166 /// broadcast); 178 /// size_t len, bool broadcast); 198 /// broadcast a \b eBroadcastBitReadThreadGotBytes event. 255 /// event to be broadcast if \a broadcast is true. 262 /// of the \a eBroadcastBitReadThreadGotBytes event by setting \a broadcast [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/cache/ |
H A D | qcom,llcc.yaml | 77 - description: LLCC broadcast base register region 99 - description: LLCC broadcast base register region 122 - description: LLCC broadcast base register region 150 - description: LLCC broadcast base register region 180 - description: LLCC broadcast base register region 205 - description: LLCC broadcast OR register region 206 - description: LLCC broadcast AND register region
|
/freebsd/contrib/ntp/html/scripts/ |
H A D | confopt.txt | 4 <li class='inline'><a href='confopt.html#broadcast'>broadcast - configure broadcast server associat… 8 <li class='inline'><a href='confopt.html#broadcastclient'>broadcastclient - enable broadcast client…
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrFoldTables.cpp | 27 // Table to map instructions safe to broadcast using a different width from the 196 // Broadcast tables. in X86MemUnfoldTable() 198 // Index 1, folded broadcast in X86MemUnfoldTable() 202 // Index 2, folded broadcast in X86MemUnfoldTable() 206 // Index 3, folded broadcast in X86MemUnfoldTable() 210 // Index 4, folded broadcast in X86MemUnfoldTable() 241 // This class stores the memory -> broadcast folding tables. It is instantiated 244 // Stores memory broadcast folding tables entries sorted by opcode. 248 // Broadcast tables. in X86BroadcastFoldTable() 302 // Sort the memory->broadcast fold table. in X86BroadcastFoldTable()
|
/freebsd/lib/libc/rpc/ |
H A D | clnt_bcast.c | 38 * Client interface to broadcast service. 86 * smaller than the parameter xdr packet, then broadcast is not 248 char *outbuf = NULL; /* Broadcast msg buffer */ in rpc_broadcast_exp() 258 /* An array of all the suitable broadcast transports */ in rpc_broadcast_exp() 293 * initialization: create a fd, a broadcast address, and send the in rpc_broadcast_exp() 294 * request on the broadcast transport. in rpc_broadcast_exp() 427 * Basic loop: broadcast the packets to transports which in rpc_broadcast_exp() 436 /* Broadcast all the packets now */ in rpc_broadcast_exp() 464 "broadcast packet"); in rpc_broadcast_exp() 470 fprintf(stderr, "Broadcast packet sent " in rpc_broadcast_exp() [all …]
|
/freebsd/contrib/ntp/conf/ |
H A D | rackety.conf | 6 # clocks and providing service via multicast, broadcast, manycast and 28 broadcast 224.0.1.1 autokey # multicast 29 broadcast 128.4.1.255 autokey # local subnet broadcast
|
/freebsd/sbin/pfctl/tests/files/ |
H A D | pf0049.in | 1 #test :broadcast and :network modifiers 6 #broadcast on lo0 doesn't make sense at all! 7 #block in on lo0 from any to lo0:broadcast
|
/freebsd/share/doc/psd/21.ipc/ |
H A D | 4.t | 317 \fIbroadcast\fP information to all hosts connected to a particular 352 Status information for each host is periodically broadcast 358 its broadcast capabilities. 360 Note that the use of broadcast for such a task is fairly inefficient, 370 first task is to act as a receiver of status information broadcast 450 Status information must be broadcast on the local network. 451 For networks which do not support the notion of broadcast another 470 support networks which provide a broadcast capability, as well as 496 to broadcast on any directly connected local 502 Such status information is broadcast to connected
|
/freebsd/share/doc/smm/01.setup/ |
H A D | 5.t | 141 to avoid confusion about broadcast addresses.) 179 .Sh 2 "Internet broadcast addresses" 181 The address defined as the broadcast address for Internet networks 184 \*(4B uses the standard broadcast address (all 1's) by default, 185 but allows the broadcast address to be set (with 190 In the presence of subnets, the broadcast address uses the subnet field 194 sent to the logical-network broadcast address as well as those sent 195 to the subnet broadcast address, and when using an all-1's broadcast, 196 also recognize and receive packets sent to host 0 as a broadcast. 297 on a network disagree on the network number or broadcast address.
|
/freebsd/contrib/ntp/sntp/ |
H A D | invoke-sntp.texi | 71 * sntp broadcast:: broadcast option (-b) 113 -b Str broadcast Listen to the address specified for broadcast time sync 201 @node sntp broadcast 202 @subsection broadcast option (-b) 203 @cindex sntp-broadcast 205 This is the ``listen to the address specified for broadcast time sync'' option. 206 This option takes a string argument @file{broadcast-address}. 313 only waiting for a broadcast respons [all...] |
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_addr.h | 86 * @broadcast: Broadcast address of the device. 96 unsigned char broadcast[MAX_ADDR_LEN]; member 157 return ((u16)dev_addr->broadcast[8] << 8) | (u16)dev_addr->broadcast[9]; in ib_addr_get_pkey() 162 dev_addr->broadcast[8] = pkey >> 8; in ib_addr_set_pkey() 163 dev_addr->broadcast[9] = (unsigned char) pkey; in ib_addr_set_pkey() 169 memcpy(gid, dev_addr->broadcast + 4, sizeof *gid); in ib_addr_get_mgid()
|
/freebsd/usr.sbin/bootparamd/callbootd/ |
H A D | callbootd.c | 26 static int broadcast; variable 84 if ( ! strcmp(server , "all") ) broadcast = 1; in main() 86 if ( ! broadcast ) { in main() 100 if (! broadcast ) { in main() 123 if (! broadcast ) { in main()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VVPInstrPatternsVec.td | 184 // Masked with passthru, broadcast. 201 // Unmasked, broadcast. 208 // Masked, broadcast. 220 // Masked with passthru, broadcast. 237 // Unmasked, broadcast. 244 // Masked, broadcast. 256 // Masked with passthru, broadcast. 456 // Masked with passthru, broadcast first. 467 // Unmasked, broadcast first. 474 // Masked, broadcast first. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | nvidia,tegra186-mc.yaml | 155 - const: broadcast 174 - const: broadcast 205 - const: broadcast 245 <0x0 0x02c10000 0x0 0x10000>, /* Broadcast channel */ 250 reg-names = "sid", "broadcast", "ch0", "ch1", "ch2", "ch3";
|
/freebsd/contrib/tcpdump/ |
H A D | print-token.c | 73 #define BROADCAST(trp) ((GET_BE_U_2((trp)->token_rcf) & 0xE000) >> 13) macro 122 "Non-Broadcast", "Non-Broadcast", 123 "Non-Broadcast", "Non-Broadcast", 185 ND_PRINT("%s ", broadcast_indicator[BROADCAST(trp)]); in token_print()
|
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | ipv6.h | 51 ipv6_ib_mc_map(const struct in6_addr *addr, const unsigned char *broadcast, in ipv6_ib_mc_map() argument 56 scope = broadcast[5] & 0xF; in ipv6_ib_mc_map() 65 buf[8] = broadcast[8]; in ipv6_ib_mc_map() 66 buf[9] = broadcast[9]; in ipv6_ib_mc_map()
|