Home
last modified time | relevance | path

Searched refs:packet_start (Results 1 – 20 of 20) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dvp8_partition_aggregator_unittest.cc42 EXPECT_FALSE(root->left_child()->packet_start()); in TEST()
43 EXPECT_TRUE(root->right_child()->packet_start()); in TEST()
63 parent()->parent()->packet_start()); in TEST()
65 parent()->packet_start()); in TEST()
67 packet_start()); in TEST()
68 EXPECT_FALSE(opt->parent()->parent()->parent()->parent()->packet_start()); in TEST()
69 EXPECT_TRUE(opt->parent()->parent()->parent()->packet_start()); in TEST()
70 EXPECT_FALSE(opt->parent()->parent()->packet_start()); in TEST()
71 EXPECT_TRUE(opt->parent()->packet_start()); in TEST()
72 EXPECT_FALSE(opt->packet_start()); in TEST()
Dvp8_partition_aggregator.h61 bool packet_start() const { return packet_start_; } in packet_start() function
Dvp8_partition_aggregator.cc189 if (temp_node->packet_start()) in FindOptimalConfiguration()
/external/openssh/
Dsshconnect1.c99 packet_start(SSH_CMSG_AUTH_RSA); in try_agent_authentication()
138 packet_start(SSH_CMSG_AUTH_RSA_RESPONSE); in try_agent_authentication()
204 packet_start(SSH_CMSG_AUTH_RSA_RESPONSE); in respond_to_rsa_challenge()
234 packet_start(SSH_CMSG_AUTH_RSA); in try_rsa_authentication()
301 packet_start(SSH_CMSG_AUTH_RSA_RESPONSE); in try_rsa_authentication()
348 packet_start(SSH_CMSG_AUTH_RHOSTS_RSA); in try_rhosts_rsa_authentication()
411 packet_start(SSH_CMSG_AUTH_TIS); in try_challenge_response_authentication()
440 packet_start(SSH_CMSG_AUTH_TIS_RESPONSE); in try_challenge_response_authentication()
473 packet_start(SSH_CMSG_AUTH_PASSWORD); in try_password_authentication()
646 packet_start(SSH_CMSG_SESSION_KEY); in ssh_kex()
[all …]
Droaming_client.c77 packet_start(SSH2_MSG_GLOBAL_REQUEST); in request_roaming()
107 packet_start(SSH2_MSG_KEX_ROAMING_AUTH); in roaming_auth_required()
148 packet_start(SSH2_MSG_KEXINIT); in roaming_resume()
165 packet_start(SSH2_MSG_KEX_ROAMING_RESUME); in roaming_resume()
Dnchan.c245 packet_start(SSH_MSG_CHANNEL_INPUT_EOF); in chan_send_ieof1()
263 packet_start(SSH_MSG_CHANNEL_OUTPUT_CLOSE); in chan_send_oclose1()
358 packet_start(SSH2_MSG_CHANNEL_EOF); in chan_send_eof2()
380 packet_start(SSH2_MSG_CHANNEL_CLOSE); in chan_send_close2()
397 packet_start(SSH2_MSG_CHANNEL_REQUEST); in chan_send_eow2()
Dauth1.c208 packet_start(SSH_SMSG_AUTH_TIS_CHALLENGE); in auth1_process_tis_challenge()
265 packet_start(SSH_SMSG_FAILURE); in do_authloop()
372 packet_start(SSH_SMSG_FAILURE); in do_authloop()
439 packet_start(SSH_SMSG_SUCCESS); in do_authentication()
Dserverloop.c210 packet_start(SSH_SMSG_STDERR_DATA); in make_packets_from_stderr_data()
239 packet_start(SSH_SMSG_STDOUT_DATA); in make_packets_from_stdout_data()
263 packet_start(SSH2_MSG_GLOBAL_REQUEST); in client_alive_check()
525 packet_start(SSH_SMSG_STDOUT_DATA); in drain_output()
534 packet_start(SSH_SMSG_STDERR_DATA); in drain_output()
771 packet_start(SSH_SMSG_EXITSTATUS); in server_loop()
1131 packet_start(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION); in server_input_channel_open()
1140 packet_start(SSH2_MSG_CHANNEL_OPEN_FAILURE); in server_input_channel_open()
1317 packet_start(success ? in server_input_global_request()
1354 packet_start(success ? in server_input_channel_req()
Dclientloop.c461 packet_start(SSH_CMSG_EOF); in client_check_initial_eof_on_stdin()
475 packet_start(SSH_CMSG_EOF); in client_check_initial_eof_on_stdin()
510 packet_start(SSH_CMSG_STDIN_DATA); in client_make_packets_from_stdin_data()
516 packet_start(SSH_CMSG_EOF); in client_make_packets_from_stdin_data()
546 packet_start(SSH_CMSG_WINDOW_SIZE); in client_check_window_change()
581 packet_start(SSH2_MSG_GLOBAL_REQUEST); in server_alive_check()
1241 packet_start(SSH_CMSG_STDIN_DATA); in process_escapes()
1247 packet_start(SSH_CMSG_EOF); in process_escapes()
1342 packet_start(SSH_CMSG_EOF); in client_process_input()
1675 packet_start(SSH2_MSG_DISCONNECT); in client_loop()
[all …]
Dauth2-gss.c114 packet_start(SSH2_MSG_USERAUTH_GSSAPI_RESPONSE); in userauth_gssapi()
155 packet_start(SSH2_MSG_USERAUTH_GSSAPI_ERRTOK); in input_gssapi_token()
164 packet_start(SSH2_MSG_USERAUTH_GSSAPI_TOKEN); in input_gssapi_token()
Dchannels.c694 packet_start(SSH2_MSG_CHANNEL_OPEN); in channel_send_open()
712 packet_start(SSH2_MSG_CHANNEL_REQUEST); in channel_request_start()
801 packet_start(SSH2_MSG_CHANNEL_WINDOW_ADJUST); in channel_set_fds()
885 packet_start(SSH_MSG_CHANNEL_CLOSE); in channel_pre_input_draining()
997 packet_start(SSH_MSG_CHANNEL_CLOSE); in channel_pre_x11_open_13()
1389 packet_start(SSH2_MSG_CHANNEL_OPEN); in channel_post_x11_listener()
1403 packet_start(SSH_SMSG_X11_OPEN); in channel_post_x11_listener()
1440 packet_start(SSH2_MSG_CHANNEL_OPEN); in port_open_helper()
1470 packet_start(SSH_MSG_PORT_OPEN); in port_open_helper()
1589 packet_start(SSH2_MSG_CHANNEL_OPEN); in channel_post_auth_listener()
[all …]
Dsshconnect2.c230 packet_start(SSH2_MSG_IGNORE); in ssh_kex2()
368 packet_start(SSH2_MSG_SERVICE_REQUEST); in ssh_userauth2()
654 packet_start(SSH2_MSG_USERAUTH_REQUEST); in userauth_gssapi()
695 packet_start(SSH2_MSG_USERAUTH_GSSAPI_ERRTOK); in process_gssapi_token()
697 packet_start(SSH2_MSG_USERAUTH_GSSAPI_TOKEN); in process_gssapi_token()
707 packet_start(SSH2_MSG_USERAUTH_GSSAPI_EXCHANGE_COMPLETE); in process_gssapi_token()
719 packet_start(SSH2_MSG_USERAUTH_GSSAPI_MIC); in process_gssapi_token()
859 packet_start(SSH2_MSG_USERAUTH_REQUEST); in userauth_none()
885 packet_start(SSH2_MSG_USERAUTH_REQUEST); in userauth_passwd()
927 packet_start(SSH2_MSG_USERAUTH_REQUEST); in input_userauth_passwd_changereq()
[all …]
Dauth2.c142 packet_start(SSH2_MSG_USERAUTH_BANNER); in userauth_send_banner()
199 packet_start(SSH2_MSG_SERVICE_ACCEPT); in input_service_request()
351 packet_start(SSH2_MSG_USERAUTH_SUCCESS); in userauth_finish()
371 packet_start(SSH2_MSG_USERAUTH_FAILURE); in userauth_finish()
Dssh.c1619 packet_start(SSH_CMSG_REQUEST_COMPRESSION); in ssh_session()
1637 packet_start(SSH_CMSG_REQUEST_PTY); in ssh_session()
1750 packet_start(SSH_CMSG_EXEC_CMD); in ssh_session()
1756 packet_start(SSH_CMSG_EXEC_SHELL); in ssh_session()
1911 packet_start(SSH2_MSG_GLOBAL_REQUEST); in ssh_session2()
Dauth-rsa.c153 packet_start(SSH_SMSG_AUTH_RSA_CHALLENGE); in auth_rsa_challenge_dialog()
Dopacket.h69 #define packet_start(type) \ macro
Dauth2-chall.c266 packet_start(SSH2_MSG_USERAUTH_INFO_REQUEST); in send_userauth_info_request()
Dsshd.c956 packet_start(SSH2_MSG_GLOBAL_REQUEST);
2382 packet_start(SSH_SMSG_PUBLIC_KEY);
2514 packet_start(SSH_SMSG_SUCCESS);
2607 packet_start(SSH2_MSG_IGNORE);
Dauth2-pubkey.c198 packet_start(SSH2_MSG_USERAUTH_PK_OK); in userauth_pubkey()
Dsession.c416 packet_start(success ? SSH_SMSG_SUCCESS : SSH_SMSG_FAILURE); in do_authenticated1()