Searched refs:session_type (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/wpa/src/fst/ |
| H A D | fst_defs.h | 16 enum session_type { enum 24 #define SESSION_CONTROL(session_type, switch_intent) \ argument 25 (((u8) ((session_type) & 0x7)) | ((switch_intent) ? 0x10 : 0x00))
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | ssh.c | 962 options.session_type = SESSION_TYPE_NONE; in main() 1065 if (options.session_type != -1 && in main() 1068 options.session_type = SESSION_TYPE_NONE; in main() 1083 if (options.session_type != -1 && in main() 1385 options.session_type != SESSION_TYPE_NONE) in main() 1408 options.session_type == SESSION_TYPE_NONE) in main() 1851 options.session_type = osession_type; in control_persist_detach() 2214 if (options.session_type != SESSION_TYPE_NONE) in ssh_session2_open() 2259 osession_type = options.session_type; in ssh_session2() 2264 options.session_type = SESSION_TYPE_NONE; in ssh_session2() [all …]
|
| H A D | session.c | 661 char session_type[1024]; in do_exec() local 680 snprintf(session_type, sizeof(session_type), in do_exec() 683 snprintf(session_type, sizeof(session_type), in do_exec() 686 snprintf(session_type, sizeof(session_type), "shell"); in do_exec() 689 snprintf(session_type, sizeof(session_type), "command"); in do_exec() 699 session_type, in do_exec()
|
| H A D | readconf.h | 151 int session_type; member
|
| H A D | readconf.c | 2086 intptr = &options->session_type; in process_config_line_depth() 2628 options->session_type = -1; in initialize_options() 2825 if (options->session_type == -1) in fill_default_options() 2826 options->session_type = SESSION_TYPE_DEFAULT; in fill_default_options() 3551 dump_cfg_fmtint(oSessionType, o->session_type); in dump_client_config()
|
| H A D | clientloop.c | 1657 if (options.session_type == SESSION_TYPE_NONE && in client_loop() 2863 if (options.control_persist || options.session_type == SESSION_TYPE_NONE) { in client_stop_mux()
|
| H A D | mux.c | 1921 (r = sshbuf_put_u32(m, options.session_type == SESSION_TYPE_SUBSYSTEM)) != 0 || in mux_client_request_session()
|
| /freebsd-14.2/usr.sbin/ctld/ |
| H A D | login.c | 843 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-14.2/sys/sys/ |
| H A D | cdrio.h | 79 int session_type; member
|
| /freebsd-14.2/usr.bin/iscsictl/ |
| H A D | parse.y | 121 session_type 254 session_type: SESSION_TYPE EQUALS STR
|
| /freebsd-14.2/sys/dev/bnxt/bnxt_en/ |
| H A D | hsi_struct_def.h | 90764 uint8_t session_type; member
|