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

12

/openbsd-current/regress/sys/kern/sosplice/loop/
H A Dbcast.pl33 -b bcast broadcast address, default 255.255.255.255
39 my $broadcast = $opts{b} || "255.255.255.255";
49 LocalHost => $broadcast,
/openbsd-current/usr.sbin/dhcpd/
H A Ddhcpd.conf16 option broadcast-address 204.254.239.31;
23 option broadcast-address 204.254.239.31;
33 option broadcast-address 192.5.5.31;
/openbsd-current/regress/usr.sbin/ifstated/
H A Difstated112 ifconfig carp${VHIDA} inet ${PREFIX}.${VHIDA} netmask 255.255.255.0 broadcast \
114 ifconfig carp${VHIDB} inet ${PREFIX}.${VHIDB} netmask 255.255.255.0 broadcast \
142 ifconfig carp${VHIDA} inet ${PREFIX}.${VHIDA} netmask 255.255.255.0 broadcast \
147 ifconfig carp${VHIDB} inet ${PREFIX}.${VHIDB} netmask 255.255.255.0 broadcast \
156 ifconfig carp${VHIDB} inet ${PREFIX}.${VHIDB} netmask 255.255.255.0 broadcast \
/openbsd-current/gnu/llvm/lldb/include/lldb/Utility/
H A DPredicate.h28 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
202 /// Check to see if we need to broadcast to our condition variable
205 /// If \a broadcast_type is eBroadcastNever, no broadcast will be
209 /// will always be broadcast.
212 /// variable be broadcast if the owned value changes.
214 bool broadcast local
[all...]
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DThreadedCommunication.h42 /// 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.
243 /// event to be broadcast if \a broadcast i
[all...]
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DThreadedCommunication.cpp235 bool broadcast,
240 "broadcast = {3})",
241 this, bytes, (uint64_t)len, broadcast); local
246 // If the user registered a callback, then call it and do not broadcast
251 if (broadcast)
234 AppendBytesToCache(const uint8_t *bytes, size_t len, bool broadcast, ConnectionStatus status) argument
/openbsd-current/sbin/shutdown/
H A Dshutdown.c260 int broadcast, i, logged; local
262 broadcast = 1;
273 * Don't spam the users: skip our offset's warning broadcast if
274 * there's a broadcast scheduled after ours and it's relatively
279 broadcast = 0;
282 if (broadcast)
284 broadcast = 1;
/openbsd-current/regress/sbin/ifconfig/
H A DMakefile85 REGRESS_TARGETS += run-ether-broadcast
86 run-ether-broadcast:
89 grep 'inet ${ETHER_ADDR} .* broadcast ${ETHER_NET}.255$$' ifconfig.out
299 REGRESS_TARGETS += run-ether-ifaddr-broadcast
300 run-ether-ifaddr-broadcast:
301 ${IFADDR} ${ETHER_IF} ${ETHER_ADDR} broadcast ${ETHER_NET}.255
303 grep 'inet ${ETHER_ADDR} .* broadcast ${ETHER_NET}.255$$' ifconfig.out
331 REGRESS_TARGETS += run-ether-ifaddr-change-broadcast
332 run-ether-ifaddr-change-broadcast:
333 ${IFADDR} ${ETHER_IF} ${ETHER_NET}.1/24 broadcast
[all...]
/openbsd-current/sbin/dump/
H A Ddump.h86 void broadcast(char *message);
H A Doptr.c146 broadcast(""); /* just print last msg */
172 broadcast(char *message) function
H A Dtape.c207 broadcast("DUMP WRITE ERROR!\n");
437 broadcast("CHANGE DUMP VOLUMES!\7\7\n");
H A Dmain.c603 broadcast("DUMP IS DONE!\7\7\n");
/openbsd-current/sys/dev/fdt/
H A Dbcm2835_mbox.c197 bcmmbox_intr_helper(struct bcmmbox_softc *sc, int broadcast) argument
218 if (broadcast)
/openbsd-current/regress/sys/netinet/arp/
H A DMakefile97 # machine's MAC. Target MAC is broadcast, Target IP is remote address.
136 # Send ARP request with broadcast MAC as sender.
138 # Check that the remote machine rejects the broadcast sender.
139 REGRESS_TARGETS += run-arp-broadcast
140 run-arp-broadcast: addr.py
141 @echo Send ARP Request with broadcast as sender hardware address
147 grep 'bsd: arp: ether address is broadcast for IP address ${LOCAL_ADDR}' diff.log
/openbsd-current/gnu/llvm/libcxxabi/src/
H A Dcxa_guard_impl.h300 bool broadcast() { return std::__libcpp_condvar_broadcast(&cond); } function in struct:__cxxabiv1::__anon264::LibcppCondVar
356 if (global_cond.broadcast()) {
357 ABORT_WITH_MESSAGE("%s failed to broadcast", "__cxa_guard_release");
373 if (global_cond.broadcast()) {
374 ABORT_WITH_MESSAGE("%s failed to broadcast", "__cxa_guard_abort");
/openbsd-current/sys/dev/sbus/
H A Dcgtwelvereg.h139 u_int32_t broadcast; member in struct:cgtwelve_dpu
/openbsd-current/gnu/llvm/lldb/include/lldb/Target/
H A DThread.h416 bool broadcast = false);
420 bool broadcast = false);
438 bool broadcast = false);
440 bool SetSelectedFrameByIndex(uint32_t frame_idx, bool broadcast = false);
/openbsd-current/usr.sbin/vmd/
H A Ddhcp.c42 static const uint8_t broadcast[6] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; variable
71 if (memcmp(pc.pc_dmac, broadcast, ETHER_ADDR_LEN) != 0 &&
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DThread.cpp276 bool broadcast) {
278 if (broadcast)
284 bool Thread::SetSelectedFrameByIndex(uint32_t frame_idx, bool broadcast) { argument
288 if (broadcast)
298 const bool broadcast = true; local
299 bool success = SetSelectedFrameByIndex(frame_idx, broadcast);
1458 bool broadcast) {
1468 return ReturnFromFrame(frame_sp, return_value_sp, broadcast);
1473 bool broadcast) {
1535 if (broadcast
275 SetSelectedFrame(lldb_private::StackFrame *frame, bool broadcast) argument
1456 ReturnFromFrameWithIndex(uint32_t frame_idx, lldb::ValueObjectSP return_value_sp, bool broadcast) argument
1471 ReturnFromFrame(lldb::StackFrameSP frame_sp, lldb::ValueObjectSP return_value_sp, bool broadcast) argument
[all...]
/openbsd-current/lib/libcrypto/modes/asm/
H A Dghash-armv4.pl345 vdup.8 $xi,`&Dlo("$IN")`[0] @ broadcast lowest byte
375 vdup.8 $xi,`&Dlo("$IN")`[0] @ broadcast lowest byte
384 vdup.8 $xi,`&Dlo("$IN")`[0] @ broadcast lowest byte
/openbsd-current/usr.sbin/ypbind/
H A Dypbind.c83 int broadcast(struct _dom_binding *ypdb, char *, int);
555 * no binding timeout broadcast no binding 5 sec
558 * checking timeout ping server + broadcast checking 5 sec
716 return broadcast(ypdb, buf, outlen);
720 broadcast(struct _dom_binding *ypdb, char *buf, int outlen) function
983 * after a broadcast we prefer the localhost
/openbsd-current/sys/dev/pci/
H A Dif_iwireg.h381 uint16_t broadcast; /* dwell time */ member in struct:iwi_scan
/openbsd-current/sys/dev/pci/drm/include/drm/display/
H A Ddrm_dp_mst_helper.h155 bool broadcast; member in struct:drm_dp_sideband_msg_hdr
/openbsd-current/lib/libpcap/
H A Dscanner.l215 broadcast return TK_BROADCAST;
/openbsd-current/sys/dev/pci/drm/display/
H A Ddrm_dp_mst_topology.c282 buf[idx++] = (hdr->broadcast << 7) | (hdr->path_msg << 6) |
319 hdr->broadcast = (buf[idx] >> 7) & 0x1;
2772 hdr->broadcast = 1;
2774 hdr->broadcast = 0;
2776 if (hdr->broadcast) {
3536 int req_type, bool broadcast)
3943 if (hdr->broadcast) {
3534 drm_dp_send_up_ack_reply(struct drm_dp_mst_topology_mgr *mgr, struct drm_dp_mst_branch *mstb, int req_type, bool broadcast) argument

Completed in 168 milliseconds

12