Searched refs:forward_flags (Results 1 - 2 of 2) sorted by relevance

/haiku/src/bin/network/telnet/
H A Dmain.c121 extern int forward_flags;
231 if (forward_flags & OPTS_FORWARD_CREDS) {
237 forward_flags |= OPTS_FORWARD_CREDS;
252 if (forward_flags & OPTS_FORWARD_CREDS) {
258 forward_flags |= OPTS_FORWARD_CREDS;
259 forward_flags |= OPTS_FORWARDABLE_CREDS;
/haiku/src/libs/libtelnet/
H A Dkerberos5.c72 int forward_flags = 0; /* Flags get set in telnet/main.c on -f and -F */ variable
622 if (forward_flags & OPTS_FORWARD_CREDS)
786 if (forward_flags & OPTS_FORWARDABLE_CREDS)

Completed in 37 milliseconds