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

/freebsd-10.1-release/contrib/tcpdump/
H A Dprint-sctp.c95 u_short sourcePort, destPort; local
127 sourcePort = EXTRACT_16BITS(&sctpPktHdr->source);
134 sourcePort,
142 sourcePort,
148 if (isForCES_port(sourcePort)) {
149 printf("[%s]", tok2str(ForCES_channels, NULL, sourcePort));

Completed in 102 milliseconds