HomeSort by relevance Sort by last modified time
    Searched full:netd (Results 1 - 25 of 26) sorted by null

1 2

  /external/sepolicy/
netd.te 2 type netd, domain;
5 permissive netd;
6 unconfined_domain(netd)
7 init_daemon_domain(netd)
8 domain_auto_trans(netd, dhcp_exec, dhcp)
file_contexts 91 /dev/socket/netd u:object_r:netd_socket:s0
132 /system/bin/netd u:object_r:netd_exec:s0
  /system/netd/
TetherController.h 24 typedef android::netd::List<char *> InterfaceCollection;
25 typedef android::netd::List<struct in_addr> NetAddressCollection;
Android.mk 28 LOCAL_MODULE:= netd
ndc.c 45 // try interpreting the first arg as the socket name - if it fails go back to netd
50 if ((sock = socket_local_client("netd",
110 printf("[Connected to Netd]\n");
135 fprintf(stderr, "Lost connection to Netd - did it crash?\n");
main.cpp 29 #define LOG_TAG "Netd"
49 ALOGI("Netd 1.0 starting");
95 ALOGI("Netd exiting");
PppController.h 24 typedef android::netd::List<char *> TtyCollection;
oem_iptables_hook.cpp 77 // but is needed for the case where netd has crashed/stopped and is
NetdConstants.cpp 21 #define LOG_TAG "Netd"
NetlinkHandler.cpp 22 #define LOG_TAG "Netd"
NetlinkManager.cpp 29 #define LOG_TAG "Netd"
List.h 34 namespace netd { namespace in namespace:android
331 }; // namespace netd
BandwidthController.cpp 22 * If they ever were to allow it, then netd/ would need some tweaking.
423 * This helps with netd restarts.
    [all...]
CommandListener.cpp 126 FrameworkListener("netd", true) {
    [all...]
  /build/target/product/
base.mk 88 netd \
  /bionic/libc/private/
resolv_iface.h 32 * server selection. They are used by system/netd/ and should not be
36 * when we change system/netd to use this header instead.
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
DeviceInfoResultTest.java 71 assertSerializeParse(DeviceInfoConstants.PROCESSES, "ueventd:0;netd:0;");
  /system/core/rootdir/
init.rc 453 service netd /system/bin/netd
455 socket netd stream 0660 root system
481 onrestart restart netd
  /external/android-clat/
clatd.c 494 // When run from netd, the environment variable ANDROID_DNS_MODE is set to
495 // "local", but that only works for the netd process itself.
  /frameworks/base/services/java/com/android/server/net/
LockdownVpnTracker.java 49 * connected and kicks off VPN connection, managing any required {@code netd}
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 111 /* Keep in sync with system/netd/ResponseCode.h */
139 * connector object for communicating with netd
192 new NetdCallbackReceiver(), "netd", 10, NETD_TAG, 160);
277 // netd already clears out quota and alerts for removed ifaces; update
384 // Netd Callback handling
    [all...]
NsdService.java 589 /* These should be in sync with system/netd/mDnsResponseCode.h */
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
VoldExploitTest.java 96 assertTrue(pids.size() > 1); // at least vold and netd should exist
  /ndk/tests/awk/extract-pid/
test-1.in 76 root 115 1 8132 1364 ffffffff 00000000 S /system/bin/netd
  /bionic/libc/netbsd/
gethnamaddr.c 563 /* This is reading serialized data from system/netd/DnsProxyListener.cpp
758 /* This is writing to system/netd/DnsProxyListener.cpp and changes
    [all...]

Completed in 748 milliseconds

1 2