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

/xnu-2782.1.97/bsd/netinet/
H A Dip_fw2.h372 struct ip_fw *next_rule; /* ptr to next [skipto] rule */ member in struct:ip_fw
373 /* 'next_rule' is used to pass up 'set_disable' status */
506 user32_addr_t next_rule;/* ptr to next [skipto] rule */ member in struct:ip_fw_32
507 /* 'next_rule' is used to pass up 'set_disable' status */
537 user64_addr_t next_rule; /* ptr to next [skipto] rule */ member in struct:ip_fw_64
538 /* 'next_rule' is used to pass up 'set_disable' status */
H A Dip_fw2.c596 fw32->next_rule = CAST_DOWN_EXPLICIT(user32_addr_t, user_ip_fw->next_rule);
621 fw64->next_rule = CAST_DOWN_EXPLICIT(user64_addr_t, user_ip_fw->next_rule);
722 user_ip_fw->next_rule = CAST_DOWN_EXPLICIT(struct ip_fw*, fw32->next_rule);
751 user_ip_fw->next_rule = CAST_DOWN_EXPLICIT(struct ip_fw*, fw64->next_rule);
1935 * The result is also written in the "next_rule" field of the rule.
1960 me->next_rule
[all...]

Completed in 23 milliseconds