Home
last modified time | relevance | path

Searched refs:solicitation (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Drouter_advertisement_daemon.cpp206 uint8_t solicitation[IPV6_MIN_MTU] = {}; in RunRecvRsThread() local
207 socklen_t sendLen = sizeof(solicitation); in RunRecvRsThread()
209 if (memset_s(solicitation, sizeof(solicitation), 0, sizeof(solicitation)) != EOK) { in RunRecvRsThread()
213 recvfrom(socket_, solicitation, IPV6_MIN_MTU, 0, reinterpret_cast<sockaddr *>(&solicitor), &sendLen); in RunRecvRsThread()
218 if (solicitation[0] != ICMPV6_ND_ROUTER_SOLICIT_TYPE) { in RunRecvRsThread()

Completed in 1 milliseconds