Searched refs:oth (Results 1 – 3 of 3) sorted by relevance
143 register struct tcp_hdr *oth; in vj_compress_tcp() local237 oth = (struct tcp_hdr *)&((long *)&cs->cs_ip)[hlen]; in vj_compress_tcp()261 || TCPH_HDRLEN(th) != TCPH_HDRLEN(oth) in vj_compress_tcp()263 || (TCPH_HDRLEN(th) > 5 && BCMP(th + 1, oth + 1, (TCPH_HDRLEN(th) - 5) << 2))) { in vj_compress_tcp()277 } else if (th->urgp != oth->urgp) { in vj_compress_tcp()285 if ((deltaS = (u_short)(ntohs(th->wnd) - ntohs(oth->wnd))) != 0) { in vj_compress_tcp()290 if ((deltaL = ntohl(th->ackno) - ntohl(oth->ackno)) != 0) { in vj_compress_tcp()299 if ((deltaL = ntohl(th->seqno) - ntohl(oth->seqno)) != 0) { in vj_compress_tcp()
200 #define ELF32_ST_VISIBILITY(oth) ((oth) & 0x3) argument
207 #define ELF64_ST_VISIBILITY(oth) ((oth) & 0x3) argument