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

/haiku/src/bin/network/telnet/
H A Dmain.c61 #define OPTS_FORWARD_CREDS 0x00000002 macro
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;
/haiku/src/libs/libtelnet/
H A Dkerberos5.c80 #define OPTS_FORWARD_CREDS 0x00000002 macro
619 if (forward_flags & OPTS_FORWARD_CREDS)

Completed in 45 milliseconds