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

1 23

  /external/grub/netboot/
otulip.c 54 static unsigned char ehdr[ETH_HLEN]; /* buffer for ethernet header */
283 txd.buf1sz = ETH_HLEN;
ns8390.c 353 memcpy((char *)eth_bmem+ETH_HLEN, p, s);
354 s += ETH_HLEN;
374 memcpy((char *)eth_bmem+ETH_HLEN, p, s);
375 s += ETH_HLEN;
398 eth_pio_write(p, (eth_tx_start<<8)+ETH_HLEN, s);
399 s += ETH_HLEN;
w89c840.c 516 memcpy (tx_packet + ETH_HLEN, p, s);
517 s += ETH_HLEN;
520 *((char *) tx_packet + ETH_HLEN + (s++)) = 0;
3c509.c 166 printf("{l=%d,t=%hX}",s+ETH_HLEN,t);
172 len=s+ETH_HLEN; /* actual length of packet */
davicom.c 576 memcpy(&txb[ETH_HLEN], p, s); /* Frame data */
579 txd[TxPtr].buf1sz = ETH_HLEN+s;
depca.c 626 memcpy_toio(mem + ETH_HLEN, p, s);
627 s += ETH_HLEN;
fa311.c 287 memcpy(txp + ETH_HLEN, data, len);
288 len += ETH_HLEN;
natsemi.c 627 memcpy(txb + ETH_HLEN, p, s);
629 s += ETH_HLEN;
rtl8139.c 344 memcpy(tx_buffer + ETH_HLEN, data, len);
346 len += ETH_HLEN;
fsys_tftp.c 103 tr = (struct tftp_t *) &nic.packet[ETH_HLEN];
via-rhine.c 1150 memcpy (tp->tx_buffs[entry] + ETH_HLEN, p, s);
1151 s += ETH_HLEN;
1153 *((char *) tp->tx_buffs[entry] + ETH_HLEN + (s++)) = 0;
1155 tp->tx_ring[entry].tx_ctrl.bits.tx_buf_size = ETH_HLEN + s;
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;
  /external/dhcpcd/
lpf.c 42 # define BPF_ETHCOOK -ETH_HLEN

Completed in 366 milliseconds

1 23