Home
last modified time | relevance | path

Searched refs:sourcePort (Results 1 – 5 of 5) sorted by relevance

/external/tcpdump/
Dprint-sctp.c502 u_short sourcePort, destPort; in sctp_print() local
518 sourcePort = EXTRACT_16BITS(&sctpPktHdr->source); in sctp_print()
530 sourcePort, in sctp_print()
537 sourcePort, in sctp_print()
542 if (isForCES_port(sourcePort)) { in sctp_print()
543 ND_PRINT((ndo, "[%s]", tok2str(ForCES_channels, NULL, sourcePort))); in sctp_print()
/external/webrtc/webrtc/test/channel_transport/
Dudp_transport.h358 uint16_t& sourcePort);
370 uint16_t& sourcePort) = 0;
Dudp_transport_impl.h134 uint16_t& sourcePort) override;
184 uint16_t& sourcePort);
Dudp_transport_impl.cc195 uint16_t& sourcePort) in GetCachedAddress() argument
203 sourcePort = _previousSourcePort; in GetCachedAddress()
209 uint16_t& sourcePort) in IPAddressCached() argument
216 GetCachedAddress(ip,ipSize,sourcePort); in IPAddressCached()
230 GetCachedAddress(ip,ipSize,sourcePort); in IPAddressCached()
1073 uint16_t sourcePort; in FilterIP() local
1074 return IPAddress(_filterIPAddress, filterIPAddress, ipSize, sourcePort); in FilterIP()
2731 uint16_t& sourcePort) in IPAddress() argument
2781 sourcePort = htons(source_port); in IPAddress()
2813 sourcePort = htons(source_port); in IPAddress()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPTransactionStack.java2003 public MessageChannel createRawMessageChannel(String sourceIpAddress, int sourcePort, in createRawMessageChannel() argument
2027 && sourcePort == nextProcessor.getPort()) { in createRawMessageChannel()