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

/osnet-11/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
/osnet-11/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 ) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.pm96 Returns the 4-byte 'this-lan' ip broadcast address.

Completed in 28 milliseconds