Home
last modified time | relevance | path

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

/external/openssh/
Dmux.c392 buffer_put_int(r, MUX_S_FAILURE); in process_mux_new_session()
393 buffer_put_int(r, rid); in process_mux_new_session()
407 buffer_put_int(r, MUX_S_FAILURE); in process_mux_new_session()
408 buffer_put_int(r, rid); in process_mux_new_session()
430 buffer_put_int(r, MUX_S_PERMISSION_DENIED); in process_mux_new_session()
431 buffer_put_int(r, rid); in process_mux_new_session()
488 buffer_put_int(r, MUX_S_ALIVE); in process_mux_alive_check()
489 buffer_put_int(r, rid); in process_mux_alive_check()
490 buffer_put_int(r, (u_int)getpid()); in process_mux_alive_check()
505 buffer_put_int(r, MUX_S_PERMISSION_DENIED); in process_mux_terminate()
[all …]
Dmonitor.c841 buffer_put_int(m, authenticated); in mm_answer_authpassword()
843 buffer_put_int(m, sshpam_get_maxtries_reached()); in mm_answer_authpassword()
875 buffer_put_int(m, success); in mm_answer_bsdauthquery()
911 buffer_put_int(m, authok); in mm_answer_bsdauthrespond()
935 buffer_put_int(m, success); in mm_answer_skeyquery()
961 buffer_put_int(m, authok); in mm_answer_skeyrespond()
999 buffer_put_int(m, ret); in mm_answer_pam_account()
1024 buffer_put_int(m, 1); in mm_answer_pam_init_ctx()
1026 buffer_put_int(m, 0); in mm_answer_pam_init_ctx()
1051 buffer_put_int(m, ret); in mm_answer_pam_query()
[all …]
Dmonitor_wrap.c109 buffer_put_int(&log_msg, 0); in mm_log_handler()
111 buffer_put_int(&log_msg, level); in mm_log_handler()
191 buffer_put_int(&m, min); in mm_choose_dh()
192 buffer_put_int(&m, nbits); in mm_choose_dh()
193 buffer_put_int(&m, max); in mm_choose_dh()
228 buffer_put_int(&m, kex->host_key_index(key, 0, active_state)); in mm_key_sign()
406 buffer_put_int(&m, type); in mm_key_allowed()
410 buffer_put_int(&m, pubkey_auth_attempt); in mm_key_allowed()
662 buffer_put_int(&m, num); in mm_sshpam_respond()
839 buffer_put_int(&m, event); in mm_audit_event()
Dttymodes.c292 put_arg = buffer_put_int; in tty_make_modes()
314 buffer_put_int(&buf, baud); in tty_make_modes()
317 buffer_put_int(&buf, baud); in tty_make_modes()
Dssh-pkcs11-helper.c108 buffer_put_int(&oqueue, mlen); in send_msg()
128 buffer_put_int(&msg, nkeys); in process_add()
Dbuffer.h62 void buffer_put_int(Buffer *, u_int);
Dauth-pam.c489 buffer_put_int(&buffer, sshpam_account_status); in sshpam_thread()
490 buffer_put_int(&buffer, sshpam_authctxt->force_pwchange); in sshpam_thread()
495 buffer_put_int(&buffer, i); in sshpam_thread()
503 buffer_put_int(&buffer, i); in sshpam_thread()
Dssh-pkcs11-client.c125 buffer_put_int(&msg, 0); in pkcs11_rsa_private_encrypt()
Dbufaux.c107 buffer_put_int(Buffer *buffer, u_int value) in buffer_put_int() function
Dchannels.c1340 buffer_put_int(&c->output, ntohl(INADDR_ANY)); /* bind address */ in channel_decode_socks5()