Searched refs:th_ack (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dtcp.h46 tcp_seq th_ack; /* acknowledgement number */ member in struct:tcphdr
H A Dprint-tcp.c246 ack = EXTRACT_32BITS(&tp->th_ack);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dvjcompress.c312 if ((deltaA = ntohl(th->th_ack) - ntohl(oth->th_ack)) > 0) {
525 tmp = ntohl(th->th_ack) + i;
526 th->th_ack = htonl(tmp);
547 DECODEL(th->th_ack);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dvjcompress.c308 if ((deltaA = ntohl(th->th_ack) - ntohl(oth->th_ack)) > 0) {
521 tmp = ntohl(th->th_ack) + i;
522 th->th_ack = htonl(tmp);
543 DECODEL(th->th_ack);

Completed in 88 milliseconds