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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dtcpip.h92 #define ti_seq ti_t.th_seq
H A Dtcp_input.c602 if (th->th_seq != tp->rcv_nxt &&
624 if (SEQ_GT(q->tqe_th->th_seq, th->th_seq))
637 i = p->tqe_th->th_seq + p->tqe_len - th->th_seq;
666 th->th_seq += i;
684 register int i = (th->th_seq + *tlenp) - q->tqe_th->th_seq;
688 q->tqe_th->th_seq += i;
730 if (!q || q->tqe_th->th_seq !
[all...]
H A Dtcp_lro.c144 seqnum = tcp_hdr->th_seq;
190 if (ntohl(seqnum) == (ntohl(lro_flow_list[*flow_id].lr_tcphdr->th_seq) + lro_flow_list[*flow_id].lr_len)) {
217 flow->lr_seq = ntohl(tcp_hdr->th_seq) + payload_len;
308 flow->lr_seq = ntohl(tcphdr->th_seq) + payload_len;
530 ntohl(tcp_hdr->th_seq));
539 lro_flow_list[flow_id].lr_seq = ntohl(tcp_hdr->th_seq) +
788 (lf->lr_seq != (tcp_hdr->th_seq + tlen))) {
789 lf->lr_seq = tcp_hdr->th_seq + tlen;
797 HTONL(tcp_hdr->th_seq);
805 NTOHL(tcp_hdr->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.c1731 th->th_seq = htonl(tp->snd_nxt);
1733 th->th_seq = htonl(tp->snd_max);
1735 th->th_seq = htonl(p->rxmit);
1744 th->th_ack = th->th_seq + 1;
H A Dip_compat.h535 __u32 th_seq;
H A Dip_fw2.c1843 tcp->th_seq = htonl(ack);
1849 tcp->th_seq = htonl(0);
1869 tcp->th_seq = htonl(seq);
1912 m = send_pkt(&(args->fwa_id), ntohl(tcp->th_seq),
2548 L3HDR(struct tcphdr,ip)->th_seq);
H A Dtcp_subr.c557 tcp_hdr->th_seq = 0;
744 nth->th_seq = htonl(seq);
1847 icmp_tcp_seq = htonl(th.th_seq);
H A Dmptcp_opt.c1771 if (th->th_seq != tp->rcv_nxt) {
1807 if (th->th_seq != tp->rcv_nxt) {
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dtcp.h45 tcp_seq th_seq; /* sequence number */ member in struct:tcphdr
H A Dprint-tcp.c258 seq = EXTRACT_32BITS(&tp->th_seq);
/macosx-10.10.1/ppp-786.1.1/Family/
H A Dslcompress.c328 deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq);
576 th->th_seq = htonl(ntohl(th->th_seq) + i);
581 th->th_seq = htonl(ntohl(th->th_seq) + ntohs(cs->cs_ip.ip_len)
596 DECODEL(th->th_seq)
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dtcp.d133 tcp_seq = ntohl(T->th_seq);
/macosx-10.10.1/network_cmds-457/alias/
H A Dalias.c1202 sptr = (u_short *) &tc->th_seq;
1205 tc->th_seq = htonl(ntohl(tc->th_seq) + delta);
1206 sptr = (u_short *) &tc->th_seq;
H A Dalias_db.c2372 seq = tc->th_seq;
2428 x.ack_old = htonl(ntohl(tc->th_seq) + dlen);
2429 x.ack_new = htonl(ntohl(tc->th_seq) + dlen + delta);
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.c852 ti.th.th_seq = ntohl(ti.th.th_seq);
860 ack = ti.th.th_seq;
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpf.c2499 th->th_seq = htonl(seq);
4623 u_int32_t ack = ntohl(th->th_seq) + pd->p_len;
4872 s->src.seqlo = ntohl(th->th_seq);
4880 pf_change_a(&th->th_seq, &th->th_sum,
5082 th->th_sport, s->src.seqhi, ntohl(th->th_seq) + 1,
5889 if (ntohl(th->th_seq) != (*state)->src.seqlo) {
5895 (*state)->src.seqhi, ntohl(th->th_seq) + 1,
5902 (ntohl(th->th_seq) != (*state)->src.seqlo + 1)) {
5925 (ntohl(th->th_seq) != (*state)->src.seqlo + 1)) {
5945 (*state)->dst.seqlo = ntohl(th->th_seq);
[all...]
/macosx-10.10.1/network_cmds-457/traceroute.tproj/
H A Dtraceroute.c1440 tcp->th_seq = (tcp->th_sport << 16) | (tcp->th_dport +
1460 && tcp->th_seq == ((ident << 16) | (port + seq));
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A Dhelper.c2486 t->th_seq = seq; /* 32-bit Sequence Number */

Completed in 487 milliseconds