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

/osnet-11/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)

Completed in 20 milliseconds