Lines Matching defs:from
120 /* State exported from the child */
386 fatal("%s: unexpected authentication from %d",
422 /* Drain any buffered messages from the child */
762 fatal("%s: no hostkey from index %d", __func__, keyid);
1480 struct sockaddr_storage from;
1486 memset(&from, 0, sizeof(from));
1487 fromlen = sizeof(from);
1490 (struct sockaddr *)&from, &fromlen) < 0) {
1495 /* Record that there was a login on that tty from the remote host. */
1498 (struct sockaddr *)&from, fromlen);