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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2.c2754 add_rule(struct ip_fw **head, struct ip_fw *input_rule) argument
2757 int l = RULESIZE(input_rule);
2759 if (*head == NULL && input_rule->rulenum != IPFW_DEFAULT_RULE)
2769 bcopy(input_rule, rule, l);
2802 input_rule->rulenum = rule->rulenum;
2824 static_len_32 += RULESIZE32(input_rule);
2825 static_len_64 += RULESIZE64(input_rule);

Completed in 17 milliseconds