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

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
if_ether.h 19 #define ETH_ZLEN 60
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
if_ether.h 19 #define ETH_ZLEN 60
  /bionic/libc/kernel/common/linux/
if_ether.h 25 #define ETH_ZLEN 60
  /external/iproute2/include/linux/
if_ether.h 33 #define ETH_ZLEN 60 /* Min. octets in frame sans FCS */
  /external/grub/netboot/
ni5010.c 252 if (len < ETH_ZLEN)
253 len = ETH_ZLEN;
264 while (s++ < ETH_ZLEN - ETH_HLEN) /* Pad to min size */
cs89x0.c 249 outw(ETH_ZLEN, eth_nic_base + TX_LEN_PORT);
259 (ETH_ZLEN+1)>>1);
375 if ((sr = ((s + ETH_HLEN + 1)&~1)) < ETH_ZLEN)
376 sr = ETH_ZLEN;
fa311.c 290 if (len < ETH_ZLEN)
293 while (s < (unsigned char*)(txp+ETH_ZLEN))
295 len = ETH_ZLEN;
sk_g16.c 70 #define ETH_ZLEN 60 /* Min. octets in frame sans FCS */
644 while (s < ETH_ZLEN) /* pad to min length */
649 len = ETH_ZLEN < s ? s : ETH_ZLEN;
ns8390.c 355 while (s < ETH_ZLEN) *((char *)eth_bmem+(s++)) = 0;
376 while (s < ETH_ZLEN) *((char *)eth_bmem+(s++)) = 0;
400 if (s < ETH_ZLEN) s = ETH_ZLEN;
475 if ((pkthdr.status & D8390_RSTAT_PRX) == 0 || len < ETH_ZLEN
depca.c 628 len = (s < ETH_ZLEN ? ETH_ZLEN : s);
rtl8139.c 353 while (len < ETH_ZLEN) {
413 (rx_size < ETH_ZLEN) || (rx_size > ETH_FRAME_LEN + 4)) {
etherboot.h 97 #define ETH_ZLEN 60 /* Minimum packet */
3c509.c 144 outw(SET_RX_EARLY_THRESH | ETH_ZLEN, BASE + EP_COMMAND);
natsemi.c 636 while (s < ETH_ZLEN)
i82586.c 451 if (s < ETH_ZLEN)
452 s = ETH_ZLEN;
lance.c 352 while (s < ETH_ZLEN) /* pad to min length */
sis900.c 944 while (s < ETH_ZLEN)
w89c840.c 519 while (s < ETH_ZLEN)
via-rhine.c 1152 while (s < ETH_ZLEN)
tulip.c     [all...]
  /external/kernel-headers/original/linux/
if_ether.h 33 #define ETH_ZLEN 60 /* Min. octets in frame sans FCS */
  /external/iputils/Modules/
pg3.c 122 int pkt_size=ETH_ZLEN;

Completed in 426 milliseconds

1 23