Home
last modified time | relevance | path

Searched refs:ip_fw_rule (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c80 static int check_ipfw_rule1(struct ip_fw_rule *rule, int size,
439 struct ip_fw_rule *urule; in import_rule1()
442 urule = (struct ip_fw_rule *)ci->urule; in import_rule1()
453 ci->urule_numoff = offsetof(struct ip_fw_rule, rulenum); in import_rule1()
472 struct ip_fw_rule *urule; in export_rule1()
483 urule = (struct ip_fw_rule *)(cntr + 1); in export_rule1()
486 urule = (struct ip_fw_rule *)(tlv + 1); in export_rule1()
1677 check_ipfw_rule1(struct ip_fw_rule *rule, int size, in check_ipfw_rule1()
2932 struct ip_fw_rule *r; in add_rules()
3010 if (ctlv->count > clen / sizeof(struct ip_fw_rule)) in add_rules()
[all …]
H A Dip_fw_private.h541 #define RULEUSIZE1(r) (roundup2(sizeof(struct ip_fw_rule) + \
/freebsd/sbin/ipfw/
H A Dipfw2.c1502 struct ip_fw_rule *rule;
1515 init_show_state(struct show_state *state, struct ip_fw_rule *rule) in init_show_state()
2297 struct buf_pr *bp, struct ip_fw_rule *rule, struct ip_fw_bcounter *cntr) in show_static_rule()
2749 struct ip_fw_rule *r; in prepare_format_opts()
2757 r = (struct ip_fw_rule *)((caddr_t)cntr + cntr->size); in prepare_format_opts()
2786 struct ip_fw_rule *r; in list_static_range()
2794 r = (struct ip_fw_rule *)((caddr_t)cntr + cntr->size); in list_static_range()
2797 r = (struct ip_fw_rule *)(rtlv + 1); in list_static_range()
4008 struct ip_fw_rule *rule; in compile_rule()
4032 rule = (struct ip_fw_rule *)rbu in compile_rule()
[all...]
/freebsd/sys/netinet/
H A Dip_fw.h636 struct ip_fw_rule { struct