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

/freebsd-11-stable/sbin/ipfw/
H A Dmain.c367 co.do_pipe = 0;
372 co.do_pipe = 1;
374 co.do_pipe = 2;
376 co.do_pipe = 2;
378 co.do_pipe = 3;
390 if (co.do_pipe || co.do_nat) {
401 if ((co.do_pipe || co.do_nat) && ac > 1 && isdigit(*av[0])) {
413 else if (co.do_pipe && _substrcmp(*av, "config") == 0)
H A Ddummynet.c663 ipfw_delete_pipe(int do_pipe, int i) argument
670 cmd.oid.subtype = (do_pipe == 1) ? DN_LINK :
671 ( (do_pipe == 2) ? DN_FS : DN_SCH);
1254 * do_pipe = 1 -> "pipe N config ..." only for backward compatibility
1261 * do_pipe = 2 -> flowset N config
1264 * do_pipe = 3 -> sched N config
1320 switch (co.do_pipe) {
1896 if (co.do_pipe == 1) {
1905 /* main entry point for dummynet list functions. co.do_pipe indicates
1950 switch (co.do_pipe) {
[all...]
H A Dipfw2.h38 int do_pipe; /* this cmd refers to a pipe/queue/sched */ member in struct:cmdline_opts
H A Dipfw2.c2711 if (co.do_pipe) {
3335 } else if (co.do_pipe) {
3336 exitval = ipfw_delete_pipe(co.do_pipe, i);
5418 if (co.do_pipe) {
5432 printf("Flushed all %s.\n", co.do_pipe ? "pipes" : "rules");

Completed in 183 milliseconds