Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_fw.h700 typedef struct _ipfw_dyn_rule ipfw_dyn_rule; typedef
703 ipfw_dyn_rule *next; /* linked list of rules. */
707 ipfw_dyn_rule *parent; /* pointer to parent rule */
922 ipfw_dyn_rule state;
/f-stack/freebsd/netinet/
H A Dip_fw.h700 typedef struct _ipfw_dyn_rule ipfw_dyn_rule; typedef
703 ipfw_dyn_rule *next; /* linked list of rules. */
707 ipfw_dyn_rule *parent; /* pointer to parent rule */
922 ipfw_dyn_rule state;
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_dynamic.c513 ipfw_dyn_rule *);
549 ipfw_dyn_rule *);
551 uint8_t, ipfw_dyn_rule *);
568 ipfw_dyn_rule *);
2828 return ((V_dyn_count + V_dyn_parent_count) * sizeof(ipfw_dyn_rule)); in ipfw_dyn_len()
2902 ipfw_dyn_rule *dst) in dyn_export_parent()
2929 dst->next = (ipfw_dyn_rule *)1; in dyn_export_parent()
2934 uint8_t set, ipfw_dyn_rule *dst) in dyn_export_data()
2964 dst->next = (ipfw_dyn_rule *)1; in dyn_export_data()
3103 ipfw_dyn_rule *p, *last = NULL; in ipfw_get_dynamic()
[all …]
/f-stack/tools/ipfw/
H A Dipfw2.c2279 struct buf_pr *bp, ipfw_dyn_rule *d) in show_dyn_state()
2537 ipfw_dyn_rule *d; in prepare_format_dyn()
2541 d = (ipfw_dyn_rule *)_state; in prepare_format_dyn()
2686 ipfw_dyn_rule *d; in list_dyn_state()
2689 d = (ipfw_dyn_rule *)_state; in list_dyn_state()