/external/iproute2/examples/diffserv/ |
ef-prio | 5 $MTU="1.5kB"; 11 # EF class: Maximum about one MTU sized packet allowed on the queue 13 print "$TC qdisc add $DEV parent 2:1 tbf rate $efrate burst $MTU limit 1.6kB\n";
|
/cts/hostsidetests/devicepolicy/app/VpnApp/src/com/android/cts/vpnfirewall/ |
ReflectorVpnService.java | 36 private static int MTU = 1799; 128 builder.setMtu(MTU); 139 mPingReflector = new PingReflector(mFd.getFileDescriptor(), MTU);
|
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
MyVpnService.java | 33 private static int MTU = 1799; 116 builder.setMtu(MTU); 129 mPacketReflector = new PacketReflector(mFd.getFileDescriptor(), MTU);
|
/external/libpcap/msdos/ |
pktdrvr.h | 63 WORD MTU; /* HiPerformance data, N/A */
|
/frameworks/base/core/tests/coretests/src/android/net/ |
LinkPropertiesTest.java | 45 private static int MTU = 1500; 110 source.setMtu(MTU); 122 target.setMtu(MTU); 135 target.setMtu(MTU); 148 target.setMtu(MTU); 160 target.setMtu(MTU); 172 target.setMtu(MTU); 183 // change mtu 207 source.setMtu(MTU); 218 target.setMtu(MTU); [all...] |
/external/iproute2/examples/ |
cbq.init-v0.7.3 | 305 # MTU=<bytes> optional, default "1500" 309 # PEAK parameter. It defaults to MTU of ethernet - for other 328 # This parameter should not be set lower than link MTU, for ethernet 501 CBQ_WORDS="$CBQ_WORDS|LIMIT|PEAK|MTU|QUANTUM|PERTURB" 614 BUFFER=10Kb/8; LIMIT=15Kb; MTU=1500 778 rate $RATE buffer $BUFFER limit $LIMIT mtu $MTU $PEAK [all...] |
/external/libpcap/ |
pcap-dos.c | 927 int rc, MTU, has_ip_addr; 997 MTU = pkt_get_mtu(); 1000 pcap_save.snapshot = MTU > 0 ? MTU : ETH_MAX; /* assume 1514 */ [all...] |
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/ |
test_api.cc | 126 TEST_F(RtpRtcpAPITest, MTU) {
|
/external/ppp/pppd/plugins/radius/etc/ |
dictionary | 57 ATTRIBUTE Framed-MTU 12 integer
|
/external/srtp/test/ |
srtp_driver.c | 1066 #define MTU 2048 1068 char packet_string[MTU]; 1077 if ((hdr == NULL) || (pkt_octet_len > MTU)) [all...] |
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
TelephonyProvider.java | 138 // wait_time, max_conns_time, mtu, bearer_bitmask, user_visible 316 MTU + " INTEGER DEFAULT 0," + 323 // modem_cognitive, max_conns, wait_time, max_conns_time, mtu, bearer_bitmask, 558 " ADD COLUMN mtu INTEGER DEFAULT 0;"); [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 | 251 * The MTU size of the mobile interface to which the APN connected 254 public static final String MTU = "mtu"; [all...] |
/external/iproute2/doc/ |
ip-cref.tex | 312 \item \verb|mtu NUMBER| 314 --- change the MTU of the device. 388 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100 391 5: sit0@NONE: <NOARP,UP> mtu 1480 qdisc noqueue 394 2: dummy: <BROADCAST,NOARP> mtu 1500 qdisc noop 416 Then we see the interface {\em mtu\/} (``maximal transfer unit''). This determines 522 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100 564 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100 764 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100 [all...] |
ip-tunnels.tex | 247 \item \verb|nopmtudisc| --- disable Path MTU Discovery on this tunnel.
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
DcTrackerTest.java | 169 Telephony.Carriers.MAX_CONNS_TIME, Telephony.Carriers.MTU, 197 0, // mtu 226 0, // mtu 255 0, // mtu 340 dcResponse.mtu = 1440; [all...] |
/external/libnl/lib/route/ |
link.c | 29 * - MTU (>= 2.6.9) 473 nl_dump_line(p, " mtu %u ", link->l_mtu); 692 diff |= LINK_DIFF(MTU, a->l_mtu != b->l_mtu); 717 __ADD(LINK_ATTR_MTU, mtu) [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DcTracker.java | [all...] |