Home
last modified time | relevance | path

Searched refs:tcpAck (Results 1 – 3 of 3) sorted by relevance

/dports/security/p5-Net-SinFP/Net-SinFP-2.10/lib/Net/
H A DSinFP.pm121 my $tcpAck = getRandom32bitsInt() - 3;
122 $tcpAck += 666 unless $tcpAck > 0;
123 $tcpAck;
/dports/security/nmap/nmap-7.91/
H A Dosscan2.cc1397 tcpAck = get_random_u32(); in reInitScanSystem()
1771 tcpSeqBase, tcpAck, in sendTOpsProbe()
1806 tcpSeqBase, tcpAck, in sendT1_7Probe()
1815 tcpSeqBase, tcpAck, in sendT1_7Probe()
1824 tcpSeqBase, tcpAck, in sendT1_7Probe()
1833 tcpSeqBase, tcpAck, in sendT1_7Probe()
1842 tcpSeqBase, tcpAck, in sendT1_7Probe()
1851 tcpSeqBase, tcpAck, in sendT1_7Probe()
1860 tcpSeqBase, tcpAck, in sendT1_7Probe()
2949 else if (ntohl(tcp->th_seq) == tcpAck) in processT1_7Resp()
[all …]
H A Dosscan2.h448 unsigned int tcpAck; /* Ack value used in TCP probes */ variable