Searched refs:dst_ip (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dip_flowid.h66 u_int32_t dst_ip; member in struct:ip_flow_id
H A Dip_fw2.c778 dst->dst_ip = src->dst_ip;
1338 i = (id->dst_ip) ^ (id->src_ip) ^ (id->dst_port) ^ (id->src_port);
1357 (q->id.dst_ip), (q->id.dst_port), dyn_count-1 ); ) \
1494 pkt->dst_ip == q->id.dst_ip &&
1500 if (pkt->src_ip == q->id.dst_ip &&
1501 pkt->dst_ip == q->id.src_ip &&
1670 (r->id.dst_ip), (r->id.dst_port),
1695 pkt->dst_ip
2068 struct in_addr src_ip = { 0 } , dst_ip = { 0 }; /* NOTE: network format */ local
[all...]
H A Dip_fw.h175 u_int32_t dst_ip, src_ip ; member in struct:ipfw_flow_id
H A Dip_fw2.h405 u_int32_t dst_ip; member in struct:ipfw_flow_id
H A Dip_dummynet.c1316 id->dst_ip &= fs->flow_mask.dst_ip ;
1319 i = ( (id->dst_ip) & 0xffff ) ^
1320 ( (id->dst_ip >> 15) & 0xffff ) ^
1341 if (!is_v6 && id->dst_ip == q->id.dst_ip &&
/xnu-2422.115.4/bsd/net/
H A Dpf.c5346 dnflow.fwa_id.dst_ip = ntohl(daddr->v4.s_addr);

Completed in 108 milliseconds