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

/freebsd-10.0-release/sbin/ipfw/
H A Dmain.c363 co.do_pipe = 0;
368 co.do_pipe = 1;
370 co.do_pipe = 2;
372 co.do_pipe = 2;
374 co.do_pipe = 3;
386 if (co.do_pipe || co.do_nat) {
397 if ((co.do_pipe || co.do_nat) && ac > 1 && isdigit(*av[0])) {
409 else if (co.do_pipe && _substrcmp(*av, "config") == 0)
H A Dipfw2.h38 int do_pipe; /* this cmd refers to a pipe/queue/sched */ member in struct:cmdline_opts
H A Ddummynet.c390 ipfw_delete_pipe(int do_pipe, int i) argument
397 cmd.oid.subtype = (do_pipe == 1) ? DN_LINK :
398 ( (do_pipe == 2) ? DN_FS : DN_SCH);
744 * do_pipe = 1 -> "pipe N config ..." only for backward compatibility
751 * do_pipe = 2 -> flowset N config
754 * do_pipe = 3 -> sched N config
795 switch (co.do_pipe) {
1292 if (co.do_pipe == 1) {
1301 /* main entry point for dummynet list functions. co.do_pipe indicates
1346 switch (co.do_pipe) {
[all...]
H A Dipfw2.c2003 const int ocmd = co.do_pipe ? IP_DUMMYNET_GET : IP_FW_GET;
2012 if (co.do_pipe) {
2029 co.do_pipe ? "DUMMYNET" : "FW");
2473 } else if (co.do_pipe) {
2474 exitval = ipfw_delete_pipe(co.do_pipe, i);
4084 int cmd = co.do_pipe ? IP_DUMMYNET_FLUSH : IP_FW_FLUSH;
4101 if (co.do_pipe) {
4112 co.do_pipe ? "DUMMYNET" : "FW");
4114 printf("Flushed all %s.\n", co.do_pipe ? "pipes" : "rules");

Completed in 134 milliseconds