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

/haiku-fatelf/src/bin/network/telnet/
H A Dmain.c128 extern int forward_flags;
240 if (forward_flags & OPTS_FORWARD_CREDS) {
246 forward_flags |= OPTS_FORWARD_CREDS;
261 if (forward_flags & OPTS_FORWARD_CREDS) {
267 forward_flags |= OPTS_FORWARD_CREDS;
268 forward_flags |= OPTS_FORWARDABLE_CREDS;
/haiku-fatelf/src/libs/libtelnet/
H A Dkerberos5.c76 int forward_flags = 0; /* Flags get set in telnet/main.c on -f and -F */ variable
619 if (forward_flags & OPTS_FORWARD_CREDS)
787 if (forward_flags & OPTS_FORWARDABLE_CREDS)

Completed in 26 milliseconds