Home
last modified time | relevance | path

Searched refs:routing_domain (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dservconf.h85 char *routing_domain; /* Bind session to routing domain */ member
271 M_CP_STROPT(routing_domain); \
Dservconf.c107 options->routing_domain = NULL; in initialize_server_options()
486 CLEAR_ON_NONE(options->routing_domain); in fill_default_server_options()
2343 charptr = &options->routing_domain; in process_server_config_line_depth()
2862 dump_cfg_string(sRDomain, o->routing_domain); in dump_config()
Dsshd.c2123 if (options.routing_domain != NULL)
2124 set_process_rdomain(ssh, options.routing_domain);