Searched refs:OPTS_FORWARD_CREDS (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/libtelnet-13/
H A Dauth.h79 #define OPTS_FORWARD_CREDS 0x00000002 macro
H A Dkerberos5.c673 if (forward_flags & OPTS_FORWARD_CREDS)
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dmain.c61 #define OPTS_FORWARD_CREDS 0x00000002 macro
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;
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/libtelnet/
H A Dkerberos5.c94 #define OPTS_FORWARD_CREDS 0x00000002 macro
663 if (forward_flags & OPTS_FORWARD_CREDS)
876 forward_flags &= ~OPTS_FORWARD_CREDS;
878 forward_flags |= OPTS_FORWARD_CREDS;
880 forward_flags ^= OPTS_FORWARD_CREDS;

Completed in 166 milliseconds