Home
last modified time | relevance | path

Searched refs:ipfw_rule_ref (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_ipfw.c232 struct ipfw_rule_ref *r; in ng_ipfw_rcvdata()
251 r = (struct ipfw_rule_ref *)(tag + 1); in ng_ipfw_rcvdata()
306 struct ipfw_rule_ref *r; in ng_ipfw_input()
316 r = (struct ipfw_rule_ref *)(tag + 1); in ng_ipfw_input()
/f-stack/freebsd/netinet/
H A Dip_divert.c228 divsrc.sin_port = ((struct ipfw_rule_ref *)(mtag+1))->rulenum; in divert_packet()
278 nport = htons((u_int16_t)(((struct ipfw_rule_ref *)(mtag+1))->info)); in divert_packet()
317 struct ipfw_rule_ref *dt; in div_output()
335 sizeof(struct ipfw_rule_ref), M_NOWAIT | M_ZERO); in div_output()
342 dt = (struct ipfw_rule_ref *)(mtag+1); in div_output()
H A Dip_var.h269 struct ipfw_rule_ref { struct
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_pfil.c139 args.rule = *((struct ipfw_rule_ref *)(tag+1)); in ipfw_check_packet()
364 args.rule = *((struct ipfw_rule_ref *)(mtag+1)); in ipfw_check_frame()
516 sizeof(struct ipfw_rule_ref), M_NOWAIT); in ipfw_divert()
521 *((struct ipfw_rule_ref *)(tag+1)) = args->rule; in ipfw_divert()
H A Dip_dn_private.h377 struct ipfw_rule_ref rule; /* matching rule */
H A Dip_fw_private.h107 struct ipfw_rule_ref rule; /* match/restart info */
/f-stack/tools/compat/include/netinet/
H A Dip_var.h269 struct ipfw_rule_ref { struct
/f-stack/freebsd/netpfil/pf/
H A Dpf.c5939 struct ipfw_rule_ref *rr = (struct ipfw_rule_ref *)(ipfwtag+1); in pf_test()
6158 sizeof(struct ipfw_rule_ref), M_NOWAIT | M_ZERO); in pf_test()
6160 ((struct ipfw_rule_ref *)(ipfwtag+1))->info = in pf_test()
6162 ((struct ipfw_rule_ref *)(ipfwtag+1))->rulenum = dir; in pf_test()