Lines Matching defs:from

7  * Export of this software from the United States of America may require
8 * a specific license from the United States Government. It is the
34 * Export of this software from the United States of America may
35 * require a specific license from the United States Government.
372 * until infinity for an update from the master.
524 struct sockaddr_storage from;
548 * until infinity for an update from the master.
563 fromlen = (socklen_t)sizeof (from);
564 if (getpeername(fd, (struct sockaddr *) &from, &fromlen) < 0) {
575 if (getnameinfo((struct sockaddr *)&from, fromlen, ntop, sizeof(ntop),
579 if (from.ss_family == AF_INET) {
582 (const void *)&ss2sin(&from)->sin_addr,
585 } else if (from.ss_family == AF_INET6 &&
586 ! IN6_IS_ADDR_V4MAPPED(&ss2sin6(&from)->sin6_addr)) {
591 (const void *)&ss2sin6(&from)->sin6_addr, ntop,
597 if (from.ss_family == AF_INET || from.ss_family == AF_INET6) {
599 if (from.ss_family == AF_INET6 &&
600 IN6_IS_ADDR_V4MAPPED(&ss2sin6(&from)->sin6_addr)) {
605 IN6_V4MAPPED_TO_IPADDR(&(ss2sin6(&from)->sin6_addr),
612 syslog(LOG_INFO, gettext("Connection from %s"), ntop);
615 printf("Connection from %s\n", ntop);
620 gettext("Connection from unknown address family:%d"),
621 from.ss_family);
624 printf(gettext("Connection from unknown address family:%d"),
625 from.ss_family);
633 kerberos_authenticate(doit_context, fd, &client, &etype, &from);
636 * Turn off alarm upon successful authentication from master.
652 gettext("Rejected connection from unauthorized principal %s"),
722 * Routine to handle incremental update transfer(s) from master KDC
844 "from %s"), iprop_svc_princstr,
1029 " invalid return from master KDC."));
1039 " error returned from master KDC."));
1063 "from master was OK\n"));
1073 "returned from master KDC."));
1097 " invalid return from master KDC."));
1113 "from master, backoff for %d secs\n"),
1594 * Receive and decode size from client
1600 gettext("while reading size of database from client"));
1611 gettext("while decoding database size from client"));
1631 * Now start receiving the database from the net
1759 gettext("while decoding error packet from client"));
1769 gettext("signaled from server"));
1772 gettext("Error text from client: %s\n"),