Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_adj_iface_info.cpp21 static constexpr uint32_t MAX_ROUTE_SIZE = 32; variable
75 size = size > MAX_ROUTE_SIZE ? MAX_ROUTE_SIZE : size; in Unmarshalling()
H A Dnet_link_info.cpp28 static constexpr uint32_t MAX_ROUTE_SIZE = 32; variable
140 size = size > MAX_ROUTE_SIZE ? MAX_ROUTE_SIZE : size; in Unmarshalling()