HomeSort by relevance Sort by last modified time
    Searched refs:mtu (Results 26 - 50 of 558) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/iproute2/tc/
m_police.c 37 fprintf(stderr, "Usage: ... police rate BPS burst BYTES[/BYTES] [ mtu BYTES[/BYTES] ]\n");
135 unsigned buffer=0, mtu=0, mpu=0; local
170 } else if (strcmp(*argv, "mtu") == 0 ||
173 if (mtu) {
174 fprintf(stderr, "Double \"mtu/minburst\" spec\n");
177 if (get_size_and_cell(&mtu, &Pcell_log, *argv) < 0) {
178 explain1("mtu");
269 if (!mtu) {
270 fprintf(stderr, "\"mtu\" is required, if \"peakrate\" is requested.\n");
278 if (tc_calc_rtable(&p.rate, rtab, Rcell_log, mtu, linklayer) < 0)
    [all...]
tc_stab.c 34 "Usage: ... stab [ mtu BYTES ] [ tsize SLOTS ] [ mpu BYTES ] \n"
36 " mtu : max packet size we create rate map for {2047}\n"
66 if (matches(*argv, "mtu") == 0) {
68 if (s.mtu)
69 duparg("mtu", *argv);
70 if (get_u32(&s.mtu, *argv, 10))
71 invarg("mtu", "invalid mtu");
130 if (s.mtu)
131 fprintf(fp, "mtu %u ", s.mtu)
    [all...]
  /external/libnl/lib/route/sch/
htb.c 201 nl_dump(p, " mtu %u", d->ch_mtu);
255 static uint8_t compute_cell(uint32_t rate, uint32_t mtu)
258 while (mtu > 255) {
259 mtu >>= 1;
269 uint32_t mtu, rtable[RTNL_TC_RTABLE_SIZE], ctable[RTNL_TC_RTABLE_SIZE]; local
286 mtu = d->ch_mtu;
288 mtu = 1600; /* eth packet len */
296 opts.rate.cell_log = compute_cell(opts.rate.rate, mtu);
305 opts.ceil.cell_log = compute_cell(opts.ceil.rate, mtu);
310 buffer = opts.rate.rate / nl_get_hz() + mtu;
    [all...]
  /external/tcpdump/
print-igrp.c 59 uint8_t igr_mtu[2]; /* MTU in octets */
72 u_int metric, mtu; local
89 mtu = EXTRACT_16BITS(igr->igr_mtu);
91 ND_PRINT((ndo, " d=%d b=%d r=%d l=%d M=%d mtu=%d in %d hops",
94 mtu, igr->igr_hct));
  /tools/test/connectivity/acts/tests/google/ble/gatt/
GattReadTest.py 120 # characteristic value is divided into packets, each contains MTU-1
122 num_packets = ceil((len(char_value) + 1) / (self.mtu - 1))
125 startOffset = i * (self.mtu - 1)
138 char_value[startOffset:startOffset + self.mtu - 1])
  /bionic/libc/kernel/uapi/linux/
atmbr2684.h 51 int mtu; member in struct:atm_newif_br2684
icmp.h 84 __be16 mtu; member in struct:icmphdr::__anon529::__anon531
if_frad.h 62 short mtu; member in struct:frad_conf
  /bionic/libc/kernel/uapi/rdma/
ib_user_sa.h 50 __u32 mtu; member in struct:ib_user_path_rec
  /development/ndk/platforms/android-21/include/linux/
atmbr2684.h 51 int mtu; member in struct:atm_newif_br2684
icmp.h 84 __be16 mtu; member in struct:icmphdr::__anon1657::__anon1659
if_frad.h 65 short mtu; member in struct:frad_conf
  /development/ndk/platforms/android-3/include/linux/
icmp.h 70 __u16 mtu; member in struct:icmphdr::__anon2283::__anon2285
  /external/autotest/client/virt/tests/
jumbo.py 12 2) Change the MTU of guest nics and host taps depending on the NIC model.
14 4) Wait for the MTU ok.
15 5) Verify the path MTU using ping.
19 9) Verify the path MTU.
20 10) Recover the MTU.
29 mtu = params.get("mtu", "1500")
31 max_icmp_pkt_size = int(mtu) - 28
42 logging.info("Changing the MTU of guest ...")
43 guest_mtu_cmd = "ifconfig %s mtu %s" % (ethname , mtu
    [all...]
  /external/dhcpcd-6.8.2/dhcpcd-hooks/
Makefile 7 SCRIPTS+= 10-mtu 10-wpa_supplicant 15-timezone 20-resolv.conf
  /external/kernel-headers/original/uapi/linux/
atmbr2684.h 58 int mtu; member in struct:atm_newif_br2684
icmp.h 80 __be16 mtu; member in struct:icmphdr::__anon13157::__anon13159
if_frad.h 89 short mtu; member in struct:frad_conf
  /external/kernel-headers/original/uapi/rdma/
ib_user_sa.h 62 __u32 mtu; member in struct:ib_user_path_rec
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattServerCallback.java 150 * Callback indicating the MTU for a given device connection has changed.
153 * the MTU for a given connection.
155 * @param device The remote device that requested the MTU change
156 * @param mtu The new MTU size
158 public void onMtuChanged(BluetoothDevice device, int mtu) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atmbr2684.h 58 int mtu; member in struct:atm_newif_br2684
icmp.h 80 __be16 mtu; member in struct:icmphdr::__anon38686::__anon38688
if_frad.h 89 short mtu; member in struct:frad_conf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atmbr2684.h 58 int mtu; member in struct:atm_newif_br2684
icmp.h 80 __be16 mtu; member in struct:icmphdr::__anon40600::__anon40602

Completed in 613 milliseconds

12 3 4 5 6 7 8 91011>>