Home | History | Annotate | Download | only in openssh

Lines Matching refs:packet_start

577 packet_start(u_char type)
582 DBG(debug("packet_start[%d]", type));
1592 packet_start(SSH2_MSG_DEBUG);
1597 packet_start(SSH_MSG_DEBUG);
1635 packet_start(SSH2_MSG_DISCONNECT);
1640 packet_start(SSH_MSG_DISCONNECT);
1866 packet_start(compat20 ? SSH2_MSG_IGNORE : SSH_MSG_IGNORE);