Lines Matching refs:from
261 /* Strip data written from the buffer */
293 /* Read from socket */
427 } from;
429 memset(&from, 0, sizeof(from));
439 fromlen = sizeof(from.sa4);
441 fromlen = sizeof(from.sa6);
444 sizeof(buf), 0, &from.sa, &fromlen);
460 } else if (!same_address(&from.sa, &conn->server->addr)) {
461 /* The address the response comes from does not match the address we
613 /* Handle an answer from a server. This must NEVER cleanup the
664 * remove it from the connection's queue so we can possibly invalidate the
781 /* Pick a random server from the list, we first get a random number in the
839 * retry from the last retry */
852 * simultaneously from multiple hosts and DNS server throttle these requests.
1116 /* Remove the query from all the lists in which it is linked */