HomeSort by relevance Sort by last modified time
    Searched defs:sourcePort (Results 1 - 16 of 16) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaInboundSmsHandler.java 278 // Only the first segment contains sourcePort and destination Port
279 int sourcePort = 0;
283 sourcePort = (0xFF & pdu[index++]) << 8;
284 sourcePort |= 0xFF & pdu[index++];
298 + ", src-port = " + sourcePort + ", dst-port = " + destinationPort
  /external/webrtc/webrtc/test/channel_transport/
udp_transport_impl.cc 195 uint16_t& sourcePort)
203 sourcePort = _previousSourcePort;
209 uint16_t& sourcePort)
216 GetCachedAddress(ip,ipSize,sourcePort);
230 GetCachedAddress(ip,ipSize,sourcePort);
    [all...]
  /external/tcpdump/
print-sctp.c 502 u_short sourcePort, destPort;
518 sourcePort = EXTRACT_16BITS(&sctpPktHdr->source);
530 sourcePort,
537 sourcePort,
542 if (isForCES_port(sourcePort)) {
543 ND_PRINT((ndo, "[%s]", tok2str(ForCES_channels, NULL, sourcePort)));
  /hardware/ril/include/telephony/
ril.h     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 732 milliseconds