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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_flowid.h66 u_int32_t dst_ip; member in struct:ip_flow_id
H A Dip_fw2.c701 dst->dst_ip = src->dst_ip;
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 ); ) \
1415 pkt->dst_ip == q->id.dst_ip &&
1421 if (pkt->src_ip == q->id.dst_ip &&
1422 pkt->dst_ip == q->id.src_ip &&
1591 (r->id.dst_ip), (r->id.dst_port),
1616 pkt->dst_ip
1989 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.c1318 id->dst_ip &= fs->flow_mask.dst_ip ;
1321 i = ( (id->dst_ip) & 0xffff ) ^
1322 ( (id->dst_ip >> 15) & 0xffff ) ^
1343 if (!is_v6 && id->dst_ip == q->id.dst_ip &&
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c5292 dnflow.fwa_id.dst_ip = ntohl(daddr->v4.s_addr);

Completed in 93 milliseconds