HomeSort by: relevance | last modified time | path
    Searched refs:SLC_FUNC (Results 1 - 4 of 4) sorted by relevancy

  /src/include/arpa/
telnet.h 251 #define SLC_FUNC 0
  /src/libexec/telnetd/
utility.c 692 if (SLC_NAME_OK(pointer[i+SLC_FUNC]))
693 output_data(" %s", SLC_NAME(pointer[i+SLC_FUNC]));
695 output_data(" %d", pointer[i+SLC_FUNC]);
  /src/usr.bin/telnet/
utilities.c 598 if (SLC_NAME_OK(pointer[i+SLC_FUNC]))
599 fprintf(NetTrace, " %s", SLC_NAME(pointer[i+SLC_FUNC]));
601 fprintf(NetTrace, " %d", pointer[i+SLC_FUNC]);
telnet.c 1272 func = cp[SLC_FUNC];

Completed in 14 milliseconds