| /freebsd-9-stable/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| D | ipoib_multicast.c | 164 if (!priv->broadcast) { in ipoib_mcast_join_finish() 168 priv->qkey = be32_to_cpu(priv->broadcast->mcmember.qkey); in ipoib_mcast_join_finish() 363 if (mcast == priv->broadcast) in ipoib_mcast_join_complete() 431 rec.qkey = priv->broadcast->mcmember.qkey; in ipoib_mcast_join() 433 rec.mtu = priv->broadcast->mcmember.mtu; in ipoib_mcast_join() 434 rec.traffic_class = priv->broadcast->mcmember.traffic_class; in ipoib_mcast_join() 436 rec.rate = priv->broadcast->mcmember.rate; in ipoib_mcast_join() 437 rec.sl = priv->broadcast->mcmember.sl; in ipoib_mcast_join() 438 rec.flow_label = priv->broadcast->mcmember.flow_label; in ipoib_mcast_join() 439 rec.hop_limit = priv->broadcast->mcmember.hop_limit; in ipoib_mcast_join() [all …]
|
| /freebsd-9-stable/sys/contrib/rdma/ |
| D | ib_addr.h | 67 unsigned char broadcast[MAX_ADDR_LEN]; member 113 return ((u16)dev_addr->broadcast[8] << 8) | (u16)dev_addr->broadcast[9]; in ib_addr_get_pkey() 118 dev_addr->broadcast[8] = pkey >> 8; in ib_addr_set_pkey() 119 dev_addr->broadcast[9] = (unsigned char) pkey; in ib_addr_set_pkey() 125 memcpy(gid, dev_addr->broadcast + 4, sizeof *gid); in ib_addr_get_mgid()
|
| /freebsd-9-stable/sys/ofed/include/net/ |
| D | ipv6.h | 41 ipv6_ib_mc_map(const struct in6_addr *addr, const unsigned char *broadcast, in ipv6_ib_mc_map() argument 46 scope = broadcast[5] & 0xF; in ipv6_ib_mc_map() 55 buf[8] = broadcast[8]; in ipv6_ib_mc_map() 56 buf[9] = broadcast[9]; in ipv6_ib_mc_map()
|
| /freebsd-9-stable/usr.sbin/bootparamd/callbootd/ |
| D | callbootd.c | 30 int broadcast; variable 96 if ( ! strcmp(server , "all") ) broadcast = 1; 98 if ( ! broadcast ) { 112 if (! broadcast ) { 135 if (! broadcast ) {
|
| /freebsd-9-stable/contrib/ntp/html/scripts/ |
| 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-9-stable/sys/ofed/include/rdma/ |
| D | ib_addr.h | 65 unsigned char broadcast[MAX_ADDR_LEN]; member 113 return ((u16)dev_addr->broadcast[8] << 8) | (u16)dev_addr->broadcast[9]; in ib_addr_get_pkey() 118 dev_addr->broadcast[8] = pkey >> 8; in ib_addr_set_pkey() 119 dev_addr->broadcast[9] = (unsigned char) pkey; in ib_addr_set_pkey() 125 memcpy(gid, dev_addr->broadcast + 4, sizeof *gid); in ib_addr_get_mgid()
|
| /freebsd-9-stable/contrib/ntp/conf/ |
| D | grundoon.conf | 10 broadcast 128.4.2.255 key 5 # brpadcast on LAN shared key 11 broadcast 239.1.1.2 autokey # multicast on WAN autokey
|
| D | rackety.conf | 28 broadcast 224.0.1.1 autokey # multicast 29 broadcast 128.4.1.255 autokey # local subnet broadcast
|
| /freebsd-9-stable/contrib/ntp/sntp/libevent/ |
| D | evthread_win32.c | 146 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()
|
| D | evthread_pthread.c | 125 evthread_posix_cond_signal(void *cond_, int broadcast) in evthread_posix_cond_signal() argument 129 if (broadcast) in evthread_posix_cond_signal()
|
| /freebsd-9-stable/sbin/dhclient/ |
| D | dhclient.conf | 8 request subnet-mask, broadcast-address, time-offset, 33 option broadcast-address 192.33.137.255;
|
| /freebsd-9-stable/usr.sbin/ypbind/ |
| D | ypbind.c | 100 void broadcast(struct _dom_binding *); 473 broadcast(ypbindlist); in main() 571 broadcast(ypdb); in handle_children() 651 broadcast(struct _dom_binding *ypdb) in broadcast() function 791 broadcast(ypdb); in ping() 807 broadcast(ypdb); in ping() 876 broadcast(ypdb); in rpc_received()
|
| /freebsd-9-stable/contrib/ntp/sntp/ |
| 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 response a longer timeout is
|
| D | sntp-opts.def | 59 name = broadcast; 61 descrip = "Listen to the address specified for broadcast time sync"; 63 arg-name = "broadcast-address"; 217 only waiting for a broadcast response a longer timeout is
|
| /freebsd-9-stable/contrib/ofed/management/opensm/doc/ |
| D | OpenSM_PKey_Mgr.txt | 19 3. A flag should control the generation of IPoIB broadcast group for 21 top of the IPoIB broadcast group). 68 broadcast MGRP. If the partition does not support IPoIB, it should
|
| /freebsd-9-stable/libexec/bootpd/ |
| D | Problems | 58 option and the (new) BOOTP "broadcast flag" both set. 61 The "broadcast flag" is not yet supported, but there is 64 You may need to use a differnet broadcast address.
|
| /freebsd-9-stable/contrib/ipfilter/test/regress/ |
| D | i20 | 2 block in on hme0 from any to hme0/broadcast
|
| /freebsd-9-stable/contrib/ntp/lib/isc/include/isc/ |
| D | interfaceiter.h | 56 isc_netaddr_t broadcast; /*&< Broadcast address. */ member
|
| /freebsd-9-stable/usr.sbin/bootparamd/bootparamd/ |
| D | README | 52 broadcast is performed. The broadcast is performed 4 times and then the
|
| /freebsd-9-stable/contrib/ntp/sntp/libevent/include/event2/ |
| D | thread.h | 157 int (*signal_condition)(void *cond, int broadcast);
|
| /freebsd-9-stable/contrib/ntp/scripts/stats/ |
| D | README.timecodes | 24 correctly or has never synchronized to the broadcast signal. When the 26 synchronized to the broadcast signal, then lost the signal and is 60 yy = year (as broadcast)
|
| /freebsd-9-stable/contrib/ipfilter/ |
| D | WhatsNew40.txt | 46 * broadcast (2,3); 89 (2) - On Solaris/HP-UX, broadcast packets are seen as multicast packets.
|
| D | mkfilters | 112 ($bcast{$iface} = $_) =~ s/.*broadcast ([^ ]+).*/$1/;
|
| /freebsd-9-stable/sbin/dump/ |
| D | optr.c | 136 broadcast(""); /* just print last msg */ in alarmcatch() 161 broadcast(const char *message) in broadcast() function
|
| /freebsd-9-stable/share/examples/IPv6/ |
| D | USAGE | 58 inet 163.221.202.12 netmask 0xffffff00 broadcast 163.221.202.255 91 inet 163.221.202.12 netmask 0xffffff00 broadcast 163.221.202.255 98 inet 163.221.202.12 netmask 0xffffff00 broadcast 163.221.202.255 123 inet 163.221.202.12 netmask 0xffffff00 broadcast 163.221.202.255 130 inet 163.221.203.12 netmask 0xffffff00 broadcast 163.221.203.255 152 inet 163.221.202.12 netmask 0xffffff00 broadcast 163.221.202.255 159 inet 163.221.203.12 netmask 0xffffff00 broadcast 163.221.203.255
|