Home
last modified time | relevance | path

Searched defs:sock (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/libwifi_system_iface/
Dinterface_tool.cpp43 bool GetIfState(const char* if_name, int sock, struct ifreq* ifr) { in GetIfState()
63 base::unique_fd sock(socket(PF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0)); in GetUpState() local
79 base::unique_fd sock(socket(PF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0)); in SetUpState() local
121 base::unique_fd sock(socket(PF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0)); in SetMacAddress() local
154 base::unique_fd sock(socket(PF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0)); in GetFactoryMacAddress() local
179 base::unique_fd sock(socket(PF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0)); in createBridge() local
191 base::unique_fd sock(socket(PF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0)); in deleteBridge() local
212 base::unique_fd sock(socket(PF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0)); in addIfaceToBridge() local
233 base::unique_fd sock(socket(PF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0)); in removeIfaceFromBridge() local
/frameworks/base/core/java/org/apache/http/conn/scheme/
DSocketFactory.java101 Socket sock, in connectSocket()
139 boolean isSecure(Socket sock) in isSecure()
/frameworks/base/core/java/org/apache/http/conn/ssl/
DSSLSocketFactory.java301 final Socket sock, in connectSocket()
378 public boolean isSecure(Socket sock) in isSecure()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...