Searched refs:TCP (Results 1 – 7 of 7) sorted by relevance
52 private static final String TCP = "TCP"; field in SipProfile220 if (!protocol.equals(UDP) && !protocol.equals(TCP)) { in setProtocol()
201 final NatTimeoutUpdate tcpParams = buildNatTimeoutUpdate(NetworkProtocol.TCP); in testTetheringOffloadCallback()
542 case NetworkProtocol.TCP: return OsConstants.IPPROTO_TCP; in networkProtocolToOsConstant()
365 // Used only by TCP and DOT. True for new connections.
130 if (lp == null) lp = mSipProvider.getListeningPoint(ListeningPoint.TCP); in getListeningPoint()
3376 // The source port if this was a TCP or UDP packet.3378 // The destination port if this was a TCP or UDP packet.
45245 Landroid/net/sip/SipProfile;->TCP:Ljava/lang/String;