Searched refs:th_ack (Results 1 – 17 of 17) sorted by relevance
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | vjcompress.c | 324 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 D | snoop_tcp.c | 119 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 D | myri10ge_lro.c | 95 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 D | tcpip.h | 35 #define ti_ack ti_t.th_ack
|
H A D | tcp.h | 55 tcp_seq th_ack; /* acknowledgement number */ member
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | ip_proxy.c | 781 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 D | ip_fil_solaris.c | 1140 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 D | ip_state.c | 1369 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 D | fil.c | 1094 if ((flags == TH_SYN) && (tcp->th_ack != 0)) {
|
/titanic_44/usr/src/stand/lib/tcp/ |
H A D | tcp_inet.h | 74 uint8_t th_ack[4]; /* Acknowledgement number */ member
|
H A D | tcp.c | 2801 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 D | ip_pptp_pxy.c | 513 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 D | ip_ftp_pxy.c | 1056 thack = ntohl(tcp->th_ack);
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | tcp.d.in | 161 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 D | tcp.h | 97 uint8_t th_ack[4]; /* Acknowledgement number */ member
|
/titanic_44/usr/src/cmd/ipf/tools/ |
H A D | ipmon.c | 1150 (u_long)(ntohl(tp->th_ack)),
|
/titanic_44/usr/src/cmd/mdb/common/modules/ip/ |
H A D | ip.c | 1158 mdb_nhconvert(&ack, &tcph->th_ack, sizeof (ack)); in tcphdr_print()
|