Home | History | Annotate | Download | only in telnet

Lines Matching refs:SLC_ACK

1288 		level = cp[SLC_FLAGS]&(SLC_LEVELBITS|SLC_ACK);
1295 if (level == (SLC_DEFAULT|SLC_ACK)) {
1297 * This is an error condition, the SLC_ACK
1300 * ignore the SLC_ACK bit.
1302 cp[SLC_FLAGS] &= ~SLC_ACK;
1305 if (level == ((spcp->flags&SLC_LEVELBITS)|SLC_ACK)) {
1307 spcp->flags = cp[SLC_FLAGS]; /* include SLC_ACK */
1311 level &= ~SLC_ACK;
1314 spcp->flags = cp[SLC_FLAGS]|SLC_ACK;
1402 if (!(spcp->flags&SLC_ACK))
1404 spcp->flags &= ~SLC_ACK;