/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 | 943 int rc, MTU, has_ip_addr; 1013 MTU = pkt_get_mtu(); 1016 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) {
|
/prebuilts/go/darwin-x86/src/net/ |
interface_windows.go | 100 if aa.Mtu == 0xffffffff { 101 ifi.MTU = -1 103 ifi.MTU = int(aa.Mtu)
|
interface_plan9.go | 65 mtu, _, ok := dtoi(mtustr) 69 ifc.MTU = mtu
|
interface.go | 32 MTU int // maximum transmission unit
|
interface_linux.go | 91 ifi.MTU = int(*(*uint32)(unsafe.Pointer(&a.Value[:4][0])))
|
interface_test.go | 78 t.Logf("%s: flags=%v index=%d mtu=%d hwaddr=%v", ifi.Name, ifi.Flags, ifi.Index, ifi.MTU, ifi.HardwareAddr)
|
/prebuilts/go/linux-x86/src/net/ |
interface_windows.go | 100 if aa.Mtu == 0xffffffff { 101 ifi.MTU = -1 103 ifi.MTU = int(aa.Mtu)
|
interface_plan9.go | 65 mtu, _, ok := dtoi(mtustr) 69 ifc.MTU = mtu
|
interface.go | 32 MTU int // maximum transmission unit
|
interface_linux.go | 91 ifi.MTU = int(*(*uint32)(unsafe.Pointer(&a.Value[:4][0])))
|
interface_test.go | 78 t.Logf("%s: flags=%v index=%d mtu=%d hwaddr=%v", ifi.Name, ifi.Flags, ifi.Index, ifi.MTU, ifi.HardwareAddr)
|
/external/ppp/pppd/plugins/radius/etc/ |
dictionary | 57 ATTRIBUTE Framed-MTU 12 integer
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
TelephonyProvider.java | 39 import static android.provider.Telephony.Carriers.MTU; 199 // wait_time, max_conns_time, mtu, bearer_bitmask, user_visible 253 MTU + " INTEGER DEFAULT 0," + 261 // wait_time, max_conns_time, mtu, bearer_bitmask, user_visible. 648 " 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/base/telephony/java/android/telephony/ |
Telephony.java | 254 * The MTU size of the mobile interface to which the APN connected 257 public static final String MTU = "mtu"; [all...] |
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/ |
route_test.go | 56 return fmt.Sprintf("(type=%d mtu=%d)", m.Type, m.MTU)
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/ |
route_test.go | 56 return fmt.Sprintf("(type=%d mtu=%d)", m.Type, m.MTU)
|
/external/syslinux/gpxe/src/drivers/net/ |
myri10ge.c | 809 /* Set the Nic MTU. */ 812 TRY ( CMD_SET_, MTU, );
|
/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 | 192 Telephony.Carriers.MAX_CONNS_TIME, Telephony.Carriers.MTU, 220 0, // mtu 249 0, // mtu 278 0, // mtu 307 0, // mtu 336 0, // mtu 446 assertEquals(0, dp.mtu); [all...] |
/external/libnl/lib/route/ |
link.c | 711 nl_dump_line(p, " mtu %u ", link->l_mtu); 910 diff |= LINK_DIFF(MTU, a->l_mtu != b->l_mtu); 954 __ADD(LINK_ATTR_MTU, mtu) [all...] |
/prebuilts/go/darwin-x86/src/crypto/tls/ |
conn.go | 748 // minimum MTU (1280 bytes) minus the overhead of an IPv6 header (40 [all...] |