Lines Matching refs:sshbuf_get_u32

280 	if ((r = sshbuf_get_u32(m, &ver)) != 0) {  in mux_master_process_hello()
350 (r = sshbuf_get_u32(m, &cctx->want_tty)) != 0 || in mux_master_process_new_session()
351 (r = sshbuf_get_u32(m, &cctx->want_x_fwd)) != 0 || in mux_master_process_new_session()
352 (r = sshbuf_get_u32(m, &cctx->want_agent_fwd)) != 0 || in mux_master_process_new_session()
353 (r = sshbuf_get_u32(m, &cctx->want_subsys)) != 0 || in mux_master_process_new_session()
354 (r = sshbuf_get_u32(m, &escape_char)) != 0 || in mux_master_process_new_session()
696 if ((r = sshbuf_get_u32(m, &ftype)) != 0 || in mux_master_process_open_fwd()
698 (r = sshbuf_get_u32(m, &lport)) != 0 || in mux_master_process_open_fwd()
700 (r = sshbuf_get_u32(m, &cport)) != 0 || in mux_master_process_open_fwd()
861 if ((r = sshbuf_get_u32(m, &ftype)) != 0 || in mux_master_process_close_fwd()
863 (r = sshbuf_get_u32(m, &lport)) != 0 || in mux_master_process_close_fwd()
865 (r = sshbuf_get_u32(m, &cport)) != 0 || in mux_master_process_close_fwd()
971 (r = sshbuf_get_u32(m, &_cport)) != 0) { in mux_master_process_stdio_fwd()
1186 if ((r = sshbuf_get_u32(in, &type)) != 0) in mux_master_read_cb()
1199 if ((r = sshbuf_get_u32(in, &rid)) != 0) in mux_master_read_cb()
1623 if ((r = sshbuf_get_u32(m, &type)) != 0) in mux_client_hello_exchange()
1629 if ((r = sshbuf_get_u32(m, &ver)) != 0) in mux_client_hello_exchange()
1683 if ((r = sshbuf_get_u32(m, &type)) != 0) in mux_client_request_alive()
1691 if ((r = sshbuf_get_u32(m, &rid)) != 0) in mux_client_request_alive()
1696 if ((r = sshbuf_get_u32(m, &pid)) != 0) in mux_client_request_alive()
1738 if ((r = sshbuf_get_u32(m, &type)) != 0 || in mux_client_request_terminate()
1739 (r = sshbuf_get_u32(m, &rid)) != 0) in mux_client_request_terminate()
1815 if ((r = sshbuf_get_u32(m, &type)) != 0 || in mux_client_forward()
1816 (r = sshbuf_get_u32(m, &rid)) != 0) in mux_client_forward()
1828 if ((r = sshbuf_get_u32(m, &fwd->allocated_port)) != 0) in mux_client_forward()
1960 if ((r = sshbuf_get_u32(m, &type)) != 0 || in mux_client_request_session()
1961 (r = sshbuf_get_u32(m, &rid)) != 0) in mux_client_request_session()
1969 if ((r = sshbuf_get_u32(m, &sid)) != 0) in mux_client_request_session()
2022 if ((r = sshbuf_get_u32(m, &type)) != 0) in mux_client_request_session()
2026 if ((r = sshbuf_get_u32(m, &esid)) != 0) in mux_client_request_session()
2036 if ((r = sshbuf_get_u32(m, &esid)) != 0) in mux_client_request_session()
2043 if ((r = sshbuf_get_u32(m, &exitval)) != 0) in mux_client_request_session()
2096 if ((r = sshbuf_get_u32(m, &type)) != 0 || in mux_client_proxy()
2097 (r = sshbuf_get_u32(m, &rid)) != 0) in mux_client_proxy()
2166 if ((r = sshbuf_get_u32(m, &type)) != 0 || in mux_client_request_stdio_fwd()
2167 (r = sshbuf_get_u32(m, &rid)) != 0) in mux_client_request_stdio_fwd()
2174 if ((r = sshbuf_get_u32(m, &sid)) != 0) in mux_client_request_stdio_fwd()
2238 if ((r = sshbuf_get_u32(m, &type)) != 0 || in mux_client_request_stop_listening()
2239 (r = sshbuf_get_u32(m, &rid)) != 0) in mux_client_request_stop_listening()