Home
last modified time | relevance | path

Searched refs:SendReplyUdpInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_nego_test.cpp267 int32_t ret = SendReplyUdpInfo(NULL, authHandle, seq);
270 ret = SendReplyUdpInfo(&appInfo, authHandle, seq);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c458 static int32_t SendReplyUdpInfo(AppInfo *appInfo, AuthHandle authHandle, int64_t seq) in SendReplyUdpInfo() function
694 ret = SendReplyUdpInfo(&info, authHandle, seq); in TransOnExchangeUdpInfoRequest()