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

/freebsd-9.3-release/sbin/ipfw/
H A Dmain.c362 co.do_pipe = 0;
367 co.do_pipe = 1;
369 co.do_pipe = 2;
371 co.do_pipe = 2;
373 co.do_pipe = 3;
385 if (co.do_pipe || co.do_nat) {
396 if ((co.do_pipe || co.do_nat) && ac > 1 && isdigit(*av[0])) {
408 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) {
1296 if (co.do_pipe == 1) {
1305 /* main entry point for dummynet list functions. co.do_pipe indicates
1349 switch (co.do_pipe) {
[all...]
H A Dipfw2.c2004 const int ocmd = co.do_pipe ? IP_DUMMYNET_GET : IP_FW_GET;
2013 if (co.do_pipe) {
2030 co.do_pipe ? "DUMMYNET" : "FW");
2479 } else if (co.do_pipe) {
2480 exitval = ipfw_delete_pipe(co.do_pipe, i);
4080 int cmd = co.do_pipe ? IP_DUMMYNET_FLUSH : IP_FW_FLUSH;
4097 if (co.do_pipe) {
4108 co.do_pipe ? "DUMMYNET" : "FW");
4110 printf("Flushed all %s.\n", co.do_pipe ? "pipes" : "rules");
/freebsd-9.3-release/sys/kern/
H A Dsys_pipe.c132 int do_pipe(struct thread *td, int fildes[2], int flags);
331 return (do_pipe(td, fildes, 0));
335 do_pipe(struct thread *td, int fildes[2], int flags) function
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_file.c73 int do_pipe(struct thread *td, int fildes[2], int flags);
1589 error = do_pipe(td, fildes, 0);
1616 error = do_pipe(td, fildes, flags);

Completed in 80 milliseconds