Searched defs:packet_disconnect (Results 1 - 1 of 1) sorted by relevance

/external/openssh/
H A Dpacket.c279 packet_disconnect("Packet corrupt");
1130 packet_disconnect("Protocol error: expected packet type %d, got %d",
1157 packet_disconnect("Bad packet length %u.", len);
1178 packet_disconnect("crc32 compensation attack: "
1181 packet_disconnect("deattack denial of "
1208 packet_disconnect("packet_read_poll1: len %d != buffer_len %d.",
1214 packet_disconnect("Corrupted check bytes on input.");
1230 packet_disconnect("Invalid ssh1 packet type: %d", type);
1328 /* XXX now it's safe to use fatal/packet_disconnect */
1344 packet_disconnect("Corrupte
1612 packet_disconnect(const char *fmt,...) function
[all...]

Completed in 30 milliseconds