Searched refs:bindSocketToInterface (Results 1 – 8 of 8) sorted by relevance
49 public static void bindSocketToInterface(@NonNull FileDescriptor socket, @NonNull String iface) in bindSocketToInterface() method in SocketUtils
172 SocketUtils.bindSocketToInterface(fd, mSendIfaceParams.name); in handlePacket()
513 SocketUtils.bindSocketToInterface(mSocket, mInterface.name); in createSocket()
106 SocketUtils.bindSocketToInterface(socket, iface.interfaceName)
853 SocketUtils.bindSocketToInterface(mSocket, mIfName); in createFd()
617 SocketUtils.bindSocketToInterface(mUdpSock, mIfaceName); in initUdpSocket()
2486 NoClone: android.net.util.SocketUtils#bindSocketToInterface(java.io.FileDescriptor, String) paramet…
7771 …method public static void bindSocketToInterface(@NonNull java.io.FileDescriptor, @NonNull String) …