Searched defs:broadcast (Results 1 - 14 of 14) sorted by relevance

/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/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) {
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpoptr.c246 broadcast(message) function
/illumos-gate/usr/src/stand/lib/inet/
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...]
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...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
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 ) {
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)
/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/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/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/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/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

Completed in 154 milliseconds