oth 182 net/slcompress.c struct tcphdr *oth; oth 275 net/slcompress.c oth = (struct tcphdr *)&((int32_t *)&cs->cs_ip)[hlen]; oth 283 net/slcompress.c th->th_off != oth->th_off || oth 287 net/slcompress.c BCMP(th + 1, oth + 1, (th->th_off - 5) << 2))) oth 300 net/slcompress.c } else if (th->th_urp != oth->th_urp) oth 307 net/slcompress.c deltaS = (u_int16_t)(ntohs(th->th_win) - ntohs(oth->th_win)); oth 313 net/slcompress.c deltaA = ntohl(th->th_ack) - ntohl(oth->th_ack); oth 321 net/slcompress.c deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq);