Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:dport

160         u_int16_t sport, dport, win, urp;
186 dport = EXTRACT_16BITS(&tp->th_dport);
197 tcpport_string(dport));
200 tcpport_string(sport), tcpport_string(dport));
210 tcpport_string(dport));
213 tcpport_string(sport), tcpport_string(dport));
260 if (sport > dport)
262 else if (sport == dport) {
269 tha.port = dport << 16 | sport;
273 tha.port = sport << 16 | dport;
316 if (sport > dport)
318 else if (sport == dport) {
325 tha.port = dport << 16 | sport;
329 tha.port = sport << 16 | dport;
673 if (sport == TELNET_PORT || dport == TELNET_PORT) {
676 } else if (sport == BGP_PORT || dport == BGP_PORT)
678 else if (sport == PPTP_PORT || dport == PPTP_PORT)
681 else if (sport == NETBIOS_SSN_PORT || dport == NETBIOS_SSN_PORT)
683 else if (sport == SMB_PORT || dport == SMB_PORT)
686 else if (sport == BEEP_PORT || dport == BEEP_PORT)
688 else if (sport == OPENFLOW_PORT || dport == OPENFLOW_PORT)
691 (sport == NAMESERVER_PORT || dport == NAMESERVER_PORT ||
692 sport == MULTICASTDNS_PORT || dport == MULTICASTDNS_PORT)) {
698 } else if (sport == MSDP_PORT || dport == MSDP_PORT) {
700 } else if (sport == RPKI_RTR_PORT || dport == RPKI_RTR_PORT) {
703 else if (length > 0 && (sport == LDP_PORT || dport == LDP_PORT)) {
706 else if ((sport == NFS_PORT || dport == NFS_PORT) &&
724 if (dport == NFS_PORT && direction == SUNRPC_CALL) {