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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2.c761 i = (id->dst_ip) ^ (id->src_ip) ^ (id->dst_port) ^ (id->src_port);
780 (q->id.dst_ip), (q->id.dst_port), dyn_count-1 ); ) \
919 pkt->dst_port == q->id.dst_port ) {
925 pkt->src_port == q->id.dst_port &&
926 pkt->dst_port == q->id.src_port ) {
1093 (r->id.dst_ip), (r->id.dst_port),
1120 pkt->dst_port == q->id.dst_port) {
1148 (args->f_id.dst_ip), (args->f_id.dst_port) );)
1486 u_int16_t src_port = 0, dst_port = 0; /* NOTE: host format */ local
[all...]
H A Dip_fw.h177 u_int16_t dst_port, src_port ; member in struct:ipfw_flow_id
H A Dip_fw2.h380 u_int16_t dst_port; member in struct:ipfw_flow_id
H A Dip_dummynet.c952 id->dst_port &= fs->flow_mask.dst_port ;
961 (id->dst_port << 1) ^ (id->src_port) ^
970 id->dst_port == q->id.dst_port &&
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_fw.c560 u_short src_port, dst_port; local
692 dst_port = ntohs(tcp6->th_dport);
714 dst_port = ntohs(udp->uh_dport);
721 IPV6_FW_GETNDSTP(f), dst_port,

Completed in 24 milliseconds