Lines Matching defs:from
130 /* Buffer for raw input data from the socket. */
371 struct sockaddr_storage from, to;
377 fromlen = sizeof(from);
378 memset(&from, 0, sizeof(from));
379 if (getpeername(state->connection_in, (struct sockaddr *)&from,
387 if (fromlen != tolen || memcmp(&from, &to, fromlen) != 0)
389 if (from.ss_family != AF_INET && from.ss_family != AF_INET6)
546 * Starts packet compression from the next packet on in both directions.
733 /* Deserialise compression state from a blob for privsep */
959 /* move newkeys from kex to state */
1286 /* Try to read a packet from the buffer. */
1334 /* Read data from the socket. */
1389 * SSH_MSG_NONE. This does not wait for data from the connection.
1792 "Received disconnect from %s: %u: %.400s",
1821 error("Received disconnect from %s: %.400s",
1866 * Sends a diagnostic message from the server to the client. This message
2474 /* restore key exchange results from blob for packet state de-serialization */
2546 /* restore kex from blob for packet state de-serialization */
2590 * Restore packet state from content of blob 'm' (de-serialization).
2637 * count from the completion of the authentication.
2754 /* fetch data from the incoming packet */