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

  /external/tcpdump/
print-sctp.c 95 u_short sourcePort, destPort;
127 sourcePort = EXTRACT_16BITS(&sctpPktHdr->source);
134 sourcePort,
142 sourcePort,
148 if (isForCES_port(sourcePort)) {
149 printf("[%s]", tok2str(ForCES_channels, NULL, sourcePort));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaInboundSmsHandler.java 294 // Only the first segment contains sourcePort and destination Port
295 int sourcePort = 0;
299 sourcePort = (0xFF & pdu[index++]) << 8;
300 sourcePort |= 0xFF & pdu[index++];
314 + ", src-port = " + sourcePort + ", dst-port = " + destinationPort
  /external/chromium_org/third_party/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...]
  /packages/apps/FMRadio/src/com/android/fmradio/
FmService.java     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 362 milliseconds