| /onnv/onnv-gate/usr/src/cmd/ipf/examples/ |
| mkfilters.sh | 111 if (/broadcast/) { 112 ($bcast{$iface} = $_) =~ s/.*broadcast ([^ ]+).*/$1/;
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/ip/ |
| get.ipv4remote.pl | 51 my %Broadcast; 61 # assume output is "inet X ... broadcast Z": 62 if (/inet (\S+) .* broadcast (\S+)/) { 64 $Broadcast{$addr} = $bcast; 76 open PING, "/usr/sbin/ping -ns $Broadcast{$local} 56 $MAXHOSTS |" or 79 if (/bytes from (.*): / and not defined $Broadcast{$1}) { 102 "$Broadcast{$local}\n" if $remote eq "";
|
| /onnv/onnv-gate/usr/src/uts/common/sys/1394/ |
| cmd1394.h | 48 * and broadcast informs a target driver whether the incoming request 49 * was broadcast to everyone. 166 uint_t broadcast; member in struct:cmd1394_cmd
|
| /onnv/onnv-gate/usr/src/stand/lib/inet/ |
| ibd.c | 92 * 7. /chosen:ipib-broadcast will provide the broadcast address. 120 * Common ARP code. Broadcast the packet and wait for the right response. 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...] |
| ethernet.c | 79 * Common ARP code. Broadcast the packet and wait for the right response. 139 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 */ [all...] |
| /onnv/onnv-gate/usr/src/cmd/svc/milestone/ |
| net-physical | 99 # exists, and then reset the broadcast address based on the netmask. 101 /sbin/ifconfig -auD4 netmask + broadcast + 377 /sbin/ifconfig -adD4 auto-revarp netmask + broadcast + up 447 netmask $mask broadcast + up 2>/dev/null;
|
| net-svc | 281 # We now need to reset the netmask and broadcast address for our network 294 # Re-set the netmask and broadcast addr for all IP interfaces. This 300 /usr/sbin/ifconfig -auD4 netmask + broadcast +
|
| /onnv/onnv-gate/usr/src/cmd/ypcmd/ |
| yp.sh | 87 # How do we handle the client broadcast case? Server replies 88 # to the outgoing port that sent the broadcast, but there's 131 $YPDIR/ypbind -broadcast > /dev/null 2>&1
|
| yp_b_svc.c | 68 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) {
|
| yp_b_subr.c | 92 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 "); [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/mac/ |
| README | 66 . mac_bcast.c Data path and switching for broadcast and
|
| /onnv/onnv-gate/usr/src/cmd/backup/dump/ |
| dump.h | 303 extern void broadcast(char *); 429 extern void broadcast();
|
| dumpoptr.c | 246 broadcast(message) function
|
| dumptape.c | 735 broadcast(gettext("WRITE ERROR!\n")); 750 broadcast(gettext("TAPE VERIFICATION ERROR!\n")); 1297 broadcast(buf1); [all...] |
| dumpmain.c | 1146 broadcast(msgp); [all...] |
| /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/ |
| nic.c | 43 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) [all...] |
| undi.c | 609 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 ) { [all...] |
| /onnv/onnv-gate/usr/src/cmd/power/ |
| powerd.c | 105 static int broadcast; /* Enables syslog messages */ variable 166 if (broadcast) 209 broadcast = 1; 216 broadcast = 0; [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4u/starfire/io/ |
| idn_dlpi.c | 251 * MIB II broadcast/multicast packets 329 * Ethernet broadcast address definition. 411 * a broadcast 0xff. 450 * Received a broadcast. Need to manually 454 PR_DLPI("%s: BROADCAST CHANNEL *** ERROR ***\n", proc); 1639 int broadcast = 0; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
| emlxs_dfc.h | 467 uint16_t broadcast:1; /* FC Word 1, bit 24 */ member in struct:fc_csp 477 uint16_t broadcast:1; /* FC Word 1, bit 24 */ member in struct:fc_csp
|
| emlxs_hw.h | 1091 uint16_t broadcast:1; /* FC Word 1, bit 24 */ member in struct:emlxs_csp 1105 uint16_t broadcast:1; \/* FC Word 1, bit 24 *\/ member in struct:emlxs_csp [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
| ping.c | 1003 boolean_t broadcast; /* is this 255.255.255.255? */ local 1007 /* check if broadcast */ 1009 broadcast = _B_TRUE; 1011 broadcast = _B_FALSE; 1013 /* check if IPv4-mapped address or broadcast */ 1015 IN6_IS_ADDR_V4MAPPED(&addr6)) || broadcast) { 1016 if (!broadcast) { 1037 * If it's a broadcast address, it cannot be an IPv6 address. 1041 * get_hostinfo() to treat a broadcast or a mapped address [all...] |
| /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
| ClientLib_en.properties | 86 cast_address_failure = Can''t resolve address ``{0}'''' for multicast or broadcast.
|
| /onnv/onnv-gate/usr/src/uts/common/io/lvm/raid/ |
| raid.c | 625 int broadcast = 0; local 635 broadcast++; 645 broadcast++; 657 broadcast++; 660 if (broadcast) { 679 int broadcast = 0; local 691 broadcast++; 706 if (broadcast) { [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/ |
| Socket.pm | 96 Returns the 4-byte 'this-lan' ip broadcast address.
|