Lines Matching refs:dport
162 uint16_t sport, dport, win, urp; local
188 dport = EXTRACT_16BITS(&tp->th_dport);
199 tcpport_string(dport)));
202 tcpport_string(sport), tcpport_string(dport)));
212 tcpport_string(dport)));
215 tcpport_string(sport), tcpport_string(dport)));
262 if (sport > dport)
264 else if (sport == dport) {
271 tha.port = dport << 16 | sport;
275 tha.port = sport << 16 | dport;
318 if (sport > dport)
320 else if (sport == dport) {
327 tha.port = dport << 16 | sport;
331 tha.port = sport << 16 | dport;
676 if (sport == TELNET_PORT || dport == TELNET_PORT) {
678 } else if (sport == SMTP_PORT || dport == SMTP_PORT) {
681 } else if (sport == BGP_PORT || dport == BGP_PORT)
683 else if (sport == PPTP_PORT || dport == PPTP_PORT)
686 else if (sport == NETBIOS_SSN_PORT || dport == NETBIOS_SSN_PORT)
688 else if (sport == SMB_PORT || dport == SMB_PORT)
691 else if (sport == BEEP_PORT || dport == BEEP_PORT)
693 else if (sport == OPENFLOW_PORT_OLD || dport == OPENFLOW_PORT_OLD ||
694 sport == OPENFLOW_PORT_IANA || dport == OPENFLOW_PORT_IANA)
696 else if (sport == FTP_PORT || dport == FTP_PORT) {
699 } else if (sport == HTTP_PORT || dport == HTTP_PORT ||
700 sport == HTTP_PORT_ALT || dport == HTTP_PORT_ALT) {
703 } else if (sport == RTSP_PORT || dport == RTSP_PORT ||
704 sport == RTSP_PORT_ALT || dport == RTSP_PORT_ALT) {
708 (sport == NAMESERVER_PORT || dport == NAMESERVER_PORT ||
709 sport == MULTICASTDNS_PORT || dport == MULTICASTDNS_PORT)) {
715 } else if (sport == MSDP_PORT || dport == MSDP_PORT) {
717 } else if (sport == RPKI_RTR_PORT || dport == RPKI_RTR_PORT) {
720 else if (length > 0 && (sport == LDP_PORT || dport == LDP_PORT)) {
723 else if ((sport == NFS_PORT || dport == NFS_PORT) &&
741 if (dport == NFS_PORT && direction == SUNRPC_CALL) {