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

/xnu-2782.1.97/bsd/netinet/
H A Dip_fw2.c3586 ipfw_dyn_rule_64 *ipfw_dyn_dst; local
3588 ipfw_dyn_dst = (ipfw_dyn_rule_64 *)dst;
3595 ipfw_dyn_dst->next = CAST_DOWN_EXPLICIT(user64_addr_t, dst);
3596 ipfw_dyn_dst->rule = p->rule->rulenum;
3597 ipfw_dyn_dst->parent = CAST_DOWN(user64_addr_t, p->parent);
3598 ipfw_dyn_dst->pcnt = p->pcnt;
3599 ipfw_dyn_dst->bcnt = p->bcnt;
3600 externalize_flow_id(&ipfw_dyn_dst->id, &p->id);
3601 ipfw_dyn_dst->expire =
3604 ipfw_dyn_dst
3612 ipfw_dyn_rule_32 *ipfw_dyn_dst; local
[all...]

Completed in 26 milliseconds