HomeSort by relevance Sort by last modified time
    Searched defs:active_state (Results 1 - 3 of 3) sorted by null

  /external/openssh/
ssh-keysign.c 60 struct ssh *active_state = NULL; /* XXX needed for linking */ variable in typeref:struct:ssh
opacket.c 9 struct ssh *active_state, *backup_state; variable in typeref:struct:ssh
233 active_state = ssh_packet_set_connection(active_state, fd_in, fd_out);
234 if (active_state == NULL)
241 ssh_packet_backup_state(active_state, backup_state);
247 ssh_packet_restore_state(active_state, backup_state);
253 return (ssh_packet_get_char(active_state));
259 return (ssh_packet_get_int(active_state));
268 if ((r = ssh_packet_read_seqnr(active_state, &type, seqnr)) != 0)
269 sshpkt_fatal(active_state, __func__, r)
    [all...]
ssh-keyscan.c 80 struct ssh *active_state = NULL; /* XXX needed for linking */ variable in typeref:struct:ssh

Completed in 457 milliseconds