Home
last modified time | relevance | path

Searched refs:the_active_state (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/crypto/external/bsd/openssh/dist/
Dpfilter.c26 extern struct ssh *the_active_state;
33 if (the_active_state == NULL) in pfilter_notify()
40 fd = ssh_packet_connection_is_on_socket(the_active_state) ? in pfilter_notify()
41 ssh_packet_get_connection_in(the_active_state) : 3; in pfilter_notify()
Dsshd-session.c203 struct ssh *the_active_state; variable
1160 the_active_state = ssh; in main()
1357 if (the_active_state != NULL && the_authctxt != NULL) { in cleanup_exit()
1358 do_cleanup(the_active_state, the_authctxt); in cleanup_exit()
Dsshd-auth.c155 struct ssh *the_active_state; variable
646 the_active_state = ssh; in main()