Searched refs:CreatePeerInfo (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/ |
H A D | nstackx_dfile_session.h | 156 PeerInfo *CreatePeerInfo(DFileSession *session, const struct sockaddr_in *peerAddr,
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile_session.c | 603 PeerInfo *CreatePeerInfo(DFileSession *session, const struct sockaddr_in *dstAddr, uint16_t peerMtu, in CreatePeerInfo() function 659 peerInfo = CreatePeerInfo(session, peerAddr, frame->mtu, frame->connType, socketIndex); in AllocPeerInfo()
|
H A D | nstackx_dfile.c | 1240 PeerInfo *peerInfo = CreatePeerInfo(session, &socket->dstAddr, 0, *connType, socketIndex); in DFileSenderInitWithTargetDev()
|