Home
last modified time | relevance | path

Searched refs:AID_DNS (Results 1 – 6 of 6) sorted by relevance

/system/core/libcutils/include_vndk/cutils/
Dandroid_filesystem_config.h100 #define AID_DNS 1051 /* DNS resolution daemon (system: netd) */ macro
/system/core/libcutils/include/cutils/
Dandroid_filesystem_config.h100 #define AID_DNS 1051 /* DNS resolution daemon (system: netd) */ macro
/system/core/include/private/
Dandroid_filesystem_config.h100 #define AID_DNS 1051 /* DNS resolution daemon (system: netd) */ macro
/system/core/libcutils/include/private/
Dandroid_filesystem_config.h100 #define AID_DNS 1051 /* DNS resolution daemon (system: netd) */ macro
/system/netd/server/
Dmain.cpp87 if (tag == TAG_SYSTEM_DNS) uid = AID_DNS; in tagSocketCallback()
/system/netd/bpf_progs/
Dnetd.c255 if (tag == TAG_SYSTEM_DNS && uid == AID_DNS) { in bpf_traffic_account()