Searched refs:getBoundUdpSocket (Results 1 – 2 of 2) sorted by relevance
104 mDummyRemoteServerFd = getBoundUdpSocket(IPV4_LOOPBACK); in setUp()117 protected static FileDescriptor getBoundUdpSocket(InetAddress address) throws Exception { in getBoundUdpSocket() method in IkeSocketTestBase
153 private static FileDescriptor getBoundUdpSocket(InetAddress address) throws Exception { in getBoundUdpSocket() method in IpSecManagerTest612 try (NativeUdpSocket remoteSocket = new NativeUdpSocket(getBoundUdpSocket(localAddr))) { in checkIkePacket()