Home
last modified time | relevance | path

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

/dflybsd-src/contrib/wpa_supplicant/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))
/dflybsd-src/crypto/openssh/
H A Dssh.c962 options.session_type = SESSION_TYPE_NONE; in main()
1065 if (options.session_type != -1 && in main()
1066 options.session_type != SESSION_TYPE_NONE) in main()
1068 options.session_type = SESSION_TYPE_NONE; in main()
1083 if (options.session_type != -1 && in main()
1084 options.session_type != SESSION_TYPE_SUBSYSTEM) in main()
1086 options.session_type = SESSION_TYPE_SUBSYSTEM; in main()
1173 if (options.session_type == SESSION_TYPE_SUBSYSTEM) { in main()
1385 options.session_type != SESSION_TYPE_NONE) in main()
1408 options.session_type == SESSION_TYPE_NONE) in main()
[all …]
H A Dsession.c672 char session_type[1024]; in do_exec() local
691 snprintf(session_type, sizeof(session_type), in do_exec()
694 snprintf(session_type, sizeof(session_type), in do_exec()
697 snprintf(session_type, sizeof(session_type), "shell"); in do_exec()
700 snprintf(session_type, sizeof(session_type), "command"); in do_exec()
710 session_type, in do_exec()
H A Dreadconf.h151 int session_type; member
H A Dreadconf.c2083 intptr = &options->session_type; in process_config_line_depth()
2625 options->session_type = -1; in initialize_options()
2822 if (options->session_type == -1) in fill_default_options()
2823 options->session_type = SESSION_TYPE_DEFAULT; in fill_default_options()
3548 dump_cfg_fmtint(oSessionType, o->session_type); in dump_client_config()
H A Dclientloop.c1660 if (options.session_type == SESSION_TYPE_NONE && in client_loop()
2826 if (options.control_persist || options.session_type == SESSION_TYPE_NONE) { in client_stop_mux()
H A Dmux.c1921 (r = sshbuf_put_u32(m, options.session_type == SESSION_TYPE_SUBSYSTEM)) != 0 || in mux_client_request_session()
/dflybsd-src/sys/sys/
H A Dcdrio.h85 int session_type; member
/dflybsd-src/sys/dev/disk/nata/
H A Datapi-cd.h211 u_int8_t session_type :2; /* session type */ member
H A Datapi-cd.c1146 param.session_type = CDR_SESS_MULTI; in acd_fixate()
1148 param.session_type = CDR_SESS_NONE; in acd_fixate()
1190 param.session_type = CDR_SESS_NONE; in acd_init_track()
1333 param.session_type = cuesheet->session_type; in acd_send_cue()
/dflybsd-src/usr.sbin/burncd/
H A Dburncd.c415 sheet.session_type = multi ? CDR_SESS_MULTI : CDR_SESS_NONE; in do_DAO()