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

1 2 34

  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
if_ether.h 26 #define ETH_DATA_LEN 1500
  /external/ppp/pppd/plugins/rp-pppoe/
common.c 62 if (len > ETH_DATA_LEN - 6) { /* 6-byte overhead for PPPoE header */
117 if (len > ETH_DATA_LEN - 6) { /* 6-byte overhead for PPPoE header */
if.c 347 if (ifr.ifr_mtu < ETH_DATA_LEN) {
350 ifname, ifr.ifr_mtu, ETH_DATA_LEN);
482 if (ifr.ifr_mtu < ETH_DATA_LEN) {
485 ifname, ifr.ifr_mtu, ETH_DATA_LEN);

Completed in 295 milliseconds

1 2 34