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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_nsp_out.c307 unsigned short ackcrs = scp->numoth_rcv & 0x0FFF; local
313 scp->ackxmt_oth = ackcrs;
315 ackcrs |= 0x8000;
317 /* If this is an "other data/ack" message, swap acknum and ackcrs */
320 acknum = ackcrs;
321 ackcrs = tmp;
324 /* Set "cross subchannel" bit in ackcrs */
325 ackcrs |= 0x2000;
330 *ptr++ = cpu_to_le16(ackcrs);

Completed in 102 milliseconds