Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/net/util/
H A DSocketUtils.java49 public static void bindSocketToInterface(@NonNull FileDescriptor socket, @NonNull String iface) in bindSocketToInterface() method in SocketUtils
/aosp12/packages/modules/Connectivity/Tethering/src/android/net/ip/
H A DNeighborPacketForwarder.java172 SocketUtils.bindSocketToInterface(fd, mSendIfaceParams.name); in handlePacket()
H A DRouterAdvertisementDaemon.java513 SocketUtils.bindSocketToInterface(mSocket, mInterface.name); in createSocket()
/aosp12/packages/modules/NetworkStack/tests/integration/src/android/net/util/
H A DNetworkStackUtilsIntegrationTest.kt106 SocketUtils.bindSocketToInterface(socket, iface.interfaceName)
/aosp12/packages/modules/NetworkStack/src/android/net/dhcp/
H A DDhcpServer.java853 SocketUtils.bindSocketToInterface(mSocket, mIfName); in createFd()
H A DDhcpClient.java617 SocketUtils.bindSocketToInterface(mUdpSock, mIfaceName); in initUdpSocket()
/aosp12/frameworks/base/core/api/
H A Dtest-lint-baseline.txt2486 NoClone: android.net.util.SocketUtils#bindSocketToInterface(java.io.FileDescriptor, String) paramet…
H A Dsystem-current.txt7771 …method public static void bindSocketToInterface(@NonNull java.io.FileDescriptor, @NonNull String) …