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

/freebsd-13-stable/sbin/ipfw/
H A Dmain.c368 g_co.do_pipe = 0;
373 g_co.do_pipe = 1;
375 g_co.do_pipe = 2;
377 g_co.do_pipe = 2;
379 g_co.do_pipe = 3;
391 if (g_co.do_pipe || g_co.do_nat) {
402 if ((g_co.do_pipe || g_co.do_nat) && ac > 1 && isdigit(*av[0])) {
414 else if (g_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 (g_co.do_pipe) {
1896 if (g_co.do_pipe == 1) {
1905 /* main entry point for dummynet list functions. co.do_pipe indicates
1950 switch (g_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.c2728 if (g_co.do_pipe) {
3353 } else if (g_co.do_pipe) {
3354 exitval = ipfw_delete_pipe(g_co.do_pipe, i);
5461 if (g_co.do_pipe) {
5475 printf("Flushed all %s.\n", g_co.do_pipe ? "pipes" : "rules");

Completed in 65 milliseconds