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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_flowid.h68 u_int16_t dst_port; member in struct:ip_flow_id
H A Dip_fw2.c703 dst->dst_port = src->dst_port;
1259 i = (id->dst_ip) ^ (id->src_ip) ^ (id->dst_port) ^ (id->src_port);
1278 (q->id.dst_ip), (q->id.dst_port), dyn_count-1 ); ) \
1417 pkt->dst_port == q->id.dst_port ) {
1423 pkt->src_port == q->id.dst_port &&
1424 pkt->dst_port == q->id.src_port ) {
1591 (r->id.dst_ip), (r->id.dst_port),
1618 pkt->dst_port
1988 u_int16_t src_port = 0, dst_port = 0; /* NOTE: host format */ local
[all...]
H A Dip_fw.h176 u_int16_t dst_port, src_port ; member in struct:ipfw_flow_id
H A Dip_fw2.h407 u_int16_t dst_port; member in struct:ipfw_flow_id
H A Dip_dummynet.c1285 id->dst_port &= fs->flow_mask.dst_port ;
1314 (id->dst_port << 1) ^ (id->src_port) ^
1325 (id->dst_port << 1) ^ (id->src_port) ^
1336 id->dst_port == q->id.dst_port &&
1345 id->dst_port == q->id.dst_port &&
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_fw.c567 u_short src_port, dst_port; local
699 dst_port = ntohs(tcp6->th_dport);
721 dst_port = ntohs(udp->uh_dport);
728 IPV6_FW_GETNDSTP(f), dst_port,
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c5129 dnflow.fwa_id.dst_port = ntohs(pd->hdr.tcp->th_dport);
5134 dnflow.fwa_id.dst_port = ntohs(pd->hdr.udp->uh_dport);

Completed in 100 milliseconds