Symbol: ipfw_ioc_rule
lib/libalias/alias_db.c
2689
struct ipfw_ioc_rule *rule = buf;
sbin/ipfw/ipfw2.c
1513
nbytes = sizeof(struct ipfw_ioc_rule);
sbin/ipfw/ipfw2.c
1518
set_disable = ((struct ipfw_ioc_rule *)data)->set_disable;
sbin/ipfw/ipfw2.c
1629
struct ipfw_ioc_rule *r;
sbin/ipfw/ipfw2.c
1682
r = (struct ipfw_ioc_rule *)((uint8_t *)r + IOC_RULESIZE(r))) {
sbin/ipfw/ipfw2.c
1708
r = (struct ipfw_ioc_rule *)((uint8_t *)r + IOC_RULESIZE(r)))
sbin/ipfw/ipfw2.c
1730
r = (struct ipfw_ioc_rule *)((uint8_t *)r + IOC_RULESIZE(r))) {
sbin/ipfw/ipfw2.c
2684
struct ipfw_ioc_rule *rule;
sbin/ipfw/ipfw2.c
2707
rule = (struct ipfw_ioc_rule *)rulebuf;
sbin/ipfw/ipfw2.c
840
show_ipfw(struct ipfw_ioc_rule *rule, int pcwidth, int bcwidth)
sbin/ipfw3/ipfw3.c
371
struct ipfw_ioc_rule *rule;
sbin/ipfw3/ipfw3.c
382
rule = (struct ipfw_ioc_rule *)rulebuf;
sbin/ipfw3/ipfw3.c
679
struct ipfw_ioc_rule *rule;
sbin/ipfw3/ipfw3.c
745
rule_show(struct ipfw_ioc_rule *rule, int pcwidth, int bcwidth)
sbin/ipfw3/ipfw3.h
167
void rule_show(struct ipfw_ioc_rule *rule, int pcwidth, int bcwidth);
sys/net/ipfw/ip_fw2.c
288
const struct ipfw_ioc_rule *ioc_rule;
sys/net/ipfw/ip_fw2.c
4509
ipfw_create_rule(const struct ipfw_ioc_rule *ioc_rule, uint32_t rule_flags)
sys/net/ipfw/ip_fw2.c
4617
ipfw_add_rule(struct ipfw_ioc_rule *ioc_rule, uint32_t rule_flags)
sys/net/ipfw/ip_fw2.c
5311
ipfw_check_ioc_rule(struct ipfw_ioc_rule *rule, int size, uint32_t *rule_flags)
sys/net/ipfw/ip_fw2.c
5556
struct ipfw_ioc_rule *ioc_rule;
sys/net/ipfw/ip_fw2.c
5587
struct ipfw_ioc_rule *ioc_rule)
sys/net/ipfw/ip_fw2.h
471
(sizeof(struct ipfw_ioc_rule) + (rule)->cmd_len * 4 - 4)
sys/net/ipfw3/ip_fw3.c
1003
ioc = (struct ipfw_ioc_rule *)sopt->sopt_val;
sys/net/ipfw3/ip_fw3.c
1027
ioc = (struct ipfw_ioc_rule *)((uint8_t *)ioc + IOC_RULESIZE(ioc));
sys/net/ipfw3/ip_fw3.c
104
const struct ipfw_ioc_rule *ioc_rule;
sys/net/ipfw3/ip_fw3.c
646
const struct ipfw_ioc_rule *ioc_rule;
sys/net/ipfw3/ip_fw3.c
701
ip_fw3_add_rule(struct ipfw_ioc_rule *ioc_rule)
sys/net/ipfw3/ip_fw3.c
953
struct ipfw_ioc_rule *ioc_rule;
sys/net/ipfw3/ip_fw3.c
999
struct ipfw_ioc_rule *ioc;
sys/net/ipfw3/ip_fw3.h
362
(sizeof(struct ipfw_ioc_rule) + (rule)->cmd_len * 4 - SIZE_OF_IPFWINSN)
sys/net/ipfw3/ip_fw3.h
545
void ip_fw3_add_rule(struct ipfw_ioc_rule *ioc_rule);