/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_ioctl.c | 67 int i, mtu = rmesa->radeon.glCtx->Const.MaxTextureUnits; local 79 for (i = 0; i < mtu; ++i) { 86 for (i = 0; i < 3 + mtu; ++i)
|
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
bss_dgram.c | 165 unsigned int mtu; member in struct:bio_dgram_data_st 189 unsigned int mtu; member in struct:bio_dgram_sctp_data_st 447 #if 0 /* higher layers are responsible for querying MTU, if necessary */ 449 /* retrieve the new MTU */ 603 data->mtu = sockopt_val - 8 - 20; 604 ret = data->mtu; 619 data->mtu = sockopt_val - 8 - 40; 620 ret = data->mtu; 654 return data->mtu; 657 data->mtu = num [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_ioctl.c | 67 int i, mtu = rmesa->radeon.glCtx->Const.MaxTextureUnits; local 79 for (i = 0; i < mtu; ++i) { 86 for (i = 0; i < 3 + mtu; ++i)
|
/external/openssl/crypto/bio/ |
bss_dgram.c | 165 unsigned int mtu; member in struct:bio_dgram_data_st 189 unsigned int mtu; member in struct:bio_dgram_sctp_data_st 447 #if 0 /* higher layers are responsible for querying MTU, if necessary */ 449 /* retrieve the new MTU */ 603 data->mtu = sockopt_val - 8 - 20; 604 ret = data->mtu; 619 data->mtu = sockopt_val - 8 - 40; 620 ret = data->mtu; 654 return data->mtu; 657 data->mtu = num [all...] |
/external/tcpdump/ |
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...] |
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_attr.c | 193 GATT_TRACE_EVENT1("Get MTU exchange new mtu size: %d", p_data->mtu);
|
gatt_api.c | 758 ** Description This function is called to configure the ATT MTU size. 761 ** mtu - attribute MTU size.. 766 tGATT_STATUS GATTC_ConfigureMTU (UINT16 conn_id, UINT16 mtu) 776 GATT_TRACE_API2 ("GATTC_ConfigureMTU conn_id=%d mtu=%d", conn_id, mtu ); 781 if ( (p_tcb == NULL) || (p_reg==NULL) || (mtu < GATT_DEF_BLE_MTU_SIZE) || (mtu > GATT_MAX_MTU_SIZE)) 794 p_clcb->p_tcb->payload_size = mtu; 797 ret = attp_send_cl_msg (p_clcb->p_tcb, p_clcb->clcb_idx, GATT_REQ_MTU, (tGATT_CL_MSG *)&mtu); [all...] |
gatt_db.c | 197 ** mtu: MTU 208 UINT16 mtu, 245 if (mtu >= p_attr16->p_value->uuid.len) 255 if (mtu >= len) 275 if (mtu >= len) 308 ** mtu: MTU. 593 ** mtu: MTU [all...] |
/external/bluetooth/bluedroid/stack/rfcomm/ |
port_int.h | 170 UINT16 mtu; /* Max MTU that port can receive */ member in struct:t_port_info 171 UINT16 peer_mtu; /* Max MTU that port can send */ 206 UINT16 keep_mtu; /* Max MTU that port can receive by server */
|
rfc_ts_frames.c | 231 void rfc_send_pn (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN is_command, UINT16 mtu, UINT8 cl, UINT8 k) 257 *p_data++ = mtu & 0xFF; 258 *p_data++ = mtu >> 8; 749 p_rx_frame->u.pn.mtu = *p_data + (*(p_data + 1) << 8); 756 || (p_rx_frame->u.pn.mtu < RFCOMM_MIN_MTU) 757 || (p_rx_frame->u.pn.mtu > RFCOMM_MAX_MTU))
|
/external/chromium/third_party/libjingle/source/talk/base/ |
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/p2p/base/ |
pseudotcp.h | 81 void NotifyMTU(uint16 mtu);
|
/external/chromium_org/ppapi/proxy/ |
serialized_structs.cc | 86 mtu(0) {
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
socket.h | 177 // Fills in the given uint16 with the current estimate of the MTU along the 180 virtual int EstimateMTU(uint16* mtu) = 0;
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
pseudotcp.h | 84 void NotifyMTU(uint16 mtu);
|
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/ |
pseudotcpchannel.cc | 377 uint16 mtu = 1280; // safe default local 383 LOG_F(LS_WARNING) << "Couldn't create socket while estimating MTU."; 386 mtu_socket->EstimateMTU(&mtu) < 0) { 387 LOG_F(LS_WARNING) << "Failed to estimate MTU, error=" 392 LOG_F(LS_VERBOSE) << "Using MTU of " << mtu << " bytes"; 393 tcp_->NotifyMTU(mtu);
|
/external/libppp/src/ |
physical.h | 60 u_short mtu; member in struct:device
|
bundle.c | [all...] |
/frameworks/base/core/java/android/net/ |
LinkProperties.java | 228 public void setMtu(int mtu) { 229 mMtu = mtu; 360 String mtu = "MTU: " + mMtu; local 375 return "{" + ifaceName + linkAddresses + routes + dns + domainName + mtu 492 * Compares this {@code LinkProperties} MTU against the target
|
/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::__anon37883::__anon37885 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::__anon39474::__anon39476 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::__anon40988::__anon40990 44 } frag; /* path mtu discovery */ 154 /* ICMP_UNREACH_NEEDFRAG -- Path MTU Discovery (RFC1191) */
|
/external/iproute2/include/linux/ |
pkt_sched.h | 94 unsigned int mtu; member in struct:tc_sizespec 158 __u32 mtu; member in struct:tc_tbf_qopt
|
/frameworks/base/core/java/android/os/ |
INetworkManagementService.aidl | 121 * Set the specified MTU size 123 void setMtu(String iface, int mtu);
|
/external/bluetooth/bluedroid/bta/hl/ |
bta_hl_int.h | 138 UINT16 mtu; member in struct:__anon282 475 UINT16 mtu; member in struct:__anon308 714 extern UINT8 bta_hl_set_user_rx_pool_id(UINT16 mtu); 715 extern UINT8 bta_hl_set_tx_win_size(UINT16 mtu, UINT16 mps); 716 extern UINT16 bta_hl_set_mps(UINT16 mtu); [all...] |