Searched refs:UDP (Results 1 – 4 of 4) sorted by relevance
52 private static final String UDP = "UDP"; field in SipProfile57 private String mProtocol = UDP;219 if (!protocol.equals(UDP) && !protocol.equals(TCP)) { in setProtocol()289 if (!mProfile.mProtocol.equals(UDP)) { in build()
346 case NetworkProtocol.UDP: return OsConstants.IPPROTO_UDP; in networkProtocolToOsConstant()
129 ListeningPoint lp = mSipProvider.getListeningPoint(ListeningPoint.UDP); in getListeningPoint()
3094 // The source port if this was a TCP or UDP packet.3096 // The destination port if this was a TCP or UDP packet.