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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2.h345 struct ip_fw *next_rule; /* ptr to next [skipto] rule */ member in struct:ip_fw
346 /* 'next_rule' is used to pass up 'set_disable' status */
H A Dip_fw2.c1354 * The result is also written in the "next_rule" field of the rule.
1379 me->next_rule = rule;
1608 f = args->rule->next_rule;
2031 * ('goto next_rule', equivalent to a 'break 2'),
2049 * the entry is not found ('goto next_rule').
2098 goto next_rule;
2128 goto next_rule;
2130 if (f->next_rule == NULL)
2132 f = f->next_rule;
2181 next_rule
[all...]

Completed in 30 milliseconds