Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbpf_def.h19 static const uint32_t WLAN_IPv4[] = {172, 17, 1, 2}; variable
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dnetsys.c237 …if (IS_MATCHED_IP(ipv4, WLAN_IPv4) || IS_MATCHED_IP(ipv4, CELLULAR_IPv4) || IS_MATCHED_IP(ipv4, CE… in filter_sim_stats()
245 if (IS_MATCHED_IP(ipv4, WLAN_IPv4)) { in get_iface_type()