th_seq 1646 net/pf.c th->th_seq = htonl(seq);
th_seq 3205 net/pf.c u_int32_t ack = ntohl(th->th_seq) + pd->p_len;
th_seq 3300 net/pf.c s->src.seqlo = ntohl(th->th_seq);
th_seq 3308 net/pf.c pf_change_a(&th->th_seq, &th->th_sum,
th_seq 3482 net/pf.c th->th_sport, s->src.seqhi, ntohl(th->th_seq) + 1,
th_seq 3618 net/pf.c if (ntohl(th->th_seq) != (*state)->src.seqlo) {
th_seq 3624 net/pf.c (*state)->src.seqhi, ntohl(th->th_seq) + 1,
th_seq 3631 net/pf.c (ntohl(th->th_seq) != (*state)->src.seqlo + 1)) {
th_seq 3654 net/pf.c (ntohl(th->th_seq) != (*state)->src.seqlo + 1)) {
th_seq 3674 net/pf.c (*state)->dst.seqlo = ntohl(th->th_seq);
th_seq 3677 net/pf.c ntohl(th->th_ack), ntohl(th->th_seq) + 1,
th_seq 3713 net/pf.c orig_seq = seq = ntohl(th->th_seq);
th_seq 3730 net/pf.c pf_change_a(&th->th_seq, &th->th_sum, htonl(seq +
th_seq 3782 net/pf.c pf_change_a(&th->th_seq, &th->th_sum, htonl(seq +
th_seq 4378 net/pf.c seq = ntohl(th.th_seq) - src->seqdiff;
th_seq 4380 net/pf.c pf_change_a(&th.th_seq, icmpsum,
th_seq 321 net/slcompress.c deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq);
th_seq 562 net/slcompress.c th->th_seq = htonl(ntohl(th->th_seq) + i);
th_seq 567 net/slcompress.c th->th_seq = htonl(ntohl(th->th_seq) + ntohs(cs->cs_ip.ip_len)
th_seq 582 net/slcompress.c DECODEL(th->th_seq)
th_seq 47 netinet/tcp.h tcp_seq th_seq; /* sequence number */
th_seq 181 netinet/tcp_debug.c seq = th->th_seq;
th_seq 214 netinet/tcp_input.c if (tiqe != NULL && th->th_seq == tp->rcv_nxt) {
th_seq 219 netinet/tcp_input.c if (tiqe == NULL || th->th_seq != tp->rcv_nxt) {
th_seq 233 netinet/tcp_input.c if (SEQ_GT(q->tcpqe_tcp->th_seq, th->th_seq))
th_seq 246 netinet/tcp_input.c i = phdr->th_seq + phdr->th_reseqlen - th->th_seq;
th_seq 257 netinet/tcp_input.c th->th_seq += i;
th_seq 269 netinet/tcp_input.c int i = (th->th_seq + *tlen) - qhdr->th_seq;
th_seq 274 netinet/tcp_input.c qhdr->th_seq += i;
th_seq 303 netinet/tcp_input.c if (q == NULL || q->tcpqe_tcp->th_seq != tp->rcv_nxt)
th_seq 320 netinet/tcp_input.c } while (q != NULL && q->tcpqe_tcp->th_seq == tp->rcv_nxt);
th_seq 587 netinet/tcp_input.c NTOHL(th->th_seq);
th_seq 984 netinet/tcp_input.c th->th_seq == tp->rcv_nxt &&
th_seq 993 netinet/tcp_input.c if (opti.ts_present && SEQ_LEQ(th->th_seq, tp->last_ack_sent)) {
th_seq 1184 netinet/tcp_input.c tp->irs = th->th_seq;
th_seq 1259 netinet/tcp_input.c th->th_seq++;
th_seq 1268 netinet/tcp_input.c tp->snd_wl1 = th->th_seq - 1;
th_seq 1269 netinet/tcp_input.c tp->rcv_up = th->th_seq;
th_seq 1281 netinet/tcp_input.c SEQ_GT(th->th_seq, tp->rcv_nxt))) {
th_seq 1330 netinet/tcp_input.c todrop = tp->rcv_nxt - th->th_seq;
th_seq 1334 netinet/tcp_input.c th->th_seq++;
th_seq 1361 netinet/tcp_input.c th->th_seq += todrop;
th_seq 1386 netinet/tcp_input.c todrop = (th->th_seq + tlen) - (tp->rcv_nxt+tp->rcv_wnd);
th_seq 1398 netinet/tcp_input.c if (tp->rcv_wnd == 0 && th->th_seq == tp->rcv_nxt) {
th_seq 1416 netinet/tcp_input.c SEQ_LEQ(th->th_seq, tp->last_ack_sent)) {
th_seq 1417 netinet/tcp_input.c if (SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen +
th_seq 1436 netinet/tcp_input.c if (th->th_seq != tp->last_ack_sent &&
th_seq 1437 netinet/tcp_input.c th->th_seq != tp->rcv_nxt &&
th_seq 1438 netinet/tcp_input.c th->th_seq != (tp->rcv_nxt + 1))
th_seq 1511 netinet/tcp_input.c tp->snd_wl1 = th->th_seq - 1;
th_seq 1577 netinet/tcp_input.c if (th->th_seq != tp->rcv_nxt &&
th_seq 1953 netinet/tcp_input.c (SEQ_LT(tp->snd_wl1, th->th_seq) || (tp->snd_wl1 == th->th_seq &&
th_seq 1961 netinet/tcp_input.c tp->snd_wl1 = th->th_seq;
th_seq 1998 netinet/tcp_input.c if (SEQ_GT(th->th_seq+th->th_urp, tp->rcv_up)) {
th_seq 1999 netinet/tcp_input.c tp->rcv_up = th->th_seq + th->th_urp;
th_seq 2040 netinet/tcp_input.c tcp_seq laststart = th->th_seq;
th_seq 2041 netinet/tcp_input.c tcp_seq lastend = th->th_seq + tlen;
th_seq 2044 netinet/tcp_input.c if (th->th_seq == tp->rcv_nxt && TAILQ_EMPTY(&tp->t_segq) &&
th_seq 2215 netinet/tcp_input.c tcp_respond(tp, mtod(m, caddr_t), m, th->th_seq + tlen,
th_seq 3658 netinet/tcp_input.c SEQ_LEQ(th->th_seq, sc->sc_irs) ||
th_seq 3659 netinet/tcp_input.c SEQ_GT(th->th_seq, sc->sc_irs + 1 + sc->sc_win)) {
th_seq 3895 netinet/tcp_input.c if (SEQ_LT(th->th_seq, sc->sc_irs) ||
th_seq 3896 netinet/tcp_input.c SEQ_GT(th->th_seq, sc->sc_irs+1)) {
th_seq 3922 netinet/tcp_input.c if (ntohl (th->th_seq) != sc->sc_iss) {
th_seq 4069 netinet/tcp_input.c sc->sc_irs = th->th_seq;
th_seq 4229 netinet/tcp_input.c th->th_seq = htonl(sc->sc_iss);
th_seq 803 netinet/tcp_output.c th->th_seq = htonl(tp->snd_nxt);
th_seq 805 netinet/tcp_output.c th->th_seq = htonl(tp->snd_max);
th_seq 816 netinet/tcp_output.c th->th_seq = htonl(p->rxmit);
th_seq 293 netinet/tcp_subr.c th->th_seq = 0;
th_seq 415 netinet/tcp_subr.c th->th_seq = htonl(seq);
th_seq 711 netinet/tcp_subr.c u_int32_t th_seq;
th_seq 787 netinet/tcp_subr.c seq = ntohl(th.th_seq);
th_seq 846 netinet/tcp_subr.c seq = ntohl(th->th_seq);
th_seq 907 netinet/tcp_subr.c seq = ntohl(th->th_seq);
th_seq 1172 netinet/tcp_subr.c HTONL(th0.th_seq);
th_seq 52 netinet/tcpip.h #define ti_seq ti_t.th_seq
th_seq 59 netinet6/tcpipv6.h #define ti6_seq ti6_t.th_seq