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

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Ddn_nsp_out.c330 unsigned short ackcrs = scp->numoth_rcv & 0x0FFF; local
337 scp->ackxmt_oth = ackcrs;
339 ackcrs |= 0x8000;
341 /* If this is an "other data/ack" message, swap acknum and ackcrs */
344 acknum = ackcrs;
345 ackcrs = tmp;
348 /* Set "cross subchannel" bit in ackcrs */
349 ackcrs |= 0x2000;
354 *ptr++ = dn_htons(ackcrs);

Completed in 32 milliseconds