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

/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/arpa/
H A Dtelnet.h229 #define SLC_VALUE 2 macro
/macosx-10.10.1/Libc-1044.1.2/include/arpa/
H A Dtelnet.h229 #define SLC_VALUE 2 macro
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dtelnet.h250 #define SLC_VALUE 2 macro
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dutilities.c591 fprintf(NetTrace, " %d;", pointer[i+SLC_VALUE]);
592 if ((pointer[i+SLC_VALUE] == IAC) &&
593 (pointer[i+SLC_VALUE+1] == IAC))
H A Dtelnet.c1233 if ((cp[SLC_VALUE] == (unsigned char)spcp->val) &&
1249 spcp->val = (cc_t)cp[SLC_VALUE];
1258 spcp->val = (cc_t)cp[SLC_VALUE];
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dutility.c756 pointer[i+SLC_VALUE]);
757 if ((pointer[i+SLC_VALUE] == IAC) &&
758 (pointer[i+SLC_VALUE+1] == IAC))
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dutilities.c616 fprintf(NetTrace, " %d;", pointer[i+SLC_VALUE]);
617 if ((pointer[i+SLC_VALUE] == IAC) &&
618 (pointer[i+SLC_VALUE+1] == IAC))
H A Dtelnet.c1281 if ((cp[SLC_VALUE] == (unsigned char)spcp->val) &&
1297 spcp->val = (cc_t)cp[SLC_VALUE];
1306 spcp->val = (cc_t)cp[SLC_VALUE];
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dutility.c702 output_data(" %d;", pointer[i+SLC_VALUE]);
703 if ((pointer[i+SLC_VALUE] == IAC) &&
704 (pointer[i+SLC_VALUE+1] == IAC))

Completed in 103 milliseconds