Home
last modified time | relevance | path

Searched refs:ackno_them (Results 1 – 2 of 2) sorted by relevance

/dports/security/masscan/masscan-1.3.2/src/
H A Dproto-tcp.c52 uint32_t ackno_them; member
754 tcb->ackno_them = seqno_me; in tcpcon_create_tcb()
1010 uint32_t seqno_them, uint32_t ackno_them) in tcpcon_send_FIN() argument
1020 tcb.seqno_me = ackno_them; in tcpcon_send_FIN()
1023 tcb.ackno_them = ackno_them; in tcpcon_send_FIN()
1034 uint32_t seqno_them, uint32_t ackno_them) in tcpcon_send_RST() argument
1044 tcb.seqno_me = ackno_them; in tcpcon_send_RST()
1047 tcb.ackno_them = ackno_them; in tcpcon_send_RST()
1095 if (ackno == tcb->ackno_them) { in handle_ack()
1101 if (ackno - tcb->ackno_them > 10000) { in handle_ack()
[all …]
H A Dproto-tcp.h126 uint32_t seqno_them, uint32_t ackno_them);
132 uint32_t seqno_them, uint32_t ackno_them);