Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dservconf.h84 char *routing_domain; /* Bind session to routing domain */ member
283 M_CP_STROPT(routing_domain); \
H A Dservconf.c103 options->routing_domain = NULL; in initialize_server_options()
493 CLEAR_ON_NONE(options->routing_domain); in fill_default_server_options()
2551 charptr = &options->routing_domain; in process_server_config_line_depth()
3187 dump_cfg_string(sRDomain, o->routing_domain); in dump_config()
H A Dsshd.c2282 if (options.routing_domain != NULL)
2283 set_process_rdomain(ssh, options.routing_domain);