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

12

/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_addr.h54 unsigned char broadcast[MAX_ADDR_LEN]; member in struct:rdma_dev_addr
67 return (((uint16_t)dev_addr->broadcast[8] << 8) |
68 (uint16_t)dev_addr->broadcast[9]);
74 dev_addr->broadcast[8] = pkey >> 8;
75 dev_addr->broadcast[9] = (unsigned char) pkey;
81 (void) memcpy(gid, dev_addr->broadcast + 4, sizeof (*gid));
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ip/
H A Dget.ipv4remote.pl60 # assume output is "inet X ... broadcast Z":
61 if (/inet (\S+) .* broadcast (\S+)/) {
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-netmask28 # Reset netmask and broadcast address whenever new information is
56 # Reset the netmask and broadcast address for our network interfaces.
66 # Re-set the netmask and broadcast addr for all IP interfaces. This
72 /usr/sbin/ifconfig -auD4 netmask + broadcast +
H A Dnet-physical116 # exists, and then reset the broadcast address based on the netmask.
118 /sbin/ifconfig -auD4 netmask + broadcast +
432 /sbin/ifconfig -adD4 auto-revarp netmask + broadcast + up
502 netmask $mask broadcast + up 2>/dev/null;
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dmkfilters.sh111 if (/broadcast/) {
112 ($bcast{$iface} = $_) =~ s/.*broadcast ([^ ]+).*/$1/;
/illumos-gate/usr/src/uts/common/sys/1394/
H A Dcmd1394.h48 * and broadcast informs a target driver whether the incoming request
49 * was broadcast to everyone.
166 uint_t broadcast; member in struct:cmd1394_cmd
/illumos-gate/usr/src/stand/lib/inet/
H A Dibd.c92 * 7. /chosen:ipib-broadcast will provide the broadcast address.
175 time = prom_gettime() + (delay * 1000); /* broadcast delay */
276 * layer broadcast address. Also respond to ARP requests. Generates
489 int broadcast = FALSE; local
520 broadcast = TRUE; /* limited broadcast */
522 if (!broadcast) {
529 broadcast = TRUE; /* directed broadcast */
[all...]
H A Dethernet.c139 time = prom_gettime() + (delay * 1000); /* broadcast delay */
277 * ethernet broadcast address. Also respond to ARP requests. Generates
497 int broadcast = FALSE; local
534 broadcast = TRUE; /* limited broadcast */
536 if (!broadcast) {
545 * check for all-hosts directed broadcast for
551 broadcast = TRUE; /* directed broadcast */
569 if (broadcast) {
[all...]
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b_svc.c68 int broadcast = 0; variable
119 } else if (strcmp(*argv, "-broadcast") == 0) {
120 broadcast = TRUE;
123 "usage: ypbind [-broadcast] [-ypset] [-ypsetme]\n");
138 if (broadcast == TRUE) {
140 "ypbind -broadcast: allowing broadcast! \
146 if (!broadcast && access(servers, R_OK) != 0) {
H A Dyp.sh148 # How do we handle the client broadcast case? Server replies
149 # to the outgoing port that sent the broadcast, but there's
194 $YPDIR/ypbind -broadcast > /dev/null 2>&1
H A Dyp_b_subr.c92 extern int broadcast;
309 * RETURN LATER: after spawning off a child to do the "broadcast" work.
319 /* Go about the broadcast (really, pinging here) business */
330 * ypservers list one by one or broadcast and accept whoever
479 if (broadcast) {
486 * broadcast on the network and find out the ypserv. No need
698 * This is called by the broadcast rpc routines to process the responses
699 * coming back from the broadcast request. Since the form of the request
746 fprintf(stderr, "ypbind_pipe_setdom: child broadcast case ");
/illumos-gate/usr/src/lib/brand/solaris10/cmd/
H A Ds10_net_physical.sh79 # file if one exists, and then reset the broadcast address based on
82 /sbin/ifconfig -auD4 netmask + broadcast +
391 /sbin/ifconfig -adD4 auto-revarp netmask + broadcast + up
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddump.h303 extern void broadcast(char *);
429 extern void broadcast();
H A Ddumpoptr.c246 broadcast(message) function
H A Ddumptape.c735 broadcast(gettext("WRITE ERROR!\n"));
750 broadcast(gettext("TAPE VERIFICATION ERROR!\n"));
1297 broadcast(buf1);
1350 broadcast(gettext("CHANGE VOLUMES!\7\7\n"));
1708 broadcast(gettext("DUMP IS AILING!\n"));
H A Ddumpmain.c1146 broadcast(msgp);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.c43 static const unsigned char broadcast[] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable
307 eth_transmit(broadcast, IP, len, buf);
347 eth_transmit(broadcast, ARP, sizeof(arpreq),
445 * broadcast packets. This will cause the reply to the packets we are
501 eth_transmit(broadcast, RARP, sizeof(rarpreq), &rarpreq);
549 if ((memcmp(broadcast, bootpreply->bp_hwaddr, ETH_ALEN) != 0) &&
646 if ((memcmp(broadcast, dhcpreply->bp_hwaddr, ETH_ALEN) != 0) &&
865 * code can be given a non-multicast (broadcast or unicast ip)
H A Dundi.c609 static const uint8_t broadcast[] = { 0xFF,0xFF,0xFF,0xFF,0xFF,0xFF }; local
611 /* XMitFlag selects unicast / broadcast */
612 if ( memcmp ( undi.xmit_data->destaddr, broadcast,
613 sizeof(broadcast) ) == 0 ) {
/illumos-gate/usr/src/cmd/power/
H A Dpowerd.c106 static int broadcast; /* Enables syslog messages */ variable
171 if (broadcast)
214 broadcast = 1;
221 broadcast = 0;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h472 uint16_t broadcast:1; /* FC Word 1, bit 24 */ member in struct:fc_csp
482 uint16_t broadcast:1; /* FC Word 1, bit 24 */ member in struct:fc_csp
H A Demlxs_hw.h1148 uint16_t broadcast:1; /* FC Word 1, bit 24 */ member in struct:emlxs_csp
1162 uint16_t broadcast:1; /* FC Word 1, bit 24 */ member in struct:emlxs_csp
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_dlpi.c248 * MIB II broadcast/multicast packets
326 * Ethernet broadcast address definition.
408 * a broadcast 0xff.
447 * Received a broadcast. Need to manually
1513 * specified is a multicast or broadcast address.
1636 int broadcast = 0; local
1690 * Caller wants to broadcast!
1693 PR_DLPI("%s: broadcast/multicast requested!!!\n", proc);
1695 broadcast = 1;
1731 * we can broadcast XD
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c1048 boolean_t broadcast; /* is this 255.255.255.255? */ local
1052 /* check if broadcast */
1054 broadcast = _B_TRUE;
1056 broadcast = _B_FALSE;
1058 /* check if IPv4-mapped address or broadcast */
1060 IN6_IS_ADDR_V4MAPPED(&addr6)) || broadcast) {
1061 if (!broadcast) {
1082 * If it's a broadcast address, it cannot be an IPv6 address.
1086 * get_hostinfo() to treat a broadcast or a mapped address
1532 * Applies to unicast, broadcast an
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid.c625 int broadcast = 0; local
635 broadcast++;
645 broadcast++;
657 broadcast++;
660 if (broadcast) {
679 int broadcast = 0; local
691 broadcast++;
706 if (broadcast) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd85 broadcast => 1,

Completed in 138 milliseconds

12