HomeSort by relevance Sort by last modified time
    Searched defs:MTU (Results 1 - 8 of 8) sorted by null

  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
MyVpnService.java 34 private static int MTU = 1799;
117 builder.setMtu(MTU);
130 mPacketReflector = new PacketReflector(mFd.getFileDescriptor(), MTU);
  /external/libpcap/msdos/
pktdrvr.h 63 WORD MTU; /* HiPerformance data, N/A */
  /external/chromium_org/third_party/libsrtp/srtp/test/
srtp_driver.c 1121 #define MTU 2048
1123 char packet_string[MTU];
1132 if ((hdr == NULL) || (pkt_octet_len > MTU))
    [all...]
  /external/srtp/test/
srtp_driver.c 1066 #define MTU 2048
1068 char packet_string[MTU];
1077 if ((hdr == NULL) || (pkt_octet_len > MTU))
    [all...]
  /external/libpcap/
pcap-dos.c 929 int rc, MTU, has_ip_addr;
999 MTU = pkt_get_mtu();
1002 pcap_save.snapshot = MTU > 0 ? MTU : ETH_MAX; /* assume 1514 */
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/
LinkPropertiesTest.java 39 private static int MTU = 1500;
99 source.setMtu(MTU);
111 target.setMtu(MTU);
124 target.setMtu(MTU);
137 target.setMtu(MTU);
149 target.setMtu(MTU);
161 target.setMtu(MTU);
172 // change mtu
196 source.setMtu(MTU);
207 target.setMtu(MTU);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndiswan.h 352 ULONG MTU;
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 250 * The MTU size of the mobile interface to which the APN connected
253 public static final String MTU = "mtu";
    [all...]

Completed in 1743 milliseconds