Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_net_diag_data.cpp23 constexpr uint32_t ICMP_SEQ_LIST_MAX_SIZE = 1024; member
166 static_cast<uint32_t>(std::min(ICMP_SEQ_LIST_MAX_SIZE, static_cast<uint32_t>(icmpRespList_.size()))))) { in Marshalling()
174 if (++count >= ICMP_SEQ_LIST_MAX_SIZE) { in Marshalling()
205 size = (size > ICMP_SEQ_LIST_MAX_SIZE) ? ICMP_SEQ_LIST_MAX_SIZE : size; in Unmarshalling()

Completed in 2 milliseconds