Home
last modified time | relevance | path

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

/foundation/communication/netmanager_ext/services/wearabledistributednetmanager/src/
H A Dwearable_distributed_net_link_info.cpp151 cJSON *ipv4AddressNetMaskItem = cJSON_GetObjectItemCaseSensitive(&json, IPV4_ADDR_NET_MASK.c_str()); in ParseIpv4AddrNetMask() local
152 if (ipv4AddressNetMaskItem == nullptr) { in ParseIpv4AddrNetMask()
156 ipv4AddrNetMask_ = cJSON_GetStringValue(ipv4AddressNetMaskItem); in ParseIpv4AddrNetMask()

Completed in 1 milliseconds