Searched refs:broadcast (Results 1 - 25 of 58) sorted by relevance

123

/freebsd-11-stable/contrib/ntp/conf/
H A Dgrundoon.conf10 broadcast 128.4.2.255 key 5 # brpadcast on LAN shared key
11 broadcast 239.1.1.2 autokey # multicast on WAN autokey
H A Drackety.conf6 # 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-11-stable/sbin/dhclient/
H A Ddhclient.conf8 request subnet-mask, broadcast-address, time-offset,
33 option broadcast-address 192.33.137.255;
/freebsd-11-stable/sys/compat/linuxkpi/common/include/net/
H A Dipv6.h47 ipv6_ib_mc_map(const struct in6_addr *addr, const unsigned char *broadcast, argument
52 scope = broadcast[5] & 0xF;
61 buf[8] = broadcast[8];
62 buf[9] = broadcast[9];
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c163 /* Set the cached Q_Key before we attach if it's the broadcast group */
167 if (!priv->broadcast) {
171 priv->qkey = be32_to_cpu(priv->broadcast->mcmember.qkey);
366 if (mcast == priv->broadcast)
434 rec.qkey = priv->broadcast->mcmember.qkey;
436 rec.mtu = priv->broadcast->mcmember.mtu;
437 rec.traffic_class = priv->broadcast->mcmember.traffic_class;
439 rec.rate = priv->broadcast->mcmember.rate;
440 rec.sl = priv->broadcast->mcmember.sl;
441 rec.flow_label = priv->broadcast
501 struct ipoib_mcast *broadcast; local
714 ipoib_mcast_addr_is_valid(const u8 *addr, unsigned int addrlen, const u8 *broadcast) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dget.ipv4remote.pl61 # assume output is "inet X ... broadcast Z":
62 if (/inet (\S+) .* broadcast (\S+)/) {
/freebsd-11-stable/usr.sbin/bootparamd/callbootd/
H A Dcallbootd.c30 int broadcast; variable
95 if ( ! strcmp(server , "all") ) broadcast = 1;
97 if ( ! broadcast ) {
111 if (! broadcast ) {
134 if (! broadcast ) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DPredicate.h27 eBroadcastNever, ///< No broadcast will be sent when the value is modified.
28 eBroadcastAlways, ///< Always send a broadcast when the value is modified.
29 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
200 /// Check to see if we need to broadcast to our condition variable
203 /// If \a broadcast_type is eBroadcastNever, no broadcast will be
207 /// will always be broadcast.
210 /// variable be broadcast if the owned value changes.
212 bool broadcast local
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dinterfaceiter.h56 isc_netaddr_t broadcast; /*&< Broadcast address. */ member in struct:isc_interface
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dthread.h151 /** Function to signal a condition variable. If 'broadcast' is 1, all
157 int (*signal_condition)(void *cond, int broadcast);
/freebsd-11-stable/contrib/ipfilter/
H A Dmkfilters111 if (/broadcast/) {
112 ($bcast{$iface} = $_) =~ s/.*broadcast ([^ ]+).*/$1/;
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_addr.h73 * @broadcast: Broadcast address of the device.
83 unsigned char broadcast[MAX_ADDR_LEN]; member in struct:rdma_dev_addr
144 return ((u16)dev_addr->broadcast[8] << 8) | (u16)dev_addr->broadcast[9];
149 dev_addr->broadcast[8] = pkey >> 8;
150 dev_addr->broadcast[9] = (unsigned char) pkey;
156 memcpy(gid, dev_addr->broadcast + 4, sizeof *gid);
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devthread_pthread.c125 evthread_posix_cond_signal(void *cond_, int broadcast) argument
129 if (broadcast)
H A Devthread_win32.c146 evthread_win32_condvar_signal(void *cond, int broadcast) argument
149 if (broadcast)
218 evthread_win32_cond_signal(void *cond_, int broadcast) argument
222 if (broadcast)
H A Devthread.c447 evthreadimpl_cond_signal_(void *cond, int broadcast) argument
450 return evthread_cond_fns_.signal_condition(cond, broadcast);
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dsparcv9-gf2m.pl84 srax $a4,63,@i[1] ! broadcast 61st bit
87 srax $a2,63,@i[0] ! broadcast 62nd bit
89 srax $a1,63,$lo ! broadcast 63rd bit
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp270 bool broadcast,
274 "broadcast = {3})",
275 this, bytes, (uint64_t)len, broadcast); local
280 // If the user registered a callback, then call it and do not broadcast
285 if (broadcast)
269 AppendBytesToCache(const uint8_t *bytes, size_t len, bool broadcast, ConnectionStatus status) argument
/freebsd-11-stable/sbin/dump/
H A Ddump.h93 void broadcast(const char *message);
H A Doptr.c136 broadcast(""); /* just print last msg */
161 broadcast(const char *message) function
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_cond.c383 ATF_TC(broadcast); variable
384 ATF_TC_HEAD(broadcast, tc)
389 ATF_TC_BODY(broadcast, tc)
578 ATF_TP_ADD_TC(tp, broadcast);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h45 /// AppendBytesToCache (const uint8_t *src, size_t src_len, bool broadcast);
71 /// will broadcast a \b eBroadcastBitReadThreadGotBytes event. Clients that
74 /// broadcast parameter set to false. This will cause the \b
75 /// eBroadcastBitReadThreadGotBytes event not get broadcast, and then the
80 /// gets broadcast. If the read thread exits a \b
81 /// eBroadcastBitReadThreadDidExit event will be broadcast. Clients can also
235 /// broadcast);
247 /// size_t len, bool broadcast);
267 /// broadcast a \b eBroadcastBitReadThreadGotBytes event.
324 /// event to be broadcast i
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c49 static const u8 broadcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; variable
81 broadcast,
106 wpa_s->own_addr, broadcast,
401 dst = broadcast;
426 wpa_s->own_addr, broadcast,
798 src, wpa_s->own_addr, broadcast,
1082 addr, wpa_s->own_addr, broadcast,
1217 src, wpa_s->own_addr, broadcast,
1524 MAC2STR(broadcast), pkex->freq, DPP_PA_PKEX_EXCHANGE_REQ);
1525 offchannel_send_action(wpa_s, pkex->freq, broadcast,
[all...]
/freebsd-11-stable/usr.sbin/ypbind/
H A Dypbind.c102 void broadcast(struct _dom_binding *);
487 broadcast(ypbindlist);
585 broadcast(ypdb);
664 broadcast(struct _dom_binding *ypdb) function
718 * gets to be our server. Note that this is not a broadcast
773 * we invalidate this binding entry and send out a broadcast to try to
804 broadcast(ypdb);
820 broadcast(ypdb);
889 broadcast(ypdb);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h209 void AppendBytesToCache(const uint8_t *bytes, size_t len, bool broadcast,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h408 bool broadcast = false);
412 bool broadcast = false);
430 bool broadcast = false);
432 bool SetSelectedFrameByIndex(uint32_t frame_idx, bool broadcast = false);

Completed in 172 milliseconds

123