OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allow_agent_forwarding
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
servconf.h
119
int
allow_agent_forwarding
;
member in struct:__anon25867
servconf.c
113
options->
allow_agent_forwarding
= -1;
250
if (options->
allow_agent_forwarding
== -1)
251
options->
allow_agent_forwarding
= 1;
[
all
...]
session.c
372
if (!options.
allow_agent_forwarding
||
[
all
...]
Completed in 446 milliseconds