Searched refs:th_seq (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcpip.h92 #define ti_seq ti_t.th_seq
H A Dtcp_input.c320 if (th->th_seq != tp->rcv_nxt &&
343 if (SEQ_GT(q->tqe_th->th_seq, th->th_seq))
356 i = p->tqe_th->th_seq + p->tqe_len - th->th_seq;
374 th->th_seq += i;
385 register int i = (th->th_seq + *tlenp) - q->tqe_th->th_seq;
389 q->tqe_th->th_seq += i;
422 if (!q || q->tqe_th->th_seq !
[all...]
H A Dtcp.h84 tcp_seq th_seq; /* sequence number */ member in struct:tcphdr
H A Dtcp_debug.c206 seq = th->th_seq;
H A Dtcp_output.c1247 th->th_seq = htonl(tp->snd_nxt);
1249 th->th_seq = htonl(tp->snd_max);
1251 th->th_seq = htonl(p->rxmit);
H A Dip_fw2.c1266 tcp->th_seq = htonl(ack);
1272 tcp->th_seq = htonl(0);
1292 tcp->th_seq = htonl(seq);
1338 send_pkt(&(args->f_id), ntohl(tcp->th_seq),
1965 L3HDR(struct tcphdr,ip)->th_seq);
H A Dtcp_subr.c426 tcp_hdr->th_seq = 0;
612 nth->th_seq = htonl(seq);
1312 icmp_seq = htonl(th->th_seq);
H A Dip_compat.h535 __u32 th_seq;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_fw.c844 ti.th.th_seq = ntohl(ti.th.th_seq);
852 ack = ti.th.th_seq;

Completed in 33 milliseconds