HomeSort by relevance Sort by last modified time
    Searched refs:mtu (Results 126 - 150 of 411) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
wanrouter.h 151 unsigned mtu; member in struct:wandev_conf
251 unsigned mtu; member in struct:wandev_stat
332 unsigned mtu; member in struct:wanif_conf
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
wanrouter.h 151 unsigned mtu; member in struct:wandev_conf
251 unsigned mtu; member in struct:wandev_stat
332 unsigned mtu; member in struct:wanif_conf
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/linux/
wanrouter.h 151 unsigned mtu; member in struct:wandev_conf
251 unsigned mtu; member in struct:wandev_stat
332 unsigned mtu; member in struct:wanif_conf
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/
wanrouter.h 151 unsigned mtu; member in struct:wandev_conf
251 unsigned mtu; member in struct:wandev_stat
332 unsigned mtu; member in struct:wanif_conf
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/
wanrouter.h 151 unsigned mtu; member in struct:wandev_conf
251 unsigned mtu; member in struct:wandev_stat
332 unsigned mtu; member in struct:wanif_conf
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
wanrouter.h 151 unsigned mtu; member in struct:wandev_conf
251 unsigned mtu; member in struct:wandev_stat
332 unsigned mtu; member in struct:wanif_conf
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
wanrouter.h 151 unsigned mtu; member in struct:wandev_conf
251 unsigned mtu; member in struct:wandev_stat
332 unsigned mtu; member in struct:wanif_conf
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
wanrouter.h 151 unsigned mtu; member in struct:wandev_conf
251 unsigned mtu; member in struct:wandev_stat
332 unsigned mtu; member in struct:wanif_conf
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 151 unsigned mtu; member in struct:wandev_conf
251 unsigned mtu; member in struct:wandev_stat
332 unsigned mtu; member in struct:wanif_conf
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
wanrouter.h 151 unsigned mtu; member in struct:wandev_conf
251 unsigned mtu; member in struct:wandev_stat
332 unsigned mtu; member in struct:wanif_conf
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
wanrouter.h 151 unsigned mtu; member in struct:wandev_conf
251 unsigned mtu; member in struct:wandev_stat
332 unsigned mtu; member in struct:wanif_conf
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
wanrouter.h 151 unsigned mtu; member in struct:wandev_conf
251 unsigned mtu; member in struct:wandev_stat
332 unsigned mtu; member in struct:wanif_conf
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
wanrouter.h 151 unsigned mtu; member in struct:wandev_conf
251 unsigned mtu; member in struct:wandev_stat
332 unsigned mtu; member in struct:wanif_conf
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
wanrouter.h 151 unsigned mtu; member in struct:wandev_conf
251 unsigned mtu; member in struct:wandev_stat
332 unsigned mtu; member in struct:wanif_conf
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
wanrouter.h 151 unsigned mtu; member in struct:wandev_conf
251 unsigned mtu; member in struct:wandev_stat
332 unsigned mtu; member in struct:wanif_conf
  /external/chromium_org/third_party/libjingle/source/talk/base/
asyncsocket.h 112 virtual int EstimateMTU(uint16* mtu) {
113 return socket_->EstimateMTU(mtu);
macasyncsocket.h 45 virtual int EstimateMTU(uint16* mtu);
  /external/dhcpcd/
net.h 104 #define set_mtu(iface, mtu) do_mtu(iface, mtu)
  /external/tcpdump/
print-eigrp.c 131 u_int8_t mtu[3]; member in struct:eigrp_tlv_ip_int_t
151 u_int8_t mtu[3]; member in struct:eigrp_tlv_ip_ext_t
170 u_int8_t mtu[3]; member in struct:eigrp_tlv_at_int_t
189 u_int8_t mtu[3]; member in struct:eigrp_tlv_at_ext_t
344 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
347 EXTRACT_24BITS(&tlv_ptr.eigrp_tlv_ip_int->mtu),
381 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
384 EXTRACT_24BITS(&tlv_ptr.eigrp_tlv_ip_ext->mtu),
413 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
416 EXTRACT_24BITS(&tlv_ptr.eigrp_tlv_at_int->mtu),
    [all...]
  /external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
UnixNetworkInterfaceTest.java 129 int mtu = netif.getMTU(); local
131 String cmd = "ifconfig " + name + " mtu 1000";
134 assertEquals(name + " MTU should be 1000", 1000, netif.getMTU());
136 cmd = "ifconfig " + name + " mtu " + mtu;
139 assertEquals(name + " MTU should be " + mtu, mtu, netif
  /external/kernel-headers/original/linux/
wanrouter.h 213 unsigned mtu; /* maximum transmit unit size */ member in struct:wandev_conf
340 unsigned mtu; /* max. transmit unit for this device */ member in struct:wandev_stat
428 unsigned mtu; /* maximum transmit unit size */ member in struct:wanif_conf
477 unsigned mtu; /* max physical transmit unit size */ member in struct:wan_device
  /external/libppp/src/
radius.h 52 unsigned long mtu; /* FRAMED MTU */ member in struct:radius
  /frameworks/base/core/java/android/net/
VpnService.java 286 * Set the maximum transmission unit (MTU) of the VPN interface. If
292 public Builder setMtu(int mtu) {
293 if (mtu <= 0) {
294 throw new IllegalArgumentException("Bad mtu");
296 mConfig.mtu = mtu;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmlec.h 60 int mtu; member in struct:atmlec_config_msg
if_frad.h 96 short mtu; member in struct:frad_conf

Completed in 1175 milliseconds

1 2 3 4 56 7 8 91011>>