Lines Matching defs:from
953 const char *from;
996 from = inet_ntop(AF_INET6, (struct sockaddr *) &addr6.sin6_addr, buf, sizeof(buf));
998 from = inet_ntop(AF_INET, (struct sockaddr *) &addr.sin_addr, buf, sizeof(buf));
1000 dprint(FD_NET, "server: connect from %s\n", from);
1426 * Don't need the header from now, copy just the thread_io_list
1617 * Parse a host/ip/port string. Reads from 'str'.