Home
last modified time | relevance | path

Searched refs:SSH_STOP (Results 1 – 4 of 4) sorted by relevance

/external/curl/lib/vssh/
Dwolfssh.c457 state(conn, SSH_STOP); in wssh_statemach_act()
461 state(conn, SSH_STOP); in wssh_statemach_act()
463 case SSH_STOP: in wssh_statemach_act()
513 state(conn, SSH_STOP); in wssh_statemach_act()
523 state(conn, SSH_STOP); in wssh_statemach_act()
697 state(conn, SSH_STOP); in wssh_statemach_act()
775 state(conn, SSH_STOP); in wssh_statemach_act()
795 state(conn, SSH_STOP); in wssh_statemach_act()
816 state(conn, SSH_STOP); in wssh_statemach_act()
826 state(conn, SSH_STOP); in wssh_statemach_act()
[all …]
Dlibssh.c921 state(conn, SSH_STOP); in myssh_statemach_act()
960 state(conn, SSH_STOP); in myssh_statemach_act()
968 state(conn, SSH_STOP); in myssh_statemach_act()
989 state(conn, SSH_STOP); in myssh_statemach_act()
1332 state(conn, SSH_STOP); in myssh_statemach_act()
1384 state(conn, SSH_STOP); in myssh_statemach_act()
1427 state(conn, SSH_STOP); in myssh_statemach_act()
1564 state(conn, SSH_STOP); in myssh_statemach_act()
1576 state(conn, SSH_STOP); in myssh_statemach_act()
1717 state(conn, SSH_STOP); in myssh_statemach_act()
[all …]
Dlibssh2.c1209 state(conn, SSH_STOP); in ssh_statemach_act()
1270 state(conn, SSH_STOP); in ssh_statemach_act()
1279 state(conn, SSH_STOP); in ssh_statemach_act()
1287 state(conn, SSH_STOP); in ssh_statemach_act()
1308 state(conn, SSH_STOP); in ssh_statemach_act()
2036 state(conn, SSH_STOP); in ssh_statemach_act()
2096 state(conn, SSH_STOP); in ssh_statemach_act()
2162 state(conn, SSH_STOP); in ssh_statemach_act()
2266 state(conn, SSH_STOP); in ssh_statemach_act()
2286 state(conn, SSH_STOP); in ssh_statemach_act()
[all …]
Dssh.h43 SSH_STOP = 0, /* do nothing state, stops the state machine */ enumerator