Home
last modified time | relevance | path

Searched refs:broadcast (Results 1 – 25 of 167) sorted by relevance

1234567

/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c168 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()
446 rec.hop_limit = priv->broadcast->mcmember.hop_limit; in ipoib_mcast_join()
[all …]
/freebsd/usr.sbin/bootparamd/callbootd/
H A Dcallbootd.c26 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/sys/compat/linuxkpi/common/include/net/
H A Dipv6.h51 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()
/freebsd/contrib/ntp/html/scripts/
H A Dconfopt.txt4 <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/sbin/pfctl/tests/files/
H A Dpf0049.in1 #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/sys/ofed/include/rdma/
H A Dib_addr.h96 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/contrib/llvm-project/lldb/include/lldb/Utility/
H A DPredicate.h214 bool broadcast = in Broadcast() local
220 __FUNCTION__, old_value, broadcast_type, m_value, broadcast); in Broadcast()
222 if (broadcast) in Broadcast()
/freebsd/sys/net/
H A Dif_infiniband.c70 const uint8_t *broadcast, uint8_t *buf) in infiniband_ipv4_multicast_map() argument
75 scope = broadcast[5] & 0xF; in infiniband_ipv4_multicast_map()
85 buf[8] = broadcast[8]; in infiniband_ipv4_multicast_map()
86 buf[9] = broadcast[9]; in infiniband_ipv4_multicast_map()
103 const uint8_t *broadcast, uint8_t *buf) in infiniband_ipv6_multicast_map() argument
107 scope = broadcast[5] & 0xF; in infiniband_ipv6_multicast_map()
117 buf[8] = broadcast[8]; in infiniband_ipv6_multicast_map()
118 buf[9] = broadcast[9]; in infiniband_ipv6_multicast_map()
/freebsd/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.conf28 broadcast 224.0.1.1 autokey # multicast
29 broadcast 128.4.1.255 autokey # local subnet broadcast
/freebsd/contrib/ntp/sntp/libevent/
H A Devthread_win32.c146 evthread_win32_condvar_signal(void *cond, int broadcast) in evthread_win32_condvar_signal() argument
149 if (broadcast) in evthread_win32_condvar_signal()
218 evthread_win32_cond_signal(void *cond_, int broadcast) in evthread_win32_cond_signal() argument
222 if (broadcast) in evthread_win32_cond_signal()
H A Devthread_pthread.c125 evthread_posix_cond_signal(void *cond_, int broadcast) in evthread_posix_cond_signal() argument
129 if (broadcast) in evthread_posix_cond_signal()
/freebsd/contrib/libevent/
H A Devthread_win32.c146 evthread_win32_condvar_signal(void *cond, int broadcast) in evthread_win32_condvar_signal() argument
149 if (broadcast) in evthread_win32_condvar_signal()
218 evthread_win32_cond_signal(void *cond_, int broadcast) in evthread_win32_cond_signal() argument
222 if (broadcast) in evthread_win32_cond_signal()
H A Devthread_pthread.c125 evthread_posix_cond_signal(void *cond_, int broadcast) in evthread_posix_cond_signal() argument
129 if (broadcast) in evthread_posix_cond_signal()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVVPInstrPatternsVec.td184 // 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/usr.sbin/ypbind/
H A Dypbind.c95 void broadcast(struct _dom_binding *);
482 broadcast(ypbindlist); in main()
580 broadcast(ypdb); in handle_children()
659 broadcast(struct _dom_binding *ypdb) in broadcast() function
799 broadcast(ypdb); in ping()
815 broadcast(ypdb); in ping()
884 broadcast(ypdb); in rpc_received()
/freebsd/contrib/ntp/sntp/
H A Dinvoke-sntp.texi71 * 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/libexec/bootpd/
H A DProblems57 option and the (new) BOOTP "broadcast flag" both set.
60 The "broadcast flag" is not yet supported, but there is
63 You may need to use a differnet broadcast address.
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp240 bool broadcast, in AppendBytesToCache() argument
246 this, bytes, (uint64_t)len, broadcast); in AppendBytesToCache()
256 if (broadcast) in AppendBytesToCache()
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_cond.c383 ATF_TC(broadcast);
384 ATF_TC_HEAD(broadcast, tc) in ATF_TC_HEAD() argument
389 ATF_TC_BODY(broadcast, tc) in ATF_TC_BODY() argument
666 ATF_TP_ADD_TC(tp, broadcast); in ATF_TP_ADD_TCS()
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c62 static const u8 broadcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; variable
94 broadcast, in wpas_dpp_qr_code()
208 wpa_s->own_addr, broadcast, in wpas_dpp_auth_resp_retry_timeout()
428 auth->peer_mac_addr, wpa_s->own_addr, broadcast, in wpas_dpp_send_conn_status_result()
799 dst = broadcast; in wpas_dpp_auth_init_next()
824 wpa_s->own_addr, broadcast, in wpas_dpp_auth_init_next()
1158 auth->peer_mac_addr, wpa_s->own_addr, broadcast, in wpas_dpp_tx_auth_resp()
1953 addr, wpa_s->own_addr, broadcast, in wpas_dpp_gas_resp_cb()
2115 src, wpa_s->own_addr, broadcast, in wpas_dpp_rx_auth_resp()
2578 if (offchannel_send_action(wpa_s, freq, src, wpa_s->own_addr, broadcast, in wpas_dpp_rx_reconfig_announcement()
[all …]
/freebsd/contrib/netbsd-tests/ipf/regress/
H A Di202 block in on hme0 from any to hme0/broadcast
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h423 bool broadcast = false);
427 bool broadcast = false);
450 bool broadcast = false);
452 bool SetSelectedFrameByIndex(uint32_t frame_idx, bool broadcast = false);
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dinterfaceiter.h56 isc_netaddr_t broadcast; /*&< Broadcast address. */ member
/freebsd/usr.sbin/bootparamd/bootparamd/
H A DREADME51 broadcast is performed. The broadcast is performed 4 times and then the

1234567