Searched refs:ETH_ZLEN (Results 1 - 15 of 15) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dif_ether.h14 #define ETH_ZLEN 60 /* Minimum packet */ macro
H A Dr8169.c521 while (s < ETH_ZLEN)
527 (OWNbit | FSbit | LSbit) | ((s > ETH_ZLEN) ? s :
528 ETH_ZLEN);
531 (OWNbit | EORbit | FSbit | LSbit) | ((s > ETH_ZLEN) ? s
532 : ETH_ZLEN);
H A Dns8390.c407 while (s < ETH_ZLEN) *((char *)eth_vmem+(s++)) = 0;
429 while (s < ETH_ZLEN) *((char *)eth_vmem+(s++)) = 0;
453 if (s < ETH_ZLEN) s = ETH_ZLEN;
537 if ((pkthdr.status & D8390_RSTAT_PRX) == 0 || len < ETH_ZLEN
H A Drtl8139.c387 while (len < ETH_ZLEN) {
450 (rx_size < ETH_ZLEN) || (rx_size > ETH_FRAME_LEN + 4)) {
H A Depic100.c329 while(len < ETH_ZLEN)
H A Dnatsemi.c634 while (s < ETH_ZLEN)
H A Dw89c840.c510 while (s < ETH_ZLEN)
H A Dforcedeth.c860 while (s < ETH_ZLEN) /* pad to min length */
H A Dns83820.c738 while (s < ETH_ZLEN)
H A Dpcnet32.c605 while (s < ETH_ZLEN) /* pad to min length */
H A Dsis900.c1103 while (s < ETH_ZLEN)
H A Dsundance.c534 while (s < ETH_ZLEN)
H A Dvia-rhine.c1270 while (s < ETH_ZLEN)
H A Dtlan.c662 while (s < ETH_ZLEN)
H A Dtulip.c1094 while (s < ETH_ZLEN)

Completed in 76 milliseconds