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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_fw.c569 u_int16_t skipto = *cookie; local
586 if (skipto) {
587 if (skipto >= 65535)
589 while (chain && (chain->rule->fw_number <= skipto)) {
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2.c1854 * target (for skipto instructions) or the next one in the list (in
1871 /* look for action, in case it is a skipto */
1879 if (rule == NULL) /* failure or not a skipto */
2118 int skipto = args->fwa_divert_rule; local
2121 if (args->fwa_eh == NULL && skipto != 0) {
2122 if (skipto >= IPFW_DEFAULT_RULE) {
2126 while (f && f->rulenum <= skipto)
2633 /* handle skipto */

Completed in 32 milliseconds