Searched refs:DFileTransSetMtu (Results 1 – 3 of 3) sorted by relevance
286 int32_t DFileTransSetMtu(DFileTrans *dFileTrans, uint16_t mtu);
565 if (DFileTransSetMtu(trans, peerInfo->mtuInuse) != NSTACKX_EOK) { in DFileSessionHandleClientSetting()745 if (DFileTransSetMtu(trans, 0) != NSTACKX_EOK) { in HandleWithoutSettingError()895 if (DFileTransSetMtu(trans, peerInfo->mtuInuse) != NSTACKX_EOK) { in DFileSessionHandleFrame()1896 if (DFileTransSetMtu(trans, peerInfo->mtuInuse) != NSTACKX_EOK) { in DFileStartTransInner()
1491 int32_t DFileTransSetMtu(DFileTrans *dFileTrans, uint16_t mtu) in DFileTransSetMtu() function