tcp_seq
tcp_seq
tcp_seq tcp_rndiss_next(void);
int npf_tcpsaw(const npf_cache_t *, tcp_seq *, tcp_seq *,
npf_tcpsaw(const npf_cache_t *npc, tcp_seq *seq, tcp_seq *ack, uint32_t *win)
tcp_seq seq, ack;
tcp_seq seq, ack, end;
tcp_seq th_seq; /* sequence number */
tcp_seq th_ack; /* acknowledgement number */
tcp_seq onxt = tp->snd_nxt;
tcp_seq onxt = tp->snd_nxt;
tcp_seq seq, ack;
tcp_respond(0, m, m, th, (tcp_seq)0, th->th_ack, TH_RST);
(void)tcp_respond(0, m, m, th, th->th_seq + tlen, (tcp_seq)0,
tcp_respond(tp, m, m, th, (tcp_seq)0, th->th_ack - 1,
(void)tcp_respond(tp, m, m, th, (tcp_seq)0, th->th_ack, TH_RST);
(void)tcp_respond(tp, m, m, th, th->th_seq + tlen, (tcp_seq)0,
tcp_seq pkt_seq;
tcp_seq startseq = tp->snd_nxt;
sack_inserthole(struct tcpcb *tp, tcp_seq start, tcp_seq end,
tcp_new_dsack(struct tcpcb *tp, tcp_seq seq, u_int32_t len)
tcp_seq left, right, acked;
tcp_seq lastack = SEQ_GT(th->th_ack, tp->snd_una) ?
extern tcp_seq tcp_iss_seq; /* tcp initial seq # */
tcp_seq seq;
tcp_seq tcp_iss_seq = 0; /* tcp initial seq # */
tcp_seq
tcp_seq
tcp_seq tcp_iss;
struct tcphdr *th0, tcp_seq ack, tcp_seq seq, int flags)
(void)tcp_respond(NULL, m, m, th, (tcp_seq)0, th->th_ack, TH_RST);
tcp_seq sc_irs;
tcp_seq sc_iss;
tcp_seq left; /* Left edge of sack block. */
tcp_seq right; /* Right edge of sack block. */
tcp_seq start;
tcp_seq end;
tcp_seq rxmit;
tcp_seq snd_una; /* send unacknowledged */
tcp_seq snd_nxt; /* send next */
tcp_seq snd_up; /* send urgent pointer */
tcp_seq snd_wl1; /* window update seg seq number */
tcp_seq snd_wl2; /* window update seg ack number */
tcp_seq iss; /* initial send sequence number */
tcp_seq snd_recover;
tcp_seq snd_high;
tcp_seq rcv_nxt; /* receive next */
tcp_seq rcv_up; /* receive urgent pointer */
tcp_seq irs; /* initial receive sequence number */
tcp_seq rcv_adv; /* advertised window */
tcp_seq snd_max;
tcp_seq t_rtseq; /* sequence number being timed */
tcp_seq last_ack_sent;
tcp_seq rcv_lastsack; /* last seq number(+1) sack'd by rcv'r*/
tcp_seq sack_newdata; /* New data xmitted in this recovery
tcp_seq snd_fack; /* FACK TCP. Forward-most data held by
tcp_seq t_pmtud_th_seq; /* TCP SEQ from ICMP payload */
struct tcphdr *, tcp_seq, tcp_seq, int);
tcp_seq tcp_new_iss(struct tcpcb *);
tcp_seq tcp_new_iss1(void *, void *, u_int16_t, u_int16_t, size_t);
void tcp_new_dsack(struct tcpcb *, tcp_seq, u_int32_t);
tcp_seq seq;
tcp_seq seq, ack;