/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";
|
/external/chromium_org/native_client_sdk/src/examples/api/network_monitor/ |
example.js | 22 // name: "...", displayName: "...", state: "...", type: "...", MTU: 1234, 29 // index, display name, name, type, state, ip addresses, MTU. 48 trEl.appendChild(makeTd(net_interface.MTU));
|
/frameworks/base/core/tests/coretests/src/android/net/ |
LinkPropertiesTest.java | 37 private static int MTU = 1500; 97 source.setMtu(MTU); 109 target.setMtu(MTU); 122 target.setMtu(MTU); 135 target.setMtu(MTU); 147 target.setMtu(MTU); 159 target.setMtu(MTU); 170 // change mtu 194 source.setMtu(MTU); 205 target.setMtu(MTU); [all...] |
/external/libpcap/msdos/ |
pktdrvr.h | 63 WORD MTU; /* HiPerformance data, N/A */
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/ |
test_api.cc | 69 TEST_F(RtpRtcpAPITest, MTU) {
|
/external/iproute2/examples/ |
cbq.init-v0.7.3 | 306 # MTU=<bytes> optional, default "1500" 310 # PEAK parameter. It defaults to MTU of ethernet - for other 329 # This parameter should not be set lower than link MTU, for ethernet 502 CBQ_WORDS="$CBQ_WORDS|LIMIT|PEAK|MTU|QUANTUM|PERTURB" 615 BUFFER=10Kb/8; LIMIT=15Kb; MTU=1500 779 rate $RATE buffer $BUFFER limit $LIMIT mtu $MTU $PEAK [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...] |
/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...] |
/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...] |
/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...] |
/external/iproute2/doc/ |
ip-cref.tex | 277 \item \verb|mtu NUMBER| 279 --- change the MTU of the device. 353 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100 356 5: sit0@NONE: <NOARP,UP> mtu 1480 qdisc noqueue 359 2: dummy: <BROADCAST,NOARP> mtu 1500 qdisc noop 381 Then we see the interface {\em mtu\/} (``maximal transfer unit''). This determines 487 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100 529 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100 729 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.
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
TelephonyProvider.java | 238 "mtu INTEGER);"); 359 " ADD COLUMN mtu INTEGER DEFAULT 0;"); 490 String mtu = parser.getAttributeValue(null, "mtu"); local 491 if (mtu != null) { 492 map.put(Telephony.Carriers.MTU, Integer.parseInt(mtu)); [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...] |