Searched refs:MTU (Results 1 - 12 of 12) sorted by relevance

/external/iproute2/examples/diffserv/
H A Def-prio5 $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/
H A Dexample.js22 // name: "...", displayName: "...", state: "...", type: "...", MTU: 1234,
29 // index, display name, name, type, state, ip addresses, MTU.
48 trEl.appendChild(makeTd(net_interface.MTU));
/external/libpcap/msdos/
H A Dpktdrvr.h63 WORD MTU; /* HiPerformance data, N/A */ member in struct:__anon24594
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api.cc69 TEST_F(RtpRtcpAPITest, MTU) {
/external/iproute2/examples/
H A Dcbq.init-v0.7.3306 # 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
952 rate $NEW_RATE buffer $BUFFER limit $LIMIT mtu $MTU $NEW_PEAK
/external/libpcap/
H A Dpcap-dos.c929 int rc, MTU, has_ip_addr; local
999 MTU = pkt_get_mtu();
1002 pcap_save.snapshot = MTU > 0 ? MTU : ETH_MAX; /* assume 1514 */
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary57 ATTRIBUTE Framed-MTU 12 integer
/external/srtp/test/
H A Dsrtp_driver.c1066 #define MTU 2048 macro
1068 char packet_string[MTU];
1077 if ((hdr == NULL) || (pkt_octet_len > MTU))
/external/chromium_org/third_party/libsrtp/srtp/test/
H A Dsrtp_driver.c1121 #define MTU 2048 macro
1123 char packet_string[MTU];
1132 if ((hdr == NULL) || (pkt_octet_len > MTU))
/external/iproute2/doc/
H A Dip-cref.tex279 --- change the MTU of the device.
1144 next hop router) and some optional attributes (f.e. the path MTU or
1276 \item \verb|mtu MTU| or \verb|mtu lock MTU|
1278 --- the MTU along the path to the destination. If the modifier \verb|lock| is
1279 not used, the MTU may be updated by the kernel due to Path MTU Discovery.
1280 If the modifier \verb|lock| is used, no path MTU discovery will be tried,
1282 or fragmented to MTU for IPv6.
1315 Linux uses a default value calculated from the first hop device MTU
[all...]
H A Dip-tunnels.tex247 \item \verb|nopmtudisc| --- disable Path MTU Discovery on this tunnel.
/external/libnl/lib/route/
H A Dlink.c29 * - MTU (>= 2.6.9)
692 diff |= LINK_DIFF(MTU, a->l_mtu != b->l_mtu);

Completed in 1099 milliseconds