Lines Matching defs:from
29 * The btmp logging code is derived from login.c from util-linux and is under
42 * from this software without specific prior written permission.
262 * Time in seconds from the epoch if successful
269 * try to retrieve lastlog information from wtmp/wtmpx.
286 * information from the system lastlog data, or from wtmp/wtmpx if no
523 /* retrieve last login time from utmp */
885 * Prevent luser from zero'ing out ut_host.
1146 * Notes on fetching login data from wtmp/wtmpx
1608 error("%s: Error reading from %s: %s", __func__,
1612 error("%s: Error reading from %s: Expecting %d, got %d",
1663 struct sockaddr_storage from;
1664 socklen_t fromlen = sizeof(from);
1703 (struct sockaddr *)&from, &fromlen) == 0) {
1704 ipv64_normalise_mapped(&from, &fromlen);
1705 if (from.ss_family == AF_INET) {
1706 a4 = (struct sockaddr_in *)&from;
1711 if (from.ss_family == AF_INET6) {
1712 a6 = (struct sockaddr_in6 *)&from;