Searched refs:oth (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/net/
H A Dslcompress.c163 register struct tcphdr *oth; local
258 oth = (struct tcphdr *)&((int32_t *)&cs->cs_ip)[hlen];
268 th->th_off != oth->th_off ||
272 BCMP(th + 1, oth + 1, (th->th_off - 5) << 2)))
285 } else if (th->th_urp != oth->th_urp)
292 deltaS = (u_int16_t)(ntohs(th->th_win) - ntohs(oth->th_win));
298 deltaA = ntohl(th->th_ack) - ntohl(oth->th_ack);
306 deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq);
/freebsd-9.3-release/usr.sbin/ppp/
H A Dslcompress.c165 register struct tcphdr *oth; local
265 oth = (struct tcphdr *) & ((int *) &cs->cs_ip)[hlen];
275 THOFFSET(th) != THOFFSET(oth) ||
279 memcmp(th + 1, oth + 1, (THOFFSET(th) - 5) << 2))) {
292 } else if (th->th_urp != oth->th_urp) {
301 deltaS = (u_short) (ntohs(th->th_win) - ntohs(oth->th_win));
306 deltaA = ntohl(th->th_ack) - ntohl(oth->th_ack);
314 deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq);
/freebsd-9.3-release/sys/netinet/
H A Dsctp_cc_functions.c238 uint64_t oth, probepoint; local
264 oth = net->cc_mod.rtcc.vol_reduce;
265 oth <<= 16;
266 oth |= net->cc_mod.rtcc.step_cnt;
267 oth <<= 16;
268 oth |= net->cc_mod.rtcc.last_step_state;
273 oth,
300 oth = net->cc_mod.rtcc.vol_reduce;
301 oth <<= 16;
302 oth |
373 uint64_t oth, probepoint; local
510 uint64_t oth, probepoint; local
[all...]
/freebsd-9.3-release/sys/sys/
H A Delf32.h200 #define ELF32_ST_VISIBILITY(oth) ((oth) & 0x3)
H A Delf64.h207 #define ELF64_ST_VISIBILITY(oth) ((oth) & 0x3)

Completed in 165 milliseconds