Home
last modified time | relevance | path

Searched refs:myseqno (Results 1 – 20 of 20) sorted by relevance

/dports/security/snortsam/snortsam-src-2.70/src/
H A Dsamtool.c59 { unsigned short myseqno; member
167 station->myseqno+=station->stationseqno; /* increase my seqno */ in FWsamCheckOut()
169 sampacket.snortseqno[0]=(char)station->myseqno; in FWsamCheckOut()
170 sampacket.snortseqno[1]=(char)(station->myseqno>>8); in FWsamCheckOut()
178 printf("Debug: [FWsamCheckOut] Snort SeqNo: %x\n",station->myseqno); in FWsamCheckOut()
263 printf("Debug: [FWsamCheckIn] Snort SeqNo: %x\n",station->myseqno); in FWsamCheckIn()
488 station.myseqno=rand(); in FWsamBlock()
489 while(station.myseqno<20 || station.myseqno>65500); in FWsamBlock()
535 sampacket.snortseqno[0]=(char)station.myseqno; in FWsamBlock()
536 sampacket.snortseqno[1]=(char)(station.myseqno>>8); in FWsamBlock()
[all …]
H A Dssp_forward.c123 station->myseqno+=station->stationseqno; /* increase my seqno */ in FWsamCheckOut()
125 sampacket.snortseqno[0]=(char)station->myseqno; in FWsamCheckOut()
126 sampacket.snortseqno[1]=(char)(station->myseqno>>8); in FWsamCheckOut()
134 printf("Debug: [Forward-CheckOut] Snort SeqNo: %x\n",station->myseqno); in FWsamCheckOut()
222 sampacket.snortseqno[0]=(char)station->myseqno; /* fill my sequence number number */ in FWsamCheckIn()
230 printf("Debug: [Forward-CheckIn] Snort SeqNo: %x\n",station->myseqno); in FWsamCheckIn()
407 station->myseqno=rand(); in ForwardParse()
408 while(station->myseqno<20 || station->myseqno>65500); in ForwardParse()
528 station->myseqno+=station->stationseqno; /* increase my seqno by adding agent seq no */
530 sampacket.snortseqno[0]=(char)station->myseqno;
[all …]
H A Dssp_forward.h54 { unsigned short myseqno; member
H A Dsnortsam.c1712 sens->myseqno=(unsigned short)rand(); /* the seqno this host will use */ in getsnorty()
1713 while(sens->myseqno<20 || sens->myseqno>65500); in getsnorty()
2495 packet.fwseqno[0]=(unsigned char)snortbox->myseqno; /* our sequence number */ in processincomingrequest()
2496 packet.fwseqno[1]=(unsigned char)(snortbox->myseqno>>8); in processincomingrequest()
2506 snortbox->myseqno+=snortbox->snortseqno; /* prepare status packet */ in processincomingrequest()
2508 packet.fwseqno[0]=(unsigned char)snortbox->myseqno; /* our sequence number */ in processincomingrequest()
2509 packet.fwseqno[1]=(unsigned char)(snortbox->myseqno>>8); in processincomingrequest()
2570 snortbox->myseqno+=snortbox->snortseqno; /* increase seq no */ in processincomingrequest()
2596 packet.fwseqno[1]=(unsigned char)(snortbox->myseqno>>8); in processincomingrequest()
2693 while(snortbox->myseqno<20 || snortbox->myseqno>65500); in processincomingrequest()
[all …]
H A Dsnortsam.h344 unsigned short myseqno; /* the SnortSam packet sequence number */ member
/dports/security/snortsam/snortsam-src-2.70/contrib/
H A Dsnortsam-state.c282 unsigned short myseqno; member
350 station->myseqno = rand(); in station_init()
351 while(station->myseqno < 20 || station->myseqno > 65500); in station_init()
425 sampacket.snortseqno[0] = (char)station->myseqno; in station_check_in()
426 sampacket.snortseqno[1] = (char)(station->myseqno >> 8); in station_check_in()
528 station->myseqno += station->stationseqno; in station_check_out()
531 sampacket.snortseqno[0] = (char)station->myseqno; in station_check_out()
532 sampacket.snortseqno[1] = (char)(station->myseqno>>8); in station_check_out()
624 station->myseqno += station->stationseqno; in station_unblock()
628 sampacket.snortseqno[0] = (char)station->myseqno; in station_unblock()
[all …]
/dports/security/barnyard2/barnyard2-2-1.13/src/output-plugins/
H A Dspo_alert_fwsam.c200 unsigned short myseqno; member
516 station->myseqno=rand(); /* the seqno this host will use */ in AlertFWsamInit()
517 while(station->myseqno<20 || station->myseqno>65500); in AlertFWsamInit()
1126 sampacket.snortseqno[0]=(char)station->myseqno; in AlertFWsam()
1127 sampacket.snortseqno[1]=(char)(station->myseqno>>8); in AlertFWsam()
1165 LogMessage("DEBUG => [Alert_FWsam] Snort SeqNo: %x\n",station->myseqno); in AlertFWsam()
1407 station->myseqno+=station->stationseqno; /* increase my seqno */ in FWsamCheckOut()
1409 sampacket.snortseqno[0]=(char)station->myseqno; in FWsamCheckOut()
1410 sampacket.snortseqno[1]=(char)(station->myseqno>>8); in FWsamCheckOut()
1562 sampacket.snortseqno[0]=(char)station->myseqno; /* fill my sequence number number */ in FWsamCheckIn()
[all …]
/dports/security/barnyard2-sguil/barnyard2-2-1.13/src/output-plugins/
H A Dspo_alert_fwsam.c200 unsigned short myseqno; member
516 station->myseqno=rand(); /* the seqno this host will use */ in AlertFWsamInit()
517 while(station->myseqno<20 || station->myseqno>65500); in AlertFWsamInit()
1126 sampacket.snortseqno[0]=(char)station->myseqno; in AlertFWsam()
1127 sampacket.snortseqno[1]=(char)(station->myseqno>>8); in AlertFWsam()
1165 LogMessage("DEBUG => [Alert_FWsam] Snort SeqNo: %x\n",station->myseqno); in AlertFWsam()
1407 station->myseqno+=station->stationseqno; /* increase my seqno */ in FWsamCheckOut()
1409 sampacket.snortseqno[0]=(char)station->myseqno; in FWsamCheckOut()
1410 sampacket.snortseqno[1]=(char)(station->myseqno>>8); in FWsamCheckOut()
1562 sampacket.snortseqno[0]=(char)station->myseqno; /* fill my sequence number number */ in FWsamCheckIn()
[all …]
/dports/biology/vsearch/vsearch-2.17.1/src/
H A Dcluster.cc891 int myseqno = si_p->query_no; in cluster_core_parallel() local
908 clusterinfo[myseqno].seqno = myseqno; in cluster_core_parallel()
909 clusterinfo[myseqno].clusterno = clusterinfo[target].clusterno; in cluster_core_parallel()
910 clusterinfo[myseqno].cigar = best->nwalignment; in cluster_core_parallel()
911 clusterinfo[myseqno].strand = best->strand; in cluster_core_parallel()
922 clusterinfo[myseqno].seqno = myseqno; in cluster_core_parallel()
923 clusterinfo[myseqno].clusterno = clusters; in cluster_core_parallel()
924 clusterinfo[myseqno].cigar = nullptr; in cluster_core_parallel()
925 clusterinfo[myseqno].strand = 0; in cluster_core_parallel()
928 dbindex_addsequence(myseqno, opt_qmask); in cluster_core_parallel()
/dports/net/frr7-pythontools/frr-frr-7.5.1/babeld/
H A Dbabel_main.c322 myseqno = seqno_plus(s, 1); in babel_load_state_file()
378 format_eui64(myid), (int)myseqno, in babel_save_state_file()
H A Dmessage.h55 extern unsigned short myseqno;
H A Dmessage.c44 unsigned short myseqno = 0; variable
1227 myseqno, xroute->metric, in flushupdates()
1279 myseqno, INFINITY, NULL, -1); in flushupdates()
1426 accumulate_short(ifp, myseqno); in send_wildcard_retraction()
1436 myseqno = seqno_plus(myseqno, 1); in update_myseqno()
1768 if(seqno_compare(seqno, myseqno) > 0) { in handle_request()
1769 if(seqno_minus(seqno, myseqno) > 100) { in handle_request()
H A Dbabeld.c217 myseqno = (frr_weak_random() & 0xFFFF); in babel_init_routing_process()
/dports/net/frr7/frr-frr-7.5.1/babeld/
H A Dbabel_main.c322 myseqno = seqno_plus(s, 1); in babel_load_state_file()
378 format_eui64(myid), (int)myseqno, in babel_save_state_file()
H A Dmessage.h55 extern unsigned short myseqno;
H A Dmessage.c44 unsigned short myseqno = 0; variable
1227 myseqno, xroute->metric, in flushupdates()
1279 myseqno, INFINITY, NULL, -1); in flushupdates()
1426 accumulate_short(ifp, myseqno); in send_wildcard_retraction()
1436 myseqno = seqno_plus(myseqno, 1); in update_myseqno()
1768 if(seqno_compare(seqno, myseqno) > 0) { in handle_request()
1769 if(seqno_minus(seqno, myseqno) > 100) { in handle_request()
H A Dbabeld.c217 myseqno = (frr_weak_random() & 0xFFFF); in babel_init_routing_process()
/dports/net/babeld/babeld-babeld-1.10/
H A Dmessage.h44 extern unsigned short myseqno;
H A Dbabeld.c470 myseqno = (random() & 0xFFFF); in main()
492 myseqno = seqno_plus(s, 1); in main()
815 rc = snprintf(buf, 10, "%d\n", (int)myseqno); in main()
1091 fprintf(out, "My id %s seqno %d\n", format_eui64(myid), myseqno); in dump_tables()
H A Dmessage.c48 unsigned short myseqno = 0; variable
1404 myseqno, xroute->metric, in flushupdates()
1467 myseqno, INFINITY, NULL, -1); in flushupdates()
1624 accumulate_short(buf, myseqno); in buffer_wildcard_retraction()
1660 myseqno = seqno_plus(myseqno, 1); in update_myseqno()
2052 if(seqno_compare(seqno, myseqno) > 0) { in handle_request()
2053 if(seqno_minus(seqno, myseqno) > 100) { in handle_request()