Home
last modified time | relevance | path

Searched refs:ServerOptions (Results 1 – 25 of 29) sorted by relevance

12

/external/openssh/
Dservconf.h226 } ServerOptions; typedef
285 void initialize_server_options(ServerOptions *);
286 void fill_default_server_options(ServerOptions *);
287 int process_server_config_line(ServerOptions *, char *, const char *, int,
289 void process_permitopen(struct ssh *ssh, ServerOptions *options);
291 void parse_server_config(ServerOptions *, const char *, struct sshbuf *,
293 void parse_server_match_config(ServerOptions *,
297 void copy_set_server_options(ServerOptions *, ServerOptions *, int);
298 void dump_config(ServerOptions *);
301 ServerOptions *, const char *path, int);
[all …]
Dservconf.c77 static void add_listen_addr(ServerOptions *, const char *,
79 static void add_one_listen_addr(ServerOptions *, const char *,
81 void parse_server_config_depth(ServerOptions *options, const char *filename,
92 initialize_server_options(ServerOptions *options) in initialize_server_options()
207 assemble_algorithms(ServerOptions *o) in assemble_algorithms()
277 ServerOptions *options, const char *path, int userprovided) in servconf_add_hostkey()
289 ServerOptions *options, const char *path) in servconf_add_hostcert()
299 fill_default_server_options(ServerOptions *options) in fill_default_server_options()
769 add_listen_addr(ServerOptions *options, const char *addr, in add_listen_addr()
785 add_one_listen_addr(ServerOptions *options, const char *addr, in add_one_listen_addr()
[all …]
Dauth2-none.c56 extern ServerOptions options;
Dauth2-kbdint.c44 extern ServerOptions options;
Dauth2-passwd.c49 extern ServerOptions options;
Dplatform.c35 extern ServerOptions options;
Dauth-sia.c48 extern ServerOptions options;
Dsshlogin.c67 extern ServerOptions options;
Dgss-serv-krb5.c47 extern ServerOptions options;
Dauth-passwd.c60 extern ServerOptions options;
Dauth-rhosts.c45 extern ServerOptions options;
Dauth-krb5.c55 extern ServerOptions options;
Dauth2-hostbased.c56 extern ServerOptions options;
Dgss-serv.c50 extern ServerOptions options;
Dauth2-gss.c50 extern ServerOptions options;
Dauth2-chall.c50 extern ServerOptions options;
Dmonitor_wrap.c82 extern ServerOptions options;
253 ServerOptions *newopts; in mm_getpwnamallow()
Dauth2.c63 extern ServerOptions options;
Dserverloop.c82 extern ServerOptions options;
Dauth.c81 extern ServerOptions options;
Dauth2-pubkey.c74 extern ServerOptions options;
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DInteropServer.cs38 private class ServerOptions class in Grpc.IntegrationTesting.InteropServer
48 ServerOptions options;
50 private InteropServer(ServerOptions options) in InteropServer()
58 var parserResult = Parser.Default.ParseArguments<ServerOptions>(args) in Run()
DQpsWorker.cs39 private class ServerOptions class in Grpc.IntegrationTesting.QpsWorker
45 ServerOptions options;
47 private QpsWorker(ServerOptions options) in QpsWorker()
55 var parserResult = Parser.Default.ParseArguments<ServerOptions>(args) in Run()
/external/grpc-grpc/src/python/grpcio/grpc/beta/
Dimplementations.py234 class ServerOptions(object): class
254 _EMPTY_SERVER_OPTIONS = ServerOptions(None, None, None, None, None, None, None)
288 return ServerOptions(multi_method_implementation, request_deserializers,
/external/pigweed/pw_target_runner/go/src/pigweed.dev/pw_target_runner_server/
Dmain.go30 type ServerOptions struct { struct

12