OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sourcePort
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
print-sctp.c
72
u_short
sourcePort
, destPort;
102
sourcePort
= EXTRACT_16BITS(&sctpPktHdr->source);
109
sourcePort
,
117
sourcePort
,
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java
249
// Only the first segment contains
sourcePort
and destination Port
250
int
sourcePort
= 0;
254
sourcePort
= (0xFF & pdu[index++]) << 8;
255
sourcePort
|= 0xFF & pdu[index++];
269
+ ", src-port = " +
sourcePort
+ ", dst-port = " + destinationPort
Completed in 60 milliseconds