Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:sport

199 	u_int16_t sport, dport, win, urp;
222 sport = EXTRACT_16BITS(&tp->th_sport);
241 sport == NFS_PORT) {
252 tcpport_string(sport),
257 tcpport_string(sport), tcpport_string(dport));
265 tcpport_string(sport),
270 tcpport_string(sport), tcpport_string(dport));
329 if (sport > dport)
331 else if (sport == dport) {
338 tha.port = dport << 16 | sport;
342 tha.port = sport << 16 | dport;
347 if (sport > dport)
349 else if (sport == dport) {
356 tha.port = dport << 16 | sport;
360 tha.port = sport << 16 | dport;
367 if (sport > dport)
369 else if (sport == dport) {
376 tha.port = dport << 16 | sport;
380 tha.port = sport << 16 | dport;
657 if (sport == TELNET_PORT || dport == TELNET_PORT) {
660 } else if (sport == BGP_PORT || dport == BGP_PORT)
662 else if (sport == PPTP_PORT || dport == PPTP_PORT)
665 else if (sport == NETBIOS_SSN_PORT || dport == NETBIOS_SSN_PORT)
668 else if (sport == BEEP_PORT || dport == BEEP_PORT)
671 (sport == NAMESERVER_PORT || dport == NAMESERVER_PORT ||
672 sport == MULTICASTDNS_PORT || dport == MULTICASTDNS_PORT)) {
678 } else if (sport == MSDP_PORT || dport == MSDP_PORT) {
681 else if (length > 0 && (sport == LDP_PORT || dport == LDP_PORT)) {