/illumos-gate/usr/src/cmd/ipf/examples/ |
H A D | BASIC_1.FW | 17 block in log quick all with short 36 block in log quick from 127.0.0.0/8 to any group 100 37 block in log quick from any to 127.0.0.0/8 group 100 38 block in log quick from 127.0.0.0/8 to any group 200 39 block in log quick from any to 127.0.0.0/8 group 200 41 pass in quick on lo0 all 42 pass out quick on lo0 all 49 block in log quick from 10.0.0.0/8 to any group 100 50 block in log quick from 192.168.0.0/16 to any group 100 51 block in log quick from 172.16.0.0/12 to any group 100 [all …]
|
H A D | BASIC_2.FW | 17 block in log quick all with short 34 block in log quick from 10.0.0.0/8 to any group 100 35 block in log quick from 192.168.0.0/16 to any group 100 36 block in log quick from 172.16.0.0/12 to any group 100 40 block in log quick from a.b.c.d/24 to any group 100 47 block in log quick from 127.0.0.0/8 to any group 100 48 block in log quick from any to 127.0.0.0/8 group 100 49 block in log quick from 127.0.0.0/8 to any group 200 50 block in log quick from any to 127.0.0.0/8 group 200 52 pass in quick on lo0 all [all …]
|
H A D | server | 8 pass in quick on le0 from 128.1.40.0/24 to any 9 block in log quick on le0 from any to any 10 block in log quick on le1 from 128.1.1.0/24 to any 11 pass in quick on le1 from any to any
|
H A D | example.sr | 11 block in log quick on le0 from any to any with short frag 31 pass in quick from any to 10.1.3.2/32 32 pass in quick from any to 10.1.0.13/32 33 pass in quick from 10.1.3.2/32 to any 34 pass in quick from 10.1.0.13/32 to any 38 block in quick on le0 from any to any with ipopts
|
H A D | example.12 | 16 block in quick all with opt lsrr 17 block in quick all with opt ssrr
|
H A D | tcpstate | 5 pass out quick on le0 proto tcp from any to any flags S/SAFR keep state 11 pass out quick on le0 proto udp from any to any port = 53 keep state
|
H A D | example.8 | 6 block return-rst in quick proto tcp from any to any port = 113 flags S/SA
|
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | ipf6.conf.dfl | 31 pass in quick on lo0 32 pass out quick on lo0 35 pass in quick proto udp from any to any port = 546 36 pass out quick proto udp from any to any port = 547 39 pass in quick proto ipv6-icmp from any to any 40 pass out quick proto ipv6-icmp from any to any
|
H A D | ipf.conf.dfl | 31 pass in quick on lo0 32 pass out quick on lo0 35 pass in quick proto udp from any to any port = 68 36 pass out quick proto udp from any to any port = 67
|
/illumos-gate/usr/src/cmd/fs.d/nfs/umount/ |
H A D | umount.c | 164 bool_t quick = FALSE; in nfs_unmount() local 191 quick = TRUE; in nfs_unmount() 194 inform_server(mntp->mnt_special, mntp->mnt_mntopts, quick); in nfs_unmount() 237 inform_server(char *string, char *opts, bool_t quick) in inform_server() argument 296 timep = (quick ? &create_timeout : NULL); in inform_server() 304 if (!quick) in inform_server() 318 if (!quick) in inform_server() 325 if (!quick) in inform_server()
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | winsdelln.c | 59 short x, y, quick, *begch, *endch; in winsdelln() local 124 quick = ((win->_ndescs <= 0) && (win->_parent == NULL)); in winsdelln() 132 if (quick) { in winsdelln()
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | quick.test | 14 # $Id: quick.test,v 1.6 2004/02/11 02:18:07 drh Exp $ 24 quick.test
|
H A D | all.test | 33 -quick { 53 quick.test
|
H A D | memleak.test | 38 quick.test
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_cmdsub.c | 617 tagfind(quick) in tagfind() argument 618 bool quick; in tagfind() 790 if (!quick) { 918 if (!quick) { 1795 poptag(quick) /* puts us back where we came from */ in poptag() argument 1796 bool quick; in poptag() 1816 if (!quick) {
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | roff_int.h | 40 int quick; /* Abort parse early. */ member
|
H A D | man.c | 252 if (man->quick && tok == MAN_SH) { in man_pmacro()
|
H A D | mdoc.c | 390 if (mdoc->quick && MDOC_Sh == tok && in mdoc_pmacro()
|
H A D | man_validate.c | 532 if (man->quick && n != NULL) in post_TH()
|
/illumos-gate/usr/src/boot/forth/ |
H A D | shortcuts.4th | 40 \ offer the user a quick way to get back into the interactive PXE menu
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | MAINTENANCE | 54 3. Write good code. Be not satisfied with ad hoc workarounds or quick
|
/illumos-gate/usr/src/uts/sun4u/ml/ |
H A D | mach_interrupt.S | 237 ! When the handler's processing (which should be as quick as
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | memory.c | 1081 uint_t quick = FALSE; in pmap() local 1091 'q', MDB_OPT_SETBITS, TRUE, &quick, NULL) != argc) in pmap() 1106 if (quick) { in pmap()
|
/illumos-gate/usr/src/uts/i86pc/ml/ |
H A D | locore.S | 549 / is more than one quick loop required for an estimate. Measures have to be
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ipf_y.y | 351 | quick 400 | quick 572 quick:
|