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

/net/decnet/
H A Ddn_nsp_out.c305 unsigned short ackcrs = scp->numoth_rcv & 0x0FFF; local
311 scp->ackxmt_oth = ackcrs;
313 ackcrs |= 0x8000;
315 /* If this is an "other data/ack" message, swap acknum and ackcrs */
318 acknum = ackcrs;
319 ackcrs = tmp;
322 /* Set "cross subchannel" bit in ackcrs */
323 ackcrs |= 0x2000;
328 *ptr++ = cpu_to_le16(ackcrs);

Completed in 30 milliseconds