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

12

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/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
/netbsd-6-1-5-RELEASE/dist/dhcp/client/
H A Ddhclient.conf6 request subnet-mask, broadcast-address, time-offset, routers,
30 option broadcast-address 192.33.137.255;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dgold-threads.h154 broadcast() = 0;
183 broadcast() function in class:gold::Condvar
184 { this->condvar_->broadcast(); }
H A Dgold-threads.cc185 broadcast() function in class:gold::Condvar_impl_nothreads
206 broadcast();
248 Condvar_impl_threads::broadcast() function in class:gold::Condvar_impl_threads
H A Dworkqueue.cc261 this->condvar_.broadcast();
509 this->condvar_.broadcast();
/netbsd-6-1-5-RELEASE/dist/dhcp/server/
H A Ddhcpd.conf42 option broadcast-address 10.254.239.31;
52 option broadcast-address 10.5.5.31;
/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dmkfilters111 if (/broadcast/) {
112 ($bcast{$iface} = $_) =~ s/.*broadcast ([^ ]+).*/$1/;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dinterfaceiter.h58 isc_netaddr_t broadcast; /*&< Broadcast address. */ member in struct:isc_interface
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dguard.cc343 get_static_cond().broadcast();
382 get_static_cond().broadcast();
/netbsd-6-1-5-RELEASE/usr.bin/rump_dhcpclient/
H A Dif-bsd.c136 const struct in_addr *netmask, const struct in_addr *broadcast,
158 if (action >= 0 && broadcast) {
159 ADDADDR(ifa.ifra_broadaddr, broadcast);
135 if_address(const struct interface *iface, const struct in_addr *address, const struct in_addr *netmask, const struct in_addr *broadcast, int action) argument
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/
H A Dsntp-opts.def115 name = broadcast;
119 arg-name = "broadcast-address";
121 If specified SNTP will listen to the specified broadcast address
135 When waiting for a broadcast packet SNTP will wait the number
/netbsd-6-1-5-RELEASE/tests/lib/libpthread/
H A Dt_cond.c391 ATF_TC(broadcast); variable
392 ATF_TC_HEAD(broadcast, tc)
397 ATF_TC_BODY(broadcast, tc)
566 ATF_TP_ADD_TC(tp, broadcast);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dcomplete.conf36 broadcast 192.168.192.255
/netbsd-6-1-5-RELEASE/dist/dhcp/contrib/ms2isc/
H A Dms2isc.pl266 if (exists ${$Scope}{broadcast}) {
267 print $outfile $pound, "\toption broadcast-address ${$Scope}{broadcast};\n";
268 } elsif (exists ${$GlobalOptions}{broadcast}) {
269 print $outfile $pound, "\toption broadcast-address ${$GlobalOptions}{broadcast};\n";
317 # $Scopes{<subnet>}{broadcast} => string
440 $Scopes{$Subnets[$i]}{broadcast} = $SBroadcastAddress[0];
567 # $GlobalOptions{broadcast} => string
607 # broadcast addres
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dconcurrence.h285 void broadcast() function in class:__cond
/netbsd-6-1-5-RELEASE/sbin/dump/
H A Doptr.c160 broadcast(""); /* just print last msg */
189 broadcast(const char *message) function
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/modes/asm/
H A Dghash-armv4.pl344 vdup.8 $xi,`&Dlo("$IN")`[0] @ broadcast lowest byte
374 vdup.8 $xi,`&Dlo("$IN")`[0] @ broadcast lowest byte
383 vdup.8 $xi,`&Dlo("$IN")`[0] @ broadcast lowest byte
/netbsd-6-1-5-RELEASE/external/bsd/dhcpcd/dist/
H A Dif-bsd.c159 const struct in_addr *netmask, const struct in_addr *broadcast,
180 if (action >= 0 && broadcast) {
181 ADDADDR(ifa.ifra_broadaddr, broadcast);
158 if_address(const struct interface *iface, const struct in_addr *address, const struct in_addr *netmask, const struct in_addr *broadcast, int action) argument
/netbsd-6-1-5-RELEASE/dist/dhcp/client/scripts/
H A Dopenbsd39 new_broadcast_arg="broadcast $new_broadcast_address"
42 old_broadcast_arg="broadcast $old_broadcast_address"
67 broadcast 255.255.255.255 up
H A Dbsdos39 new_broadcast_arg="broadcast $new_broadcast_address"
42 old_broadcast_arg="broadcast $old_broadcast_address"
67 broadcast 255.255.255.255 up
H A Dfreebsd64 new_broadcast_arg="broadcast $new_broadcast_address"
67 old_broadcast_arg="broadcast $old_broadcast_address"
92 broadcast 255.255.255.255 up
H A Dlinux18 # 3. I have to calculate the network address, and calculate the broadcast
62 new_broadcast_arg="broadcast $new_broadcast_address"
65 old_broadcast_arg="broadcast $old_broadcast_address"
90 broadcast 255.255.255.255 up
91 # Add route to make broadcast work. Do not omit netmask.
H A Dnetbsd39 new_broadcast_arg="broadcast $new_broadcast_address"
42 old_broadcast_arg="broadcast $old_broadcast_address"
67 broadcast 255.255.255.255 up
H A Dsolaris34 new_broadcast_arg="broadcast $new_broadcast_address"
37 old_broadcast_arg="broadcast $old_broadcast_address"
75 broadcast 255.255.255.255 up

Completed in 149 milliseconds

12