Searched refs:th_sum (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.h50 u_int16_t th_sum; /* checksum */ member in struct:tcphdr
H A Dprint-tcp.c400 tcp_sum = EXTRACT_16BITS(&tp->th_sum);
414 tcp_sum = EXTRACT_16BITS(&tp->th_sum);
798 savecsum = tp1.th_sum;
799 tp1.th_sum = 0;
801 tp1.th_sum = savecsum;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dvjcompress.c379 deltaA = ntohs(th->th_sum);
513 th->th_sum = htons((*cp << 8) | cp[1]);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dvjcompress.c375 deltaA = ntohs(th->th_sum);
509 th->th_sum = htons((*cp << 8) | cp[1]);

Completed in 123 milliseconds