Searched refs:OPT_VERBOSE (Results 1 - 15 of 15) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables.c1615 set_option(&cs.options, OPT_VERBOSE,
1861 cs.options&OPT_VERBOSE,
1868 cs.options&OPT_VERBOSE,
1878 cs.options&OPT_VERBOSE,
1884 cs.options&OPT_VERBOSE, *handle);
1890 cs.options&OPT_VERBOSE,
1894 ret = flush_entries6(chain, cs.options&OPT_VERBOSE, *handle);
1897 ret = zero_entries(chain, cs.options&OPT_VERBOSE, *handle);
1907 cs.options&OPT_VERBOSE,
1914 cs.options&OPT_VERBOSE, *handl
[all...]
H A Diptables.c1643 set_option(&cs.options, OPT_VERBOSE,
1894 cs.options&OPT_VERBOSE,
1901 cs.options&OPT_VERBOSE,
1911 cs.options&OPT_VERBOSE,
1917 cs.options&OPT_VERBOSE, *handle);
1923 cs.options&OPT_VERBOSE,
1927 ret = flush_entries4(chain, cs.options&OPT_VERBOSE, *handle);
1930 ret = zero_entries(chain, cs.options&OPT_VERBOSE, *handle);
1940 cs.options&OPT_VERBOSE,
1947 cs.options&OPT_VERBOSE, *handl
[all...]
H A Dxshared.h18 OPT_VERBOSE = 1 << 5, enumerator in enum:__anon455
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dncr53c8xx.c625 #define OPT_VERBOSE 10 macro
743 case OPT_VERBOSE:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dbbunzip.c15 OPT_VERBOSE = 0x4, enumerator in enum:__anon11161
H A Dtar.c704 OPT_VERBOSE = 1 << 6, // v enumerator in enum:__anon11183
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dchmod.c23 #define OPT_VERBOSE (USE_DESKTOP(option_mask32 & 2) SKIP_DESKTOP(0)) macro
56 if (OPT_VERBOSE
H A Dchown.c23 #define OPT_VERBOSE (USE_DESKTOP(option_mask32 & 0x04) SKIP_DESKTOP(0)) macro
51 if (OPT_VERBOSE
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/debianutils/
H A Dstart_stop_daemon.c233 OPT_VERBOSE = 0x2000 * ENABLE_FEATURE_START_STOP_DAEMON_FANCY, // -v enumerator in enum:__anon11222
263 quiet = (opt & OPT_QUIET) && !(opt & OPT_VERBOSE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dhttpd.c1965 OPT_VERBOSE = 1 << p_opt_verbose, enumerator in enum:__anon11337
H A Dping.c234 OPT_VERBOSE = 1 << 1, enumerator in enum:__anon11372
632 if (!(option_mask32 & OPT_VERBOSE)) {
H A Dtraceroute.c326 #define OPT_VERBOSE (1<<6) /* v */ macro
343 #define verbose (option_mask32 & OPT_VERBOSE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/selinux/
H A Dchcon.c21 #define OPT_VERBOSE (1<<8) /* 'v' */ macro
84 if ((option_mask32 & OPT_VERBOSE) || ((option_mask32 & OPT_CHANHES) && !fail)) {
96 } else if (option_mask32 & OPT_VERBOSE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables.c97 #define OPT_VERBOSE 0x00020U macro
2119 set_option(&options, OPT_VERBOSE,
2433 options&OPT_VERBOSE,
2439 options&OPT_VERBOSE,
2447 saddrs, daddrs, options&OPT_VERBOSE,
2453 options&OPT_VERBOSE,
2458 options&OPT_VERBOSE,
2465 ret = flush_entries(chain, options&OPT_VERBOSE, handle);
2468 ret = zero_entries(chain, options&OPT_VERBOSE, handle);
2472 options&OPT_VERBOSE,
[all...]
H A Diptables.c95 #define OPT_VERBOSE 0x00020U macro
2208 set_option(&options, OPT_VERBOSE,
2529 options&OPT_VERBOSE,
2535 options&OPT_VERBOSE,
2543 saddrs, daddrs, options&OPT_VERBOSE,
2549 options&OPT_VERBOSE,
2554 options&OPT_VERBOSE,
2561 ret = flush_entries(chain, options&OPT_VERBOSE, handle);
2564 ret = zero_entries(chain, options&OPT_VERBOSE, handle);
2568 options&OPT_VERBOSE,
[all...]

Completed in 227 milliseconds