Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ppp/spppcomp/
H A Dvjcompress.c324 if ((deltaA = ntohl(th->th_ack) - ntohl(oth->th_ack)) > 0) { in vj_compress_tcp()
598 tmp = ntohl(th->th_ack) + i; in vj_uncompress_tcp()
599 th->th_ack = htonl(tmp); in vj_uncompress_tcp()
629 DECODEL(th->th_ack); in vj_uncompress_tcp()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tcp.c119 ntohl(tcp->th_ack)); in interpret_tcp()
161 (void) sprintf(get_line((char *)(uintptr_t)tcp->th_ack - dlc_header, 4), in interpret_tcp()
163 ntohl(tcp->th_ack)); in interpret_tcp()
164 (void) sprintf(get_line(((char *)(uintptr_t)tcp->th_ack - dlc_header) + in interpret_tcp()
/titanic_44/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_lro.c95 tcp->th_ack = lro->ack_seq; in myri10ge_lro_flush()
258 lro->ack_seq = tcp->th_ack; in myri10ge_lro_rx()
329 lro->ack_seq = tcp->th_ack; in myri10ge_lro_rx()
/titanic_44/usr/src/uts/common/netinet/
H A Dtcpip.h35 #define ti_ack ti_t.th_ack
H A Dtcp.h55 tcp_seq th_ack; /* acknowledgement number */ member
/titanic_44/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.c1140 tcp2->th_seq = tcp->th_ack;
1143 tcp2->th_ack = ntohl(tcp->th_seq);
1144 tcp2->th_ack += tlen;
1145 tcp2->th_ack = htonl(tcp2->th_ack);
2441 old_ack = tcp->th_ack;
2442 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)) {
/titanic_44/usr/src/stand/lib/tcp/
H A Dtcp_inet.h74 uint8_t th_ack[4]; /* Acknowledgement number */ member
H A Dtcp.c2801 U32_TO_ABE32(tcp->tcp_rnxt, tcp->tcp_tcph->th_ack); in tcp_rput_data()
2861 U32_TO_ABE32(tcp->tcp_rnxt, tcp->tcp_tcph->th_ack); in tcp_rput_data()
4043 U32_TO_ABE32(tcp->tcp_rnxt, tcp->tcp_tcph->th_ack); in tcp_rput_data()
4097 U32_TO_ABE32(tcp->tcp_rnxt, tcp->tcp_tcph->th_ack); in tcp_rput_data()
5590 U32_TO_BE32(ack, tcph->th_ack); in tcp_xmit_ctl()
6085 seg_ack = BE32_TO_U32(tcph->th_ack); in tcp_xmit_listeners_reset()
6184 U32_TO_BE32(ack, tcph->th_ack); in tcp_xmit_early_reset()
/titanic_44/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);
/titanic_44/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) :
/titanic_44/usr/src/uts/common/inet/
H A Dtcp.h97 uint8_t th_ack[4]; /* Acknowledgement number */ member
/titanic_44/usr/src/cmd/ipf/tools/
H A Dipmon.c1150 (u_long)(ntohl(tp->th_ack)),
/titanic_44/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1158 mdb_nhconvert(&ack, &tcph->th_ack, sizeof (ack)); in tcphdr_print()