| /titanic_53/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
|
| /titanic_53/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
|
| /titanic_53/usr/src/cmd/fs.d/nfs/umount/ |
| H A D | umount.c | 166 bool_t quick = FALSE; in nfs_unmount() local 193 quick = TRUE; in nfs_unmount() 196 inform_server(mntp->mnt_special, mntp->mnt_mntopts, quick); in nfs_unmount() 239 inform_server(char *string, char *opts, bool_t quick) in inform_server() argument 298 timep = (quick ? &create_timeout : NULL); in inform_server() 306 if (!quick) in inform_server() 320 if (!quick) in inform_server() 327 if (!quick) in inform_server()
|
| /titanic_53/usr/src/lib/libcurses/screen/ |
| H A D | winsdelln.c | 61 short x, y, quick, *begch, *endch; in winsdelln() local 126 quick = ((win->_ndescs <= 0) && (win->_parent == NULL)); in winsdelln() 134 if (quick) { in winsdelln()
|
| /titanic_53/usr/src/lib/libsqlite/test/ |
| H A D | quick.test | 16 # $Id: quick.test,v 1.6 2004/02/11 02:18:07 drh Exp $ 26 quick.test
|
| H A D | all.test | 35 -quick { 55 quick.test
|
| H A D | memleak.test | 40 quick.test
|
| /titanic_53/usr/src/cmd/vi/port/ |
| H A D | ex_cmdsub.c | 616 tagfind(quick) in tagfind() argument 617 bool quick; in tagfind() 789 if (!quick) { 917 if (!quick) { 1790 poptag(quick) /* puts us back where we came from */ in poptag() argument 1791 bool quick; in poptag() 1811 if (!quick) {
|
| /titanic_53/usr/src/cmd/mandoc/ |
| H A D | libman.h | 27 int quick; /* abort parse early */ member
|
| H A D | man.c | 97 const char *defos, int quick) in man_alloc() argument 106 p->quick = quick; in man_alloc() 512 if (man->quick && tok == MAN_SH) { in man_pmacro()
|
| H A D | mdoc.c | 177 const char *defos, int quick) in mdoc_alloc() argument 185 p->quick = quick; in mdoc_alloc() 809 if (mdoc->quick && MDOC_Sh == tok && in mdoc_pmacro()
|
| H A D | libmdoc.h | 27 int quick; /* abort parse early */ member
|
| H A D | man_validate.c | 152 man->meta.date = man->quick ? mandoc_strdup("") : in check_root() 355 man->meta.date = man->quick ? in post_TH()
|
| /titanic_53/usr/src/boot/sys/boot/forth/ |
| H A D | shortcuts.4th | 40 \ offer the user a quick way to get back into the interactive PXE menu
|
| /titanic_53/usr/src/grub/grub-0.97/ |
| H A D | MAINTENANCE | 54 3. Write good code. Be not satisfied with ad hoc workarounds or quick
|
| /titanic_53/usr/src/uts/sun4u/ml/ |
| H A D | mach_interrupt.s | 250 ! When the handler's processing (which should be as quick as
|
| /titanic_53/usr/src/cmd/mdb/common/modules/genunix/ |
| H A D | memory.c | 1047 uint_t quick = FALSE; in pmap() local 1056 'q', MDB_OPT_SETBITS, TRUE, &quick, NULL) != argc) in pmap() 1071 if (quick) { in pmap()
|
| /titanic_53/usr/src/uts/i86pc/ml/ |
| H A D | locore.s | 1764 / is more than one quick loop required for an estimate. Measures have to be 1967 / is more than one quick loop required for an estimate. Measures have to be
|