Home
last modified time | relevance | path

Searched refs:session_type (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/wpa/src/fst/
H A Dfst_defs.h16 enum session_type { enum
24 #define SESSION_CONTROL(session_type, switch_intent) \ argument
25 (((u8) ((session_type) & 0x7)) | ((switch_intent) ? 0x10 : 0x00))
/freebsd-13.1/crypto/openssh/
H A Dssh.c913 options.session_type = SESSION_TYPE_NONE; in main()
1016 if (options.session_type != -1 && in main()
1017 options.session_type != SESSION_TYPE_NONE) in main()
1019 options.session_type = SESSION_TYPE_NONE; in main()
1034 if (options.session_type != -1 && in main()
1331 options.session_type != SESSION_TYPE_NONE) in main()
1746 options.session_type = osession_type; in control_persist_detach()
2110 if (options.session_type != SESSION_TYPE_NONE) in ssh_session2_open()
2155 osession_type = options.session_type; in ssh_session2()
2159 options.session_type = SESSION_TYPE_NONE; in ssh_session2()
[all …]
H A Dsession.c664 char session_type[1024]; in do_exec() local
683 snprintf(session_type, sizeof(session_type), in do_exec()
686 snprintf(session_type, sizeof(session_type), in do_exec()
689 snprintf(session_type, sizeof(session_type), "shell"); in do_exec()
692 snprintf(session_type, sizeof(session_type), "command"); in do_exec()
702 session_type, in do_exec()
H A Dreadconf.h150 int session_type; member
H A Dreadconf.c1966 intptr = &options->session_type; in process_config_line_depth()
2444 options->session_type = -1; in initialize_options()
2639 if (options->session_type == -1) in fill_default_options()
2640 options->session_type = SESSION_TYPE_DEFAULT; in fill_default_options()
3333 dump_cfg_fmtint(oSessionType, o->session_type); in dump_client_config()
H A Dclientloop.c1408 if (options.session_type == SESSION_TYPE_NONE && in client_loop()
2584 if (options.control_persist || options.session_type == SESSION_TYPE_NONE) { in client_stop_mux()
H A Dmux.c1900 (r = sshbuf_put_u32(m, options.session_type == SESSION_TYPE_SUBSYSTEM)) != 0 || in mux_client_request_session()
/freebsd-13.1/usr.sbin/ctld/
H A Dlogin.c843 const char *initiator_name, *initiator_alias, *session_type, in login() local
896 session_type = keys_find(request_keys, "SessionType"); in login()
897 if (session_type != NULL) { in login()
898 if (strcmp(session_type, "Normal") == 0) { in login()
900 } else if (strcmp(session_type, "Discovery") == 0) { in login()
905 "SessionType \"%s\"", session_type); in login()
/freebsd-13.1/sys/sys/
H A Dcdrio.h81 int session_type; member
/freebsd-13.1/usr.bin/iscsictl/
H A Dparse.y123 session_type
252 session_type: SESSION_TYPE EQUALS STR