Home
last modified time | relevance | path

Searched refs:OPTS_FORWARD_CREDS (Results 1 – 2 of 2) sorted by relevance

/haiku/src/bin/network/telnet/
H A Dmain.c57 #define OPTS_FORWARD_CREDS 0x00000002 macro
231 if (forward_flags & OPTS_FORWARD_CREDS) { in main()
237 forward_flags |= OPTS_FORWARD_CREDS; in main()
252 if (forward_flags & OPTS_FORWARD_CREDS) { in main()
258 forward_flags |= OPTS_FORWARD_CREDS; in main()
/haiku/src/libs/libtelnet/
H A Dkerberos5.c76 #define OPTS_FORWARD_CREDS 0x00000002 macro
622 if (forward_flags & OPTS_FORWARD_CREDS) in kerberos5_reply()