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

/freebsd-11-stable/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h227 #define SLC_FUNC 0 macro
/freebsd-11-stable/include/arpa/
H A Dtelnet.h247 #define SLC_FUNC 0 macro
/freebsd-11-stable/contrib/telnet/arpa/
H A Dtelnet.h248 #define SLC_FUNC 0 macro
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dutilities.c570 if (SLC_NAME_OK(pointer[i+SLC_FUNC]))
571 fprintf(NetTrace, " %s", SLC_NAME(pointer[i+SLC_FUNC]));
573 fprintf(NetTrace, " %d", pointer[i+SLC_FUNC]);
H A Dtelnet.c1215 func = cp[SLC_FUNC];
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dutility.c726 if (SLC_NAME_OK(pointer[i+SLC_FUNC]))
728 SLC_NAME(pointer[i+SLC_FUNC]));
731 pointer[i+SLC_FUNC]);
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dutility.c676 if (SLC_NAME_OK(pointer[i+SLC_FUNC]))
677 output_data(" %s", SLC_NAME(pointer[i+SLC_FUNC]));
679 output_data(" %d", pointer[i+SLC_FUNC]);
/freebsd-11-stable/contrib/telnet/telnet/
H A Dutilities.c591 if (SLC_NAME_OK(pointer[i+SLC_FUNC]))
592 fprintf(NetTrace, " %s", SLC_NAME(pointer[i+SLC_FUNC]));
594 fprintf(NetTrace, " %d", pointer[i+SLC_FUNC]);
H A Dtelnet.c1282 func = cp[SLC_FUNC];
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-telnet.c265 #define SLC_FUNC 0 macro

Completed in 166 milliseconds