Home
last modified time | relevance | path

Searched refs:th_ack (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dvjcompress.c322 if ((deltaA = ntohl(th->th_ack) - ntohl(oth->th_ack)) > 0) { in vj_compress_tcp()
596 tmp = ntohl(th->th_ack) + i; in vj_uncompress_tcp()
597 th->th_ack = htonl(tmp); in vj_uncompress_tcp()
627 DECODEL(th->th_ack); in vj_uncompress_tcp()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tcp.c116 ntohl(tcp->th_ack)); in interpret_tcp()
158 (void) sprintf(get_line((char *)(uintptr_t)tcp->th_ack - dlc_header, 4), in interpret_tcp()
160 ntohl(tcp->th_ack)); in interpret_tcp()
161 (void) sprintf(get_line(((char *)(uintptr_t)tcp->th_ack - dlc_header) + in interpret_tcp()
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_lro.c90 tcp->th_ack = lro->ack_seq; in myri10ge_lro_flush()
253 lro->ack_seq = tcp->th_ack; in myri10ge_lro_rx()
324 lro->ack_seq = tcp->th_ack; in myri10ge_lro_rx()
/illumos-gate/usr/src/uts/common/netinet/
H A Dtcpip.h34 #define ti_ack ti_t.th_ack
H A Dtcp.h56 tcp_seq th_ack; /* acknowledgement number */ member
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_proxy.c781 seq1 = ntohl(tcp->th_ack);
796 tcp->th_ack = htonl(seq1 - seq2);
834 seq1 = ntohl(tcp->th_ack);
853 tcp->th_ack = htonl(seq1 - seq2);
861 ntohl(tcp->th_seq), ntohl(tcp->th_ack));
H A Dip_fil_solaris.c1354 tcp2->th_seq = tcp->th_ack;
1357 tcp2->th_ack = ntohl(tcp->th_seq);
1358 tcp2->th_ack += tlen;
1359 tcp2->th_ack = htonl(tcp2->th_ack);
2775 old_ack = tcp->th_ack;
2776 tcp->th_ack = htonl(ntohl(tcp->th_seq) + 1);
H A Dip_state.c1369 is->is_dend = ntohl(tcp->th_ack);
1370 is->is_maxdend = ntohl(tcp->th_ack);
1722 is->is_s0[source] = ntohl(tcp->th_ack);
1810 ack = ntohl(tcp->th_ack);
2301 is->is_send = ntohl(tcp->th_ack);
2307 is->is_dend = ntohl(tcp->th_ack);
3155 ack = ntohl(tcp->th_ack);
3157 tcp->th_ack = htonl(ack);
3163 ack = ntohl(tcp->th_ack);
3165 tcp->th_ack = htonl(ack);
H A Dfil.c1094 if ((flags == TH_SYN) && (tcp->th_ack != 0)) {
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_pptp_pxy.c513 pptp->pptp_side[1 - rev].pptps_next = ntohl(tcp->th_ack);
514 pptp->pptp_side[1 - rev].pptps_nexthdr = ntohl(tcp->th_ack);
H A Dip_ftp_pxy.c1056 thack = ntohl(tcp->th_ack);
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h74 uint8_t th_ack[4]; /* Acknowledgement number */ member
H A Dtcp.c2800 U32_TO_ABE32(tcp->tcp_rnxt, tcp->tcp_tcph->th_ack); in tcp_rput_data()
2860 U32_TO_ABE32(tcp->tcp_rnxt, tcp->tcp_tcph->th_ack); in tcp_rput_data()
4041 U32_TO_ABE32(tcp->tcp_rnxt, tcp->tcp_tcph->th_ack); in tcp_rput_data()
4095 U32_TO_ABE32(tcp->tcp_rnxt, tcp->tcp_tcph->th_ack); in tcp_rput_data()
5588 U32_TO_BE32(ack, tcph->th_ack); in tcp_xmit_ctl()
6084 seg_ack = BE32_TO_U32(tcph->th_ack); in tcp_xmit_listeners_reset()
6183 U32_TO_BE32(ack, tcph->th_ack); in tcp_xmit_early_reset()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dtcp.d.in161 tcp_ack = ntohl(*(uint32_t *)T->th_ack);
194 T != NULL ? ntohl(*(uint32_t *)((tcph_t *)T)->th_ack) :
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h100 uint8_t th_ack[4]; /* Acknowledgement number */ member
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_rx.c1344 srfp->srf_first_thp->th_ack = thp->th_ack; in sfxge_rx_qflow_complete()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c1150 (u_long)(ntohl(tp->th_ack)),
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1159 mdb_nhconvert(&ack, &tcph->th_ack, sizeof (ack)); in tcphdr_print()