Searched defs:oth (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Dstpm.c331 register STPM_T* oth; local
333 for (oth = bridges; oth; oth = oth->next) {
334 if (STP_ENABLED == oth->admin_state && oth != this &&
335 ! STP_VECT_compare_bridge_id (&this->BrId, &oth->BrId)) {
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dvjcompress.c165 register struct tcphdr *oth; local
276 oth = (struct tcphdr *)&((int *)&cs->cs_ip)[hlen];
284 getth_off(th) != getth_off(oth) ||
288 BCMP(th + 1, oth + 1, (getth_off(th) - 5) << 2))) {
307 } else if (th->th_urp != oth->th_urp) {
318 if ((deltaS = (ushort_t)(ntohs(th->th_win) - ntohs(oth->th_win))) > 0) {
324 if ((deltaA = ntohl(th->th_ack) - ntohl(oth->th_ack)) > 0) {
334 if ((deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq)) > 0) {

Completed in 59 milliseconds