Searched refs:useUdpEncapSocket (Results 1 – 3 of 3) sorted by relevance
600 public boolean useUdpEncapSocket() { in useUdpEncapSocket() method in IkeConnectionController
1841 assertFalse(mSpyIkeConnectionCtrl.useUdpEncapSocket()); in testCreateIkeLocalIkeInitSwitchesToEncapPortsIpv4()1847 assertTrue(mSpyIkeConnectionCtrl.useUdpEncapSocket()); in testCreateIkeLocalIkeInitSwitchesToEncapPortsIpv4()1861 assertTrue(mSpyIkeConnectionCtrl.useUdpEncapSocket()); in restartIkeSessionWithEnforcePort4500AndVerifyIkeSocket()1873 assertTrue(mSpyIkeConnectionCtrl.useUdpEncapSocket()); in testCreateIkeLocalIkeInitNatTraversalWithEnforcePort4500()1879 assertTrue(mSpyIkeConnectionCtrl.useUdpEncapSocket()); in testCreateIkeLocalIkeInitNatTraversalWithEnforcePort4500()
2841 if (!mIkeConnectionCtrl.useUdpEncapSocket()) { in getEncapSocketOrNull()