Searched refs:net (Results 101 - 125 of 181) sorted by relevance

12345678

/system/connectivity/wificond/tests/integration/
H A Dprocess_utils.cpp35 using android::net::wifi::IWificond;
/system/netd/server/
H A DControllersTest.cpp34 namespace net { namespace in namespace:android
266 } // namespace net
H A DInterfaceController.cpp20 #include <net/if.h>
33 #include <android/net/INetd.h>
44 using android::net::INetd;
45 using android::net::RouteController;
57 const char ipv6_proc_path[] = "/proc/sys/net/ipv6/conf";
59 const char ipv4_neigh_conf_dir[] = "/proc/sys/net/ipv4/neigh";
61 const char ipv6_neigh_conf_dir[] = "/proc/sys/net/ipv6/neigh";
63 const char proc_net_path[] = "/proc/sys/net";
64 const char sys_net_path[] = "/sys/class/net";
397 if (!(d = opendir("/sys/class/net"))) {
[all...]
H A DResolverStats.h23 namespace net { namespace in namespace:android
119 } // namespace net
H A DTrafficController.h37 namespace net { namespace in namespace:android
209 } // namespace net
H A DUidRanges.cpp31 namespace net { namespace in namespace:android
121 } // namespace net
H A DVirtualNetwork.cpp27 namespace net { namespace in namespace:android
128 } // namespace net
H A DInterfaceControllerTest.cpp18 #include <net/if.h>
35 namespace net { namespace in namespace:android
53 const char kStableSecretPath[] = "/proc/sys/net/ipv6/conf/wlan5/stable_secret";
208 } // namespace net
H A DNFLogListenerTest.cpp41 namespace net { namespace in namespace:android
143 } // namespace net
H A DNetdHwService.cpp38 namespace net { namespace in namespace:android
162 } // namespace net
H A DNetlinkCommands.cpp31 namespace net { namespace in namespace:android
215 } // namespace net
H A DNetlinkListener.cpp31 namespace net { namespace in namespace:android
131 } // namespace net
H A DNetlinkManager.cpp46 namespace net { namespace in namespace:android
85 // When running in a net/user namespace, SO_RCVBUFFORCE will fail because
217 } // namespace net
H A DNetworkController.h37 namespace net { namespace in namespace:android
42 // from net.c as it may have NDK implications. Besides no conversion available in net.c for
44 // TODO: Use getnetidfromhandle() in net.c.
48 // the android.net.Network#getNetworkHandle() implementation.
186 } // namespace net
H A DPhysicalNetwork.cpp26 namespace net { namespace in namespace:android
208 } // namespace net
H A DRouteController.h28 namespace net { namespace in namespace:android
148 } // namespace net
H A DTetherController.h30 namespace net { namespace in namespace:android
157 } // namespace net
/system/netd/server/binder/android/net/
H A DINetd.aidl17 package android.net;
19 import android.net.UidRange;
289 * Set and get /proc/sys/net interface configuration parameters.
/system/ca-certificates/wfa_certs/
H A DAndroid.mk20 #This target is reference by frameworks/opt/net/wifi/service/Android.mk and used by WfaKeyStore
/system/connectivity/wificond/
H A Dclient_interface_impl.cpp27 #include "wificond/net/mlme_event.h"
28 #include "wificond/net/netlink_utils.h"
34 using android::net::wifi::IClientInterface;
144 sp<android::net::wifi::IClientInterface> ClientInterfaceImpl::GetBinder() const {
H A Dserver.cpp28 #include "wificond/net/netlink_utils.h"
35 using android::net::wifi::IApInterface;
36 using android::net::wifi::IClientInterface;
37 using android::net::wifi::IInterfaceEventCallback;
H A Dmain.cpp36 #include "wificond/net/netlink_manager.h"
37 #include "wificond/net/netlink_utils.h"
41 using android::net::wifi::IWificond;
/system/hardware/interfaces/net/netd/1.1/vts/functional/
H A DVtsHalNetNetdV1_1TargetTest.cpp23 #include <android/system/net/netd/1.1/INetd.h>
33 using android::net::TunInterface;
34 using android::system::net::netd::V1_1::INetd;
/system/extras/boottime_tools/bootanalyze/stressfs/src/com/android/car/test/stressfs/
H A DWritingService.java23 import android.net.Uri;
/system/netd/libbpf/include/bpf/
H A DBpfUtils.h24 #include <net/if.h>

Completed in 326 milliseconds

12345678