HomeSort by relevance Sort by last modified time
    Searched refs:mtu (Results 1 - 25 of 221) sorted by null

1 2 3 4 5 6 7 8 9

  /external/bluetooth/bluez/attrib/
gatttool.h 26 const gchar *sec_level, int psm, int mtu,
utils.c 39 /* Minimum MTU for ATT connections */
44 const gchar *sec_level, int psm, int mtu,
54 * errors for MTU values smaller than the allowed minimum. */
56 if (mtu != 0 && mtu < minimum_mtu) {
57 g_printerr("MTU cannot be smaller than %d\n", minimum_mtu);
89 BT_IO_OPT_OMTU, mtu,
97 BT_IO_OPT_OMTU, mtu,
  /external/iproute2/tc/
q_tbf.c 28 fprintf(stderr, "Usage: ... tbf limit BYTES burst BYTES[/BYTES] rate KBPS [ mtu BYTES[/BYTES] ]\n");
45 unsigned buffer=0, mtu=0, mpu=0, latency=0; local
89 } else if (strcmp(*argv, "mtu") == 0 ||
92 if (mtu) {
93 fprintf(stderr, "Double \"mtu/minburst\" spec\n");
96 if (get_size_and_cell(&mtu, &Pcell_log, *argv) < 0) {
97 explain1("mtu");
169 if (!mtu) {
170 fprintf(stderr, "\"mtu\" is required, if \"peakrate\" is requested.\n");
183 double lim2 = opt.peakrate.rate*(double)latency/TIME_UNITS_PER_SEC + mtu;
222 double buffer, mtu; local
    [all...]
tc_core.c 110 int cell_log, unsigned mtu,
118 if (mtu == 0)
119 mtu = 2047;
123 while ((mtu >> cell_log) > 255)
149 s->mtu = 0;
157 if (s->mtu == 0)
158 s->mtu = 2047;
163 while ((s->mtu >> s->cell_log) > s->tsize - 1)
tc_core.h 24 int cell_log, unsigned mtu, enum link_layer link_layer);
m_police.c 37 fprintf(stderr, "Usage: ... police rate BPS burst BYTES[/BYTES] [ mtu BYTES[/BYTES] ]\n");
136 unsigned buffer=0, mtu=0, mpu=0; local
171 } else if (strcmp(*argv, "mtu") == 0 ||
174 if (mtu) {
175 fprintf(stderr, "Double \"mtu/minburst\" spec\n");
178 if (get_size_and_cell(&mtu, &Pcell_log, *argv) < 0) {
179 explain1("mtu");
271 if (!mtu) {
272 fprintf(stderr, "\"mtu\" is required, if \"peakrate\" is requested.\n");
280 if (tc_calc_rtable(&p.rate, rtab, Rcell_log, mtu, linklayer) < 0)
    [all...]
tc_stab.c 33 "Usage: ... stab [ mtu BYTES ] [ tsize SLOTS ] [ mpu BYTES ] \n"
35 " mtu : max packet size we create rate map for {2047}\n"
65 if (matches(*argv, "mtu") == 0) {
67 if (s.mtu)
68 duparg("mtu", *argv);
69 if (get_u32(&s.mtu, *argv, 10)) {
70 invarg("mtu", "invalid mtu");
139 if (s.mtu)
140 fprintf(fp, "mtu %u ", s.mtu)
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
sco.h 52 uint16_t mtu; member in struct:sco_options
  /system/bluetooth/bluez-clean-headers/bluetooth/
sco.h 39 uint16_t mtu; member in struct:sco_options
  /external/dhcpcd/dhcpcd-hooks/
Makefile 7 SCRIPTS+= 10-mtu 20-resolv.conf 29-lookup-hostname 30-hostname
  /external/bluetooth/bluez/src/
sdpd.h 42 int mtu; member in struct:request
77 int start_sdp_server(uint16_t mtu, const char *did, uint32_t flags);
  /external/tcpdump/
print-igrp.c 48 u_int metric, mtu; local
65 mtu = EXTRACT_16BITS(igr->igr_mtu);
67 printf(" d=%d b=%d r=%d l=%d M=%d mtu=%d in %d hops",
70 mtu, igr->igr_hct);
  /frameworks/base/core/java/com/android/internal/net/
VpnConfig.java 60 public int mtu = -1; field in class:VpnConfig
78 out.writeInt(mtu);
95 config.mtu = in.readInt();
  /bionic/libc/kernel/common/linux/
icmp.h 84 __u16 mtu; member in struct:icmphdr::__anon294::__anon296
  /development/ndk/platforms/android-3/include/linux/
icmp.h 70 __u16 mtu; member in struct:icmphdr::__anon972::__anon974
  /external/kernel-headers/original/linux/
icmp.h 84 __u16 mtu; member in struct:icmphdr::__anon7907::__anon7909
  /external/ppp/pppd/plugins/pppoatm/
pppoatm.c 172 static void send_config_pppoa(int mtu,
179 if (mtu > pppoatm_max_mtu)
180 error("Couldn't increase MTU to %d", mtu);
185 ifr.ifr_mtu = mtu;
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
icmp.h 70 __u16 mtu; member in struct:icmphdr::__anon20972::__anon20974
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmbr2684.h 47 int mtu; member in struct:atm_newif_br2684
icmp.h 80 __be16 mtu; member in struct:icmphdr::__anon23146::__anon23148
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmbr2684.h 47 int mtu; member in struct:atm_newif_br2684
icmp.h 80 __be16 mtu; member in struct:icmphdr::__anon24736::__anon24738
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmbr2684.h 47 int mtu; member in struct:atm_newif_br2684
icmp.h 80 __be16 mtu; member in struct:icmphdr::__anon26248::__anon26250
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
icmp.h 70 __u16 mtu; member in struct:icmphdr::__anon27025::__anon27027

Completed in 859 milliseconds

1 2 3 4 5 6 7 8 9