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

/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dmain.c125 extern int forward_flags;
230 if (forward_flags & OPTS_FORWARD_CREDS) {
236 forward_flags |= OPTS_FORWARD_CREDS;
251 if (forward_flags & OPTS_FORWARD_CREDS) {
257 forward_flags |= OPTS_FORWARD_CREDS;
258 forward_flags |= OPTS_FORWARDABLE_CREDS;
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/libtelnet/
H A Dkerberos5.c87 int forward_flags = 0; /* Flags get set in telnet/main.c on -f and -F */ variable
663 if (forward_flags & OPTS_FORWARD_CREDS)
834 if (forward_flags & OPTS_FORWARDABLE_CREDS)
876 forward_flags &= ~OPTS_FORWARD_CREDS;
878 forward_flags |= OPTS_FORWARD_CREDS;
880 forward_flags ^= OPTS_FORWARD_CREDS;
888 forward_flags &= ~OPTS_FORWARDABLE_CREDS;
890 forward_flags |= OPTS_FORWARDABLE_CREDS;
892 forward_flags ^= OPTS_FORWARDABLE_CREDS;
/macosx-10.10.1/libtelnet-13/
H A Dkerberos5.c94 int forward_flags = 0; /* Flags get set in telnet/main.c on -f and -F */ variable
673 if (forward_flags & OPTS_FORWARD_CREDS)
860 forward_flags & OPTS_FORWARDABLE_CREDS,

Completed in 85 milliseconds