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

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table_value.c113 _MCPY(skipto, IPFW_VTYPE_SKIPTO);
611 v->skipto = value;
647 v.skipto = iv->skipto;
673 iv.skipto = v->skipto;
H A Dip_fw_log.c211 TARG(cmd->arg1, skipto));
H A Dip_fw_private.h296 int *idxmap; /* skipto array of rules */
309 int *idxmap_back; /* standby skipto array of rules */
323 uint16_t skipto; /* skipto, CALLRET */ member in struct:table_value
497 struct ip_fw *next_rule; /* ptr to next [skipto] rule */
H A Dip_fw2.c1248 int i = IP_FW_ARG_TABLEARG(chain, num, skipto);
1275 num = IP_FW_ARG_TABLEARG(chain, num, skipto);
2865 /* Re-enter the inner loop at the skipto rule. */
2879 * is different from `skipto' in that any call
2880 * address is possible (`skipto' must prevent
/freebsd-13-stable/tools/tools/ath/athprom/
H A Dathprom.c254 skipto(FILE *fd, const char *what) function
830 skipto(ftemplate, "endmode");
837 skipto(ftemplate, "endmode");
845 skipto(ftemplate, "endmode");
852 skipto(ftemplate, "endmode");
860 skipto(ftemplate, "endmode");
866 skipto(ftemplate, "endmode");
916 skipto(ftemplate, "endpdgain");
930 skipto(ftemplate, "endforpdgain");
/freebsd-13-stable/sbin/ipfw/
H A Dtables.c96 { "skipto", IPFW_VTYPE_SKIPTO },
1502 v->skipto = val;
1549 * vmask = "fib,skipto" -> treat input "1" as "1,1"
1579 v->skipto = strtol(n, &e, 10);
1581 etype = "skipto";
1827 l = snprintf(buf, sz, "%d,", v->skipto);
2013 uint16_t skipto; /* skipto, CALLRET */ member in struct:_table_value
/freebsd-13-stable/sys/netinet/
H A Dip_fw.h648 struct ip_fw *next_rule; /* ptr to next [skipto] rule */
763 #define IPFW_VTYPE_SKIPTO 0x00000001 /* skipto/call/callreturn */
873 uint16_t skipto; /* skipto, CALLRET */ member in struct:_ipfw_table_value

Completed in 170 milliseconds