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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dmain.c115 extern int forward_flags;
157 if (forward_flags & OPTS_FORWARD_CREDS) {
163 forward_flags |= OPTS_FORWARD_CREDS;
168 if (forward_flags & OPTS_FORWARD_CREDS) {
174 forward_flags |= OPTS_FORWARD_CREDS;
175 forward_flags |= OPTS_FORWARDABLE_CREDS;
H A Dkerberos5.c92 int forward_flags = 0; /* Flags get set in telnet/main.c on -f and -F */ variable
444 if (forward_flags & OPTS_FORWARD_CREDS)
666 server, ccache, forward_flags & OPTS_FORWARDABLE_CREDS,
H A Dcommands.c2184 extern int forward_flags;
2223 if (forward_flags & OPTS_FORWARD_CREDS) {
2224 if (forward_flags & OPTS_FORWARDABLE_CREDS)
2239 forward_flags = f_flags;
3175 forward_flags |= OPTS_FORWARD_CREDS | OPTS_FORWARDABLE_CREDS;
3177 forward_flags |= OPTS_FORWARD_CREDS;

Completed in 52 milliseconds