OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sourcePort
(Results
1 - 9
of
9
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaInboundSmsHandler.java
277
// Only the first segment contains
sourcePort
and destination Port
278
int
sourcePort
= 0;
282
sourcePort
= (0xFF & pdu[index++]) << 8;
283
sourcePort
|= 0xFF & pdu[index++];
297
+ ", 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
505
u_short
sourcePort
, destPort;
537
sourcePort
= EXTRACT_16BITS(&sctpPktHdr->source);
544
sourcePort
,
552
sourcePort
,
557
if (isForCES_port(
sourcePort
)) {
558
ND_PRINT((ndo, "[%s]", tok2str(ForCES_channels, NULL,
sourcePort
)));
/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
Completed in 204 milliseconds