| /onnv/onnv-gate/usr/src/uts/common/netinet/ |
| tcpip.h | 35 #define ti_ack ti_t.th_ack
|
| tcp.h | 35 tcp_seq th_ack; /* acknowledgement number */ member in struct:tcphdr 48 #define TH_ACK 0x10
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| snoop_tcp.c | 117 if (tcp->th_flags & TH_ACK) { 119 ntohl(tcp->th_ack)); 161 (void) sprintf(get_line((char *)(uintptr_t)tcp->th_ack - dlc_header, 4), 163 ntohl(tcp->th_ack)); 164 (void) sprintf(get_line(((char *)(uintptr_t)tcp->th_ack - dlc_header) + 180 dlc_header) + 4, 1), " %s", getflag(tcp->th_flags, TH_ACK,
|
| /onnv/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/ |
| vjcompress.c | 186 if ((th->th_flags & (TH_SYN|TH_FIN|TH_RST|TH_ACK)) != TH_ACK) { 324 if ((deltaA = ntohl(th->th_ack) - ntohl(oth->th_ack)) > 0) { 598 tmp = ntohl(th->th_ack) + i; 599 th->th_ack = htonl(tmp); 629 DECODEL(th->th_ack);
|
| /onnv/onnv-gate/usr/src/uts/common/io/myri10ge/drv/ |
| myri10ge_lro.c | 95 tcp->th_ack = lro->ack_seq; 175 if ((tcp->th_flags & ~(TH_ACK | TH_PUSH)) != 0) 258 lro->ack_seq = tcp->th_ack; 329 lro->ack_seq = tcp->th_ack;
|
| /onnv/onnv-gate/usr/src/uts/common/inet/ipf/ |
| ip_proxy.c | 779 seq1 = ntohl(tcp->th_ack); 794 tcp->th_ack = htonl(seq1 - seq2); 832 seq1 = ntohl(tcp->th_ack); 851 tcp->th_ack = htonl(seq1 - seq2); 859 ntohl(tcp->th_seq), ntohl(tcp->th_ack));
|
| ip_fil_solaris.c | 1007 if (tcp->th_flags & TH_ACK) { 1008 tcp2->th_seq = tcp->th_ack; 1011 tcp2->th_ack = ntohl(tcp->th_seq); 1012 tcp2->th_ack += tlen; 1013 tcp2->th_ack = htonl(tcp2->th_ack); 1014 tcp2->th_flags = TH_RST|TH_ACK; [all...] |
| ip_state.c | [all...] |
| fil.c | [all...] |
| /onnv/onnv-gate/usr/src/stand/lib/tcp/ |
| tcp_inet.h | 74 uint8_t th_ack[4]; /* Acknowledgement number */ member in struct:tcphdr_s
|
| tcp.c | [all...] |
| /onnv/onnv-gate/usr/src/uts/common/inet/ipf/netinet/ |
| 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);
|
| ip_ftp_pxy.c | 1056 thack = ntohl(tcp->th_ack); [all...] |
| /onnv/onnv-gate/usr/src/uts/common/inet/ |
| tcp.h | 96 uint8_t th_ack[4]; /* Acknowledgement number */ member in struct:tcphdr_s
|
| /onnv/onnv-gate/usr/src/cmd/ipf/tools/ |
| ipmon.c | 119 { TH_ACK, 'A' }, 1143 (u_long)(ntohl(tp->th_ack)), [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/ip/ |
| ip.c | 910 { "ACK", TH_ACK, TH_ACK }, 931 mdb_nhconvert(&ack, &tcph->th_ack, sizeof (ack)); [all...] |