HomeSort by relevance Sort by last modified time
    Searched refs:ETH_HLEN (Results 76 - 83 of 83) sorted by null

1 2 34

  /external/grub/netboot/
lance.c 349 memcpy(&lp->tbuf[ETH_HLEN], p, s);
350 s += ETH_HLEN;
sis900.c 935 memcpy(txb + ETH_HLEN, p, s);
937 s += ETH_HLEN;
sk_g16.c 642 memcpy(&p->ram->tmdbuf[p->tmdnum][ETH_HLEN], pack, s);
643 s += ETH_HLEN;
smc9000.c 195 length = (s + ETH_HLEN + 1)&~1;
cs89x0.c 375 if ((sr = ((s + ETH_HLEN + 1)&~1)) < ETH_ZLEN)
tulip.c 412 unsigned char ehdr[ETH_HLEN]; /* buffer for ethernet header */
    [all...]
eepro.c 401 length = s + ETH_HLEN;
i82586.c 453 tx_cmd[4] = (s + ETH_HLEN) | 0x8000;

Completed in 971 milliseconds

1 2 34