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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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++ = dn_htons(ackcrs);

Completed in 100 milliseconds