Home
last modified time | relevance | path

Searched refs:multicast (Results 1 – 22 of 22) sorted by relevance

/titanic_41/usr/src/lib/libslp/etc/
H A Dslp.conf.example109 # 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 DMakefile26 MANIFEST= multicast.xml
H A DmDNSPosix.c790 #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 Dnic.c310 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 Ddavicom.c2 #error multicast support is not yet implemented
/titanic_41/usr/src/lib/libdns_sd/
H A DREADME58 * 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 Dlibslp.po57 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 DClientLib_en.properties48 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 DServer_en.properties57 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 DSrvLocHeader.java236 boolean multicast, in externalize() argument
/titanic_41/usr/src/cmd/netfiles/
H A Dnsswitch.dns43 # 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 Demlxs_dfc.h471 uint16_t multicast:1; /* FC Word 1, bit 25 */ member
483 uint16_t multicast:1; /* FC Word 1, bit 25 */ member
H A Demlxs_hw.h1147 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 DREADME67 multicast packets.
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/
H A Dvfpf_if.h273 u8 multicast[PFVF_MAX_MULTICAST_PER_VF][6]; member
H A Dhw_channel.h359 u8 multicast[PFVF_MAX_MULTICAST_PER_VF][_UP_ETH_ALEN]; member
/titanic_41/usr/src/pkg/manifests/
H A Dservice-network-dns-mdns.mf60 file path=lib/svc/manifest/network/dns/multicast.xml group=sys mode=0444
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME.v6523 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 Dmfsthistory346 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 DREADME199 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 DREADME199 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 Dlm_vf.c2121 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()