/titanic_41/usr/src/lib/libslp/etc/ |
H A D | slp.conf.example | 109 # Force SLP agents to use broadcast only (instead of the default multicast): 119 # Change the multicast time-to-live (TTL). Default is 255. This example 120 # limits SLP multicast to the local subnet only: 133 # multicast convergance completes. Default is 15000 ms (15 seconds). This 140 # Set this property to control the intervals used in multicast convergance. 152 # but acts on DA discovery multicast convergance instead. Default is
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | Makefile | 26 MANIFEST= multicast.xml
|
H A D | mDNSPosix.c | 790 #error This platform has no way to avoid address busy errors on multicast. in SetupSocket()
|
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | nic.c | 310 unsigned char multicast[6]; in ip_transmit() local 313 multicast[0] = 0x01; in ip_transmit() 314 multicast[1] = 0x00; in ip_transmit() 315 multicast[2] = 0x5e; in ip_transmit() 316 multicast[3] = (hdestip >> 16) & 0x7; in ip_transmit() 317 multicast[4] = (hdestip >> 8) & 0xff; in ip_transmit() 318 multicast[5] = hdestip & 0xff; in ip_transmit() 319 eth_transmit(multicast, IP, len, buf); in ip_transmit()
|
H A D | davicom.c | 2 #error multicast support is not yet implemented
|
/titanic_41/usr/src/lib/libdns_sd/ |
H A D | README | 58 * svc:/network/dns/multicast:default introduced to manage mDNS daemon 60 to modify nss_mdns configuration in svc:/network/dns/multicast:default
|
/titanic_41/usr/src/lib/libslp/clib/ |
H A D | libslp.po | 57 msgid "could not set multicast TTL: %s" 59 msgid "could not set multicast interface: %s"
|
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ClientLib_en.properties | 48 multicast_error = Error during multicast: {0} \n Backtrace: {1} 86 cast_address_failure = Can''t resolve address ``{0}'''' for multicast or broadcast. 87 cast_socket_failure = Exception ``{0}'''' during error recovery trying to open multicast socket: {1} 155 ioexception_conv = IOException ``{0}'''' during multicast convergence: {1}
|
H A D | Server_en.properties | 57 rh_drop_da_multi = Dropping a multicast request to a DA. Request type:``{0}'''', xid=``0x{1}'''', h… 73 …pping {0} ``0x{1}'''' from host:port ``{2}:{3}'''' on interface ``{4}'''' because it was multicast. 75 …'''' from host:port ``{2}:{3}'''' on interface ``{4}'''' because it was multicast and either there…
|
H A D | SrvLocHeader.java | 236 boolean multicast, in externalize() argument
|
/titanic_41/usr/src/cmd/netfiles/ |
H A D | nsswitch.dns | 43 # svc:/network/dns/multicast:default must also be enabled. See mdnsd(1M)
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_dfc.h | 471 uint16_t multicast:1; /* FC Word 1, bit 25 */ member 483 uint16_t multicast:1; /* FC Word 1, bit 25 */ member
|
H A D | emlxs_hw.h | 1147 uint16_t multicast:1; /* FC Word 1, bit 25 */ member 1163 uint16_t multicast:1; /* FC Word 1, bit 25 */ member
|
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | README | 67 multicast packets.
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/ |
H A D | vfpf_if.h | 273 u8 multicast[PFVF_MAX_MULTICAST_PER_VF][6]; member
|
H A D | hw_channel.h | 359 u8 multicast[PFVF_MAX_MULTICAST_PER_VF][_UP_ETH_ALEN]; member
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | service-network-dns-mdns.mf | 60 file path=lib/svc/manifest/network/dns/multicast.xml group=sys mode=0444
|
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README.v6 | 523 multicast address for servers and relays, DHCPv6 also has a 528 well-known multicast address for local DHCPv6 servers and relays) 534 multicast, and resend our last message. 538 switching back to multicast: otherwise, a potential feedback loop is 1069 - If we get "UseMulticast" when we were already using multicast,
|
/titanic_41/usr/src/cmd/svc/shell/ |
H A D | mfsthistory | 346 svc:/network/dns/multicast:default var/svc/manifest/network/dns/multicast.xml 347 svc:/network/dns/multicast var/svc/manifest/network/dns/multicast.xml
|
/titanic_41/usr/src/uts/common/io/e1000api/ |
H A D | README | 199 The fix involved implementing multicast tables both at per stream 709 …8 e1000g inteface experience packet lost when switch between joining and leaving a multicast stream
|
/titanic_41/usr/src/uts/common/io/e1000g/ |
H A D | README | 199 The fix involved implementing multicast tables both at per stream 709 …8 e1000g inteface experience packet lost when switch between joining and leaving a multicast stream
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/ |
H A D | lm_vf.c | 2121 mm_mem_zero(&mess->multicast[idx_entries][0], ETHERNET_ADDRESS_SIZE); in lm_vf_pf_set_q_filters() 2123 …mm_memcpy(&mess->multicast[idx_entries][0], pbuf + idx_entries*ETHERNET_ADDRESS_SIZE, ETHERNET_ADD… in lm_vf_pf_set_q_filters() 2210 mm_mem_zero(&mess->multicast[idx_entries][0], ETHERNET_ADDRESS_SIZE); in lm_vf_pf_set_q_filters() 2212 …mm_memcpy(&mess->multicast[idx_entries][0], pbuf + idx_entries*ETHERNET_ADDRESS_SIZE, ETHERNET_ADD… in lm_vf_pf_set_q_filters()
|