Home
last modified time | relevance | path

Searched refs:dstport (Results 1 – 22 of 22) sorted by relevance

/freebsd/sys/netinet/
H A Din_rss.c80 u_short dstport) in rss_hash_ip4_4tuple() argument
83 sizeof(dstport)]; in rss_hash_ip4_4tuple()
93 bcopy(&dstport, &data[datalen], sizeof(dstport)); in rss_hash_ip4_4tuple()
94 datalen += sizeof(dstport); in rss_hash_ip4_4tuple()
H A Din_rss.h39 struct in_addr dst, u_short dstport);
/freebsd/sys/netinet6/
H A Din6_rss.c81 const struct in6_addr *dst, u_short dstport) in rss_hash_ip6_4tuple() argument
84 sizeof(dstport)]; in rss_hash_ip6_4tuple()
94 bcopy(&dstport, &data[datalen], sizeof(dstport)); in rss_hash_ip6_4tuple()
95 datalen += sizeof(dstport); in rss_hash_ip6_4tuple()
H A Din6_rss.h39 const struct in6_addr *dst, u_short dstport);
/freebsd/sbin/pfctl/tests/files/
H A Dpf0053.in2 "$nr:$if:$proto:$srcaddr:$srcport:$dstaddr:$dstport"
4 "$nr:$if:$proto:$srcaddr:$srcport:$dstaddr:$dstport"
H A Dpf0047.in49 pass in on lo0 all label "$dstport"
50 pass in on lo0 proto udp from any to any port = 29 label "$dstport"
51 pass in on lo0 proto udp from any to any port != 29 label "$dstport$dstport"
67 label "if $if proto $proto $srcaddr $srcport $dstaddr $dstport"
H A Dpf0001.in8 "$nr:$proto:$srcaddr:$srcport:$dstaddr:$dstport"
/freebsd/contrib/tcpdump/
H A Dprint-cnfp.c75 nd_uint16_t dstport; /* TCP/UDP source port or equivalent */ member
107 nd_uint16_t dstport; /* TCP/UDP source port or equivalent */ member
141 nd_uint16_t dstport; /* TCP/UDP source port or equivalent */ member
212 GET_BE_U_2(nr->dstport)); in cnfp_v1_print()
314 GET_BE_U_2(nr->dstport)); in cnfp_v5_print()
416 GET_BE_U_2(nr->dstport)); in cnfp_v6_print()
/freebsd/sbin/ifconfig/
H A Difvxlan.c100 char srcport[NI_MAXSERV], dstport[NI_MAXSERV]; in vxlan_status() local
122 dstport, sizeof(dstport), NI_NUMERICHOST | NI_NUMERICSERV) != 0) in vxlan_status()
123 dst[0] = dstport[0] = '\0'; in vxlan_status()
137 dst, ipv6 ? "]" : "", dstport); in vxlan_status()
/freebsd/share/examples/ipfilter/rules/
H A Dipmon.conf14 match { protocol = tcp, result = block, dstport = 25; }
/freebsd/tests/sys/netpfil/pf/
H A Dpft_read_ipfix.py89 (hdr.version, r.prot, r.src, r.dst, r.srcport, r.dstport))
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.h115 #define VCHIQ_MAKE_MSG(type, srcport, dstport) \ argument
116 ((type<<24) | (srcport<<12) | (dstport<<0))
/freebsd/sbin/ipf/ipmon/
H A Dipmon_y.y75 %type <opt> direction dstip dstport every group interface
121 | dstport { $$ = $1; }
165 dstport:
/freebsd/sys/net/
H A Dif_vxlan.c2451 uint16_t srcport, uint16_t dstport) in vxlan_encap_header() argument
2464 udph->uh_dport = dstport; in vxlan_encap_header()
2526 uint16_t srcport, dstport; in vxlan_encap4() local
2538 dstport = fvxlsa->in4.sin_port; in vxlan_encap4()
2558 vxlan_encap_header(sc, m, sizeof(struct ip), srcport, dstport); in vxlan_encap4()
2637 uint16_t srcport, dstport; in vxlan_encap6() local
2649 dstport = fvxlsa->in6.sin6_port; in vxlan_encap6()
2668 vxlan_encap_header(sc, m, sizeof(struct ip6_hdr), srcport, dstport); in vxlan_encap6()
2722 } else if (ntohs(dstport) != V_zero_checksum_port) { in vxlan_encap6()
H A Dif_geneve.c2362 uint16_t srcport, uint16_t dstport, uint16_t proto) in geneve_encap_header() argument
2375 udph->uh_dport = dstport; in geneve_encap_header()
2531 uint16_t srcport, dstport, proto; in geneve_encap4() local
2542 dstport = funsa->sin.sin_port; in geneve_encap4()
2576 geneve_encap_header(sc, m, sizeof(struct ip), srcport, dstport, htons(proto)); in geneve_encap4()
2653 uint16_t srcport, dstport, proto; in geneve_encap6() local
2664 dstport = funsa->sin6.sin6_port; in geneve_encap6()
2704 geneve_encap_header(sc, m, sizeof(struct ip6_hdr), srcport, dstport, in geneve_encap6()
2761 } else if (ntohs(dstport) != V_zero_checksum_port) { in geneve_encap6()
/freebsd/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c135 uint32_t dstport; /* HostPort */ member
1006 val_parse_uint32(val, &p->dstport, in fetch_peers()
1273 value->v.uint32 = t->dstport; in op_ntpPeersVarTable()
/freebsd/usr.sbin/virtual_oss/virtual_oss/
H A Dhttpd.c97 uint16_t dstport; member
223 pkt.udp.dstport = htobe16(port); in voss_httpd_send_rtp_sub()
/freebsd/sbin/ipf/common/
H A Dipf_y.y892 | dstaddr dstport
893 | '!' dstaddr dstport
921 dstport:
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c3293 u_int16_t srcport, dstport; in pf_killstates_row() local
3307 dstport = sk->port[0]; in pf_killstates_row()
3312 dstport = sk->port[1]; in pf_killstates_row()
3344 psk->psk_dst.port[0], psk->psk_dst.port[1], dstport)) in pf_killstates_row()
/freebsd/contrib/ntp/ntpq/
H A Dntpq.texi665 @itemx @code{dstport}
H A Dntpq-opts.def909 .It Cm dstport
H A Dinvoke-ntpq.texi789 @item @code{dstport}