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

1 2 3 45 6 7 8 9

  /external/bluetooth/bluez/attrib/
gattrib.h 72 gboolean g_attrib_set_mtu(GAttrib *attrib, int mtu);
interactive.c 655 uint16_t mtu; local
658 printf("Exchange MTU Request failed: %s\n",
663 if (!dec_mtu_resp(pdu, plen, &mtu)) {
668 mtu = MIN(mtu, opt_mtu);
669 /* Set new value for MTU in client */
670 if (g_attrib_set_mtu(attrib, mtu))
671 printf("MTU was exchanged successfully: %d\n", mtu);
673 printf("Error exchanging MTU\n")
    [all...]
  /external/openssl/include/openssl/
dtls1.h 228 unsigned int mtu; /* max DTLS packet size */ member in struct:dtls1_state_st
  /external/openssl/ssl/
dtls1.h 228 unsigned int mtu; /* max DTLS packet size */ member in struct:dtls1_state_st
  /system/core/toolbox/
iftop.c 57 unsigned int mtu; member in struct:if_stats
168 ifs->mtu = get_mtu(ifs->name);
192 "name", "MTU", "bytes", "packets", "errs", "drpd", "bytes",
203 new->name, new->mtu,
  /external/bluetooth/bluez/btio/
btio.c 57 uint16_t mtu; member in struct:set_opts
675 static gboolean sco_set(int sock, uint16_t mtu, GError **err)
680 if (!mtu)
690 sco_opt.mtu = mtu;
750 opts->mtu = va_arg(args, int);
751 opts->imtu = opts->mtu;
752 opts->omtu = opts->mtu;
756 if (!opts->mtu)
757 opts->mtu = opts->omtu
    [all...]
  /frameworks/base/services/jni/
com_android_server_connectivity_Vpn.cpp 56 static int create_interface(int mtu)
77 // Set MTU if it is specified.
78 ifr4.ifr_mtu = mtu;
79 if (mtu > 0 && ioctl(inet4, SIOCSIFMTU, &ifr4)) {
80 ALOGE("Cannot set MTU on %s: %s", ifr4.ifr_name, strerror(errno));
325 static jint create(JNIEnv *env, jobject thiz, jint mtu)
327 int tun = create_interface(mtu);
  /external/iproute2/ip/
iplink.c 50 fprintf(stderr, " [ mtu MTU ]\n");
68 fprintf(stderr, " [ mtu MTU ]\n");
252 int mtu = -1; local
293 } else if (strcmp(*argv, "mtu") == 0) {
295 if (mtu != -1)
296 duparg("mtu", *argv);
297 if (get_integer(&mtu, *argv, 0))
298 invarg("Invalid \"mtu\" value\n", *argv)
699 int mtu = -1; local
    [all...]
  /external/dnsmasq/src/
tftp.c 50 int is_err = 1, if_index = 0, mtu = 0; local
89 mtu = listen->iface->mtu;
135 mtu = ifr.ifr_mtu;
213 if (mtu != 0 && transfer->blocksize > (unsigned)mtu - 32)
214 transfer->blocksize = (unsigned)mtu - 32;
  /external/chromium/third_party/libjingle/source/talk/base/
win32socketserver.h 72 virtual int EstimateMTU(uint16* mtu);
socket.h 177 // Fills in the given uint16 with the current estimate of the MTU along the
179 virtual int EstimateMTU(uint16* mtu) = 0;
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 372 uint16 mtu = 1280; // safe default local
376 mtu_socket->EstimateMTU(&mtu) < 0) {
377 LOG_F(LS_WARNING) << "Failed to estimate MTU, error="
381 LOG_F(LS_VERBOSE) << "Using MTU of " << mtu << " bytes";
382 tcp_->NotifyMTU(mtu);
  /external/tcpdump/
print-icmp.c 347 u_int hlen, dport, mtu, obj_tlen, obj_class_num, obj_ctype; local
416 mtu = EXTRACT_16BITS(&mp->nexthopmtu);
417 if (mtu) {
419 "%s unreachable - need to frag (mtu %d)",
420 ipaddr_string(&dp->icmp_ip.ip_dst), mtu);
print-lspping.c 406 * | MTU | Address Type | Resvd (SBZ) |
428 u_int8_t mtu [2]; member in struct:lspping_tlv_downstream_map_ipv4_t
436 u_int8_t mtu [2]; member in struct:lspping_tlv_downstream_map_ipv6_t
    [all...]
  /bionic/libc/kernel/common/linux/
pkt_sched.h 82 unsigned int mtu; member in struct:tc_sizespec
121 __u32 mtu; member in struct:tc_tbf_qopt
  /external/bluetooth/bluez/src/
sdpd-request.c 354 int status = 0, i, plen, mlen, mtu, scanned; local
405 mtu = req->mtu - sizeof(sdp_pdu_hdr_t) - sizeof(uint16_t) - sizeof(uint16_t) - SDP_CONT_STATE_SIZE;
406 actual = MIN(expected, mtu >> 2);
701 * Calculate Attribute size acording to MTU
702 * We can send only (MTU - sizeof(sdp_pdu_hdr_t) - sizeof(sdp_cont_state_t))
704 max_rsp_size = MIN(max_rsp_size, req->mtu - sizeof(sdp_pdu_hdr_t) -
856 * Calculate Attribute size acording to MTU
857 * We can send only (MTU - sizeof(sdp_pdu_hdr_t) - sizeof(sdp_cont_state_t))
859 max = MIN(max, req->mtu - sizeof(sdp_pdu_hdr_t) - SDP_CONT_STATE_SIZE - sizeof(uint16_t))
    [all...]
  /external/iproute2/examples/diffserv/
Edge2 44 police rate 1500kbit burst 90k mtu 9k drop flowid :1
  /external/iproute2/include/linux/
pkt_sched.h 94 unsigned int mtu; member in struct:tc_sizespec
137 __u32 mtu; member in struct:tc_tbf_qopt
  /external/kernel-headers/original/linux/
pkt_sched.h 97 unsigned int mtu; member in struct:tc_sizespec
143 __u32 mtu; member in struct:tc_tbf_qopt
  /external/wpa_supplicant_8/src/eap_peer/
eap_pwd.c 33 size_t mtu; member in struct:eap_pwd_data
129 data->mtu = 1020; /* default from RFC 5931, make it configurable! */
707 if ((len + EAP_PWD_HDR_SIZE) > data->mtu) {
708 len = data->mtu - EAP_PWD_HDR_SIZE;
826 if ((len + EAP_PWD_HDR_SIZE) > data->mtu) {
827 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PWD, data->mtu,
836 * keep the packet at the MTU
838 len = data->mtu - EAP_PWD_HDR_SIZE - sizeof(u16);
  /external/openssl/crypto/bio/
bss_dgram.c 155 unsigned int mtu; member in struct:bio_dgram_data_st
179 unsigned int mtu; member in struct:bio_dgram_sctp_data_st
432 #if 0 /* higher layers are responsible for querying MTU, if necessary */
434 /* retrieve the new MTU */
590 data->mtu = sockopt_val - 8 - 20;
591 ret = data->mtu;
606 data->mtu = sockopt_val - 8 - 40;
607 ret = data->mtu;
641 return data->mtu;
644 data->mtu = num
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h 81 void NotifyMTU(uint16 mtu);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
ip_icmp.h 43 u_int16_t mtu; member in struct:icmphdr::__anon23460::__anon23462
44 } frag; /* path mtu discovery */
154 /* ICMP_UNREACH_NEEDFRAG -- Path MTU Discovery (RFC1191) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
ip_icmp.h 43 u_int16_t mtu; member in struct:icmphdr::__anon25050::__anon25052
44 } frag; /* path mtu discovery */
154 /* ICMP_UNREACH_NEEDFRAG -- Path MTU Discovery (RFC1191) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
ip_icmp.h 43 u_int16_t mtu; member in struct:icmphdr::__anon26562::__anon26564
44 } frag; /* path mtu discovery */
154 /* ICMP_UNREACH_NEEDFRAG -- Path MTU Discovery (RFC1191) */

Completed in 803 milliseconds

1 2 3 45 6 7 8 9