HomeSort by: relevance | last modified time | path
    Searched defs:OPTS_FORWARD_CREDS (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/telnet/
main.c 63 #define OPTS_FORWARD_CREDS 0x00000002
200 if (forward_flags & OPTS_FORWARD_CREDS) {
206 forward_flags |= OPTS_FORWARD_CREDS;
215 if (forward_flags & OPTS_FORWARD_CREDS) {
221 forward_flags |= OPTS_FORWARD_CREDS;
  /src/lib/libtelnet/
auth.h 76 #define OPTS_FORWARD_CREDS 0x00000002

Completed in 11 milliseconds