Home
last modified time | relevance | path

Searched refs:families (Results 1 – 8 of 8) sorted by relevance

/system/sepolicy/prebuilts/api/27.0/private/
Dpolicy_capabilities8 # all network address families previously
/system/sepolicy/prebuilts/api/28.0/private/
Dpolicy_capabilities8 # all network address families previously
/system/sepolicy/prebuilts/api/26.0/private/
Dpolicy_capabilities8 # all network address families previously
/system/sepolicy/prebuilts/api/29.0/private/
Dpolicy_capabilities8 # all network address families previously
Disolated_app.te134 # No creation of sockets families other than AF_UNIX sockets.
137 # Many of these are socket families which have never and will never
/system/sepolicy/private/
Dpolicy_capabilities8 # all network address families previously
Disolated_app.te134 # No creation of sockets families other than AF_UNIX sockets.
137 # Many of these are socket families which have never and will never
/system/netd/resolv/
Dlibnetd_resolv_test.cpp202 static const int families[] = {PF_INET, PF_INET6, PF_UNSPEC}; in TEST_F() local
213 for (const auto& family : families) { in TEST_F()