Home
last modified time | relevance | path

Searched refs:NMAP (Results 1 – 25 of 95) sorted by relevance

1234

/dports/biology/fasta3/fasta-36.3.8/src/
H A Dupam.h22 #define NMAP MAXHASH+1 macro
87 NMAP,1,13,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,NMAP,21, 5, 3,NMAP,10,11,
88 NMAP,1,13,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,NMAP,21, 5, 3,NMAP,10,11
93 NMAP,1,13,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,NMAP,21, 5, 3,NMAP,10,11,
94 NMAP,NMAP,NMAP,NMAP,NMAP,NMAP,NMAP,NMAP,NMAP,NMAP,NMAP,NMAP,NMAP,NMAP,
95 NMAP,NMAP,NMAP,NMAP,NMAP,NMAP,NMAP,NMAP,NMAP,NMAP,NMAP,NMAP,NMAP,NMAP,
687 NMAP,0,1,2,3,3,0,1,0,0,1,2,0,0,0,1,NMAP,
688 NMAP,0,1,2,3,3,0,1,0,0,1,2,0,0,0,1,NMAP,NMAP};
690 NMAP,0,1,2,3,3,0,1,0,0,1,2,0,0,0,1,NMAP,
691 NMAP,NMAP,NMAP,NMAP,NMAP,NMAP,NMAP,NMAP,NMAP,
[all …]
H A Dkarlin.c74 #define NMAP 33 macro
96 int r_cnt[NMAP+1]; in init_karlin()
112 r_cnt[NMAP]=0; in init_karlin()
122 r_cnt[NMAP_X] += r_cnt[NMAP]; in init_karlin()
199 int r_cnt[NMAP+1]; in do_karlin()
200 double aa1_f[NMAP]; in do_karlin()
209 r_cnt[NMAP]=0; in do_karlin()
217 r_cnt[NMAP_X] += r_cnt[NMAP]; in do_karlin()
245 double aa1_f[NMAP]; in do_karlin_a()
H A Ddropnfa.c58 #define NMAP MAXHASH+1 macro
208 if (hsq[i0] < NMAP && hsq[i0] > mhv) mhv = hsq[i0]; in init_work()
253 if (hsq[aa0[i0]] >= NMAP) {hv=phv=0; lkt = i0+ ktup; continue;} in init_work()
259 if (hsq[aa0[i0]] >= NMAP) { in init_work()
262 for (lkt = i0+kt1; (i0 < lkt || hsq[aa0[i0]]>=NMAP) && i0<n0; i0++) { in init_work()
263 if (hsq[aa0[i0]] >= NMAP) { in init_work()
279 if (hsq[aa0[i0-kt1]]<NMAP) in init_work()
666 for (lpos = 0; (lpos < lkt || hsq[aa1[lpos]]>=NMAP) && lpos <n1; lpos++) { in do_fasta()
668 if (hsq[aa1[lpos]]>=NMAP) { in do_fasta()
679 if (hsq[aa1[lpos]]>=NMAP) { in do_fasta()
[all …]
H A Ddropff2.c54 #define NMAP MAXHASH+1 macro
128 if (ppst->hsq[NMAP_X] == NMAP ) {ppst->hsq[NMAP_X]=1;} in init_work()
129 if (ppst->hsq[NMAP_Z] == NMAP ) {ppst->hsq[NMAP_Z]=1;} in init_work()
135 if (ppst->hsq[i0] < NMAP && ppst->hsq[i0] > mhv) mhv = ppst->hsq[i0]; in init_work()
454 if (hsq[aa1[lpos]]>=NMAP) { in do_fastf()
456 while (lpos < n1 && hsq[aa1[lpos]]>=NMAP) {lpos++; diagp++;} in do_fastf()
H A Ddropfs2.c60 #define NMAP MAXHASH+1 macro
134 if (ppst->hsq[NMAP_X] == NMAP ) {ppst->hsq[NMAP_X]=1;} in init_work()
135 if (ppst->hsq[NMAP_Z] == NMAP ) {ppst->hsq[NMAP_Z]=1;} in init_work()
140 if (ppst->hsq[i0] < NMAP && ppst->hsq[i0] > mhv) mhv = ppst->hsq[i0]; in init_work()
644 if (ppst->hsq[aa1[lpos]]>=NMAP) { /* skip residue */ in do_fasts()
646 while (lpos < n1 && ppst->hsq[aa1[lpos]]>=NMAP) {lpos++; diagp++;} in do_fasts()
H A Ddropfx2.c54 #define NMAP MAXHASH+1 macro
279 if (hsq[i0] < NMAP && hsq[i0] > mhv) mhv = hsq[i0]; in init_work()
390 if (hsq[aa0[i0]] >= NMAP) {hv=phv=0; lkt=i0+ktup; continue;} in init_work()
396 if (hsq[aa0[i0]] >= NMAP) { in init_work()
400 for (; (i0 < lkt || hsq[aa0[i0]]>=NMAP) && i0<n0; i0++) { in init_work()
401 if (hsq[aa0[i0]] >= NMAP) {hv=phv=0; lkt = i0+ktup; continue;} in init_work()
413 if (hsq[aa0[i0-kt1]]<NMAP) in init_work()
737 if (hsq[aa1[lpos]]>=NMAP) {
753 if (hsq[aa1[lpos]]>=NMAP) {
755 while (lpos < n1 && hsq[aa1[lpos]]>=NMAP) {lpos++; diagp++;}
[all …]
/dports/science/gromacs/gromacs-2021.4/src/gromacs/fileio/
H A Dmatio.cpp654 if (*nlevels > NMAP * NMAP) in write_xpm_map3()
657 static_cast<int>(NMAP * NMAP)); in write_xpm_map3()
658 *nlevels = NMAP * NMAP; in write_xpm_map3()
682 (*nlevels <= NMAP) ? ' ' : mapper[i / NMAP], in write_xpm_map3()
693 (*nlevels <= NMAP) ? ' ' : mapper[(i + nmid) / NMAP], in write_xpm_map3()
713 (nlevel <= NMAP) ? ' ' : mapper[(i + i0) / NMAP], in pr_simple_cmap()
748 (n <= NMAP) ? ' ' : mapper[(i + i0) / NMAP], in pr_discrete_cmap()
800 if (*nlevels > NMAP * NMAP) in write_xpm_map()
803 static_cast<int>(NMAP * NMAP)); in write_xpm_map()
804 *nlevels = NMAP * NMAP; in write_xpm_map()
[all …]
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/router/
H A Dfreeboxuptime54 NMAP=$(which nmap)
66 if [ -z "$NMAP" ]; then
100 if [ -z "$NMAP" ]; then
/dports/net-mgmt/yaf/yaf-2.11.0/etc/
H A Dp0f.fp808 1024:64:0:40:.:.:-*NMAP:syn scan (1)
809 2048:64:0:40:.:.:-*NMAP:syn scan (2)
810 3072:64:0:40:.:.:-*NMAP:syn scan (3)
811 4096:64:0:40:.:.:-*NMAP:syn scan (4)
812 1024:64:0:44:M*:.:-*NMAP:syn scan (5)
813 2048:64:0:44:M*:.:-*NMAP:syn scan (6)
814 3072:64:0:44:M*:.:-*NMAP:syn scan (7)
816 1024:64:0:40:.:A:-*NMAP:TCP sweep probe (1)
817 2048:64:0:40:.:A:-*NMAP:TCP sweep probe (2)
818 3072:64:0:40:.:A:-*NMAP:TCP sweep probe (3)
[all …]
/dports/net/honeyd/honeyd-1.5c/
H A Dpf.os646 1024:64:0:40:.: *NMAP:syn scan:1:NMAP syn scan (1)
647 2048:64:0:40:.: *NMAP:syn scan:2:NMAP syn scan (2)
648 3072:64:0:40:.: *NMAP:syn scan:3:NMAP syn scan (3)
649 4096:64:0:40:.: *NMAP:syn scan:4:NMAP syn scan (4)
652 # 1024:64:0:40:.:A:*NMAP:TCP sweep probe (1)
653 # 2048:64:0:40:.:A:*NMAP:TCP sweep probe (2)
654 # 3072:64:0:40:.:A:*NMAP:TCP sweep probe (3)
657 1024:64:0:60:W10,N,M265,T: *NMAP:OS:1:NMAP OS detection probe (1)
658 2048:64:0:60:W10,N,M265,T: *NMAP:OS:2:NMAP OS detection probe (2)
659 3072:64:0:60:W10,N,M265,T: *NMAP:OS:3:NMAP OS detection probe (3)
[all …]
/dports/mail/avenger/avenger-0.8.5/etc/
H A Dpf.os646 1024:64:0:40:.: *NMAP:syn scan:1:NMAP syn scan (1)
647 2048:64:0:40:.: *NMAP:syn scan:2:NMAP syn scan (2)
648 3072:64:0:40:.: *NMAP:syn scan:3:NMAP syn scan (3)
649 4096:64:0:40:.: *NMAP:syn scan:4:NMAP syn scan (4)
652 # 1024:64:0:40:.:A:*NMAP:TCP sweep probe (1)
653 # 2048:64:0:40:.:A:*NMAP:TCP sweep probe (2)
654 # 3072:64:0:40:.:A:*NMAP:TCP sweep probe (3)
657 1024:64:0:60:W10,N,M265,T: *NMAP:OS:1:NMAP OS detection probe (1)
658 2048:64:0:60:W10,N,M265,T: *NMAP:OS:2:NMAP OS detection probe (2)
659 3072:64:0:60:W10,N,M265,T: *NMAP:OS:3:NMAP OS detection probe (3)
[all …]
/dports/net-mgmt/ocsinventory-server/OCSInventory-Server-2.8.1/binutils/
H A Dipdiscover-util.pl560 open NMAP, "+>$path/$filter.gnmap";
561 unless(flock(NMAP, LOCK_EX|LOCK_NB)){
574 @gnmap = <NMAP>;
575 close NMAP;
/dports/net-mgmt/ocsinventory-ocsreports/ocsinventory-ocsreports/
H A Dipdiscover-util.pl676 open NMAP, "+>$path/$filter.gnmap";
677 unless(flock(NMAP, LOCK_EX|LOCK_NB)){
690 @gnmap = <NMAP>;
691 close NMAP;
/dports/security/pbnj/pbnj-2.04/
H A DMANIFEST16 NOTES-ON-NMAP-VERSION
/dports/security/unicornscan/unicornscan-0.4.2/src/report_modules/p0f/
H A Dp0f.fp764 1024:64:0:40:.:.:-*NMAP:syn scan (1)
765 2048:64:0:40:.:.:-*NMAP:syn scan (2)
766 3072:64:0:40:.:.:-*NMAP:syn scan (3)
767 4096:64:0:40:.:.:-*NMAP:syn scan (4)
769 1024:64:0:60:W10,N,M265,T,E:P:-*NMAP:OS detection probe (1)
770 2048:64:0:60:W10,N,M265,T,E:P:-*NMAP:OS detection probe (2)
771 3072:64:0:60:W10,N,M265,T,E:P:-*NMAP:OS detection probe (3)
772 4096:64:0:60:W10,N,M265,T,E:P:-*NMAP:OS detection probe (4)
774 1024:64:0:60:W10,N,M265,T,E:PF:-*NMAP:OS detection probe w/flags (1)
775 2048:64:0:60:W10,N,M265,T,E:PF:-*NMAP:OS detection probe w/flags (2)
[all …]
/dports/security/p5-Nmap-Scanner/Nmap-Scanner-1.0/lib/Nmap/Scanner/
H A DScanner.pm991 (defined $_[1]) ? ($_[0]->{NMAP} = $_[1]) : return $_[0]->{NMAP};
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/PMP/
H A DEngrave_text_plugin.cpp68 typename NMAP>
71 Bot(NMAP nmap, in Bot()
83 NMAP nmap;
88 typename NMAP>
91 Top(NMAP nmap, in Top()
103 NMAP nmap;
/dports/net-mgmt/disco/disco/
H A Ddisco.fp4 1024:64:0:0:-1:0:0:40:S:NMAP scan (distance inaccurate)
5 1024:64:536:0:-1:0:0:40:S:NMAP scan (distance inaccurate)
9 2048:64:0:0:-1:0:0:40:S:NMAP scan (distance inaccurate)
10 2048:64:265:0:10:0:1:60:S:NMAP scan (distance inaccurate)
11 2048:64:536:0:-1:0:0:40:S:NMAP scan (distance inaccurate)
14 3072:64:0:0:-1:0:0:40:S:NMAP scan (distance inaccurate)
15 3072:64:265:0:10:0:1:60:S:NMAP scan (distance inaccurate)
16 3072:64:536:0:-1:0:0:40:S:NMAP scan (distance inaccurate)
17 4096:64:0:0:-1:0:0:40:S:NMAP scan (distance inaccurate)
18 4096:64:265:0:10:0:1:60:S:NMAP scan (distance inaccurate)
[all …]
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dxmatrix.c151 NMAP, /* Starting nmap V. 2.54BETA25 */ enumerator
542 case NMAP: in set_mode()
1040 if (cell->glow > 0 && state->mode != NMAP && !use_back_p) in redraw_cells()
1187 case NMAP: in hack_text()
1320 case NMAP: in hack_text()
1586 case DRAIN_NMAP: set_mode (state, NMAP); break; in xmatrix_draw()
1601 case NMAP: in xmatrix_draw()
1613 case NMAP: set_mode (state, state->def_mode); break; in xmatrix_draw()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/proof/
H A Dfont.c24 #define NMAP 5 macro
256 if(curmap >= NMAP){ in buildmap()
/dports/security/ipfmeta/ipfmeta-1.3/
H A Dipf.objs81 [NMAP]
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/os_regex/examples/tests/
H A Dtrue.regex21 …+.\d+.\d+.\d+)\p*\d* -> (\d+.\d+.\d+.\d+)\p*" "snort: [1:469:3] ICMP PING NMAP [Classification: At…
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/os_regex/examples/tests/
H A Dtrue.regex21 …+.\d+.\d+.\d+)\p*\d* -> (\d+.\d+.\d+.\d+)\p*" "snort: [1:469:3] ICMP PING NMAP [Classification: At…
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/os_regex/examples/tests/
H A Dtrue.regex21 …+.\d+.\d+.\d+)\p*\d* -> (\d+.\d+.\d+.\d+)\p*" "snort: [1:469:3] ICMP PING NMAP [Classification: At…
/dports/net/thcrut/thcrut-1.2.5/
H A DREADME152 NMAP for examples uses (among others) the TCP OPTION's to
156 be distinguished by NMAP.
194 - NMAP like OS fingerprinting technqiues (TCP options + ICMP + TTL).

1234