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

/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dslc.c251 ack = flag & SLC_ACK;
295 flag |= SLC_ACK;
334 flag |= SLC_ACK;
355 flag |= SLC_ACK;
H A Dutility.c695 pointer[i+SLC_FLAGS]&SLC_ACK ? "|ACK" : "",
698 if (pointer[i+SLC_FLAGS]& ~(SLC_ACK|SLC_FLUSHIN|
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/arpa/
H A Dtelnet.h231 #define SLC_ACK 0x80 macro
/macosx-10.10.1/Libc-1044.1.2/include/arpa/
H A Dtelnet.h231 #define SLC_ACK 0x80 macro
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dtelnet.h252 #define SLC_ACK 0x80 macro
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dtelnet.c1231 level = cp[SLC_FLAGS]&(SLC_LEVELBITS|SLC_ACK);
1238 if (level == (SLC_DEFAULT|SLC_ACK)) {
1240 * This is an error condition, the SLC_ACK
1243 * ignore the SLC_ACK bit.
1245 cp[SLC_FLAGS] &= ~SLC_ACK;
1248 if (level == ((spcp->flags&SLC_LEVELBITS)|SLC_ACK)) {
1250 spcp->flags = cp[SLC_FLAGS]; /* include SLC_ACK */
1254 level &= ~SLC_ACK;
1257 spcp->flags = cp[SLC_FLAGS]|SLC_ACK;
1354 if (!(spcp->flags&SLC_ACK))
[all...]
H A Dutilities.c585 pointer[i+SLC_FLAGS]&SLC_ACK ? "|ACK" : "",
588 if (pointer[i+SLC_FLAGS]& ~(SLC_ACK|SLC_FLUSHIN|
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dtelnet.c1279 level = cp[SLC_FLAGS]&(SLC_LEVELBITS|SLC_ACK);
1286 if (level == (SLC_DEFAULT|SLC_ACK)) {
1288 * This is an error condition, the SLC_ACK
1291 * ignore the SLC_ACK bit.
1293 cp[SLC_FLAGS] &= ~SLC_ACK;
1296 if (level == ((spcp->flags&SLC_LEVELBITS)|SLC_ACK)) {
1298 spcp->flags = cp[SLC_FLAGS]; /* include SLC_ACK */
1302 level &= ~SLC_ACK;
1305 spcp->flags = cp[SLC_FLAGS]|SLC_ACK;
1401 if (!(spcp->flags&SLC_ACK))
[all...]
H A Dutilities.c610 pointer[i+SLC_FLAGS]&SLC_ACK ? "|ACK" : "",
613 if (pointer[i+SLC_FLAGS]& ~(SLC_ACK|SLC_FLUSHIN|
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dutility.c747 pointer[i+SLC_FLAGS]&SLC_ACK ? "|ACK" : "",
750 if (pointer[i+SLC_FLAGS]& ~(SLC_ACK|SLC_FLUSHIN|

Completed in 158 milliseconds