Searched refs:dst_ip (Results 1 - 4 of 4) 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 ); ) \
917 pkt->dst_ip == q->id.dst_ip &&
923 if (pkt->src_ip == q->id.dst_ip &&
924 pkt->dst_ip == q->id.src_ip &&
1093 (r->id.dst_ip), (r->id.dst_port),
1118 pkt->dst_ip == q->id.dst_ip &&
1148 (args->f_id.dst_ip), (arg
1487 struct in_addr src_ip = { 0 } , dst_ip = { 0 }; /* NOTE: network format */ local
[all...]
H A Dip_fw.h176 u_int32_t dst_ip, src_ip ; member in struct:ipfw_flow_id
H A Dip_fw2.h378 u_int32_t dst_ip; member in struct:ipfw_flow_id
H A Dip_dummynet.c950 id->dst_ip &= fs->flow_mask.dst_ip ;
957 i = ( (id->dst_ip) & 0xffff ) ^
958 ( (id->dst_ip >> 15) & 0xffff ) ^
968 if (id->dst_ip == q->id.dst_ip &&

Completed in 33 milliseconds