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

/xnu-2422.115.4/bsd/netinet/
H A Dip_fw2.c2833 add_rule(struct ip_fw **head, struct ip_fw *input_rule) argument
2836 int l = RULESIZE(input_rule);
2838 if (*head == NULL && input_rule->rulenum != IPFW_DEFAULT_RULE)
2848 bcopy(input_rule, rule, l);
2881 input_rule->rulenum = rule->rulenum;
2903 static_len_32 += RULESIZE32(input_rule);
2904 static_len_64 += RULESIZE64(input_rule);

Completed in 26 milliseconds