Lines Matching defs:from
284 "Unable to read from file: %s", ctx->storage_path);
420 * Skip this entry from the heartbeat file -- when it comes back,
518 /* Process a message received from a backend node */
520 apr_sockaddr_t *from, char *buf, int len)
538 "%pI busy=%s ready=%s", from,
541 apr_sockaddr_ip_get(&ip, from);
554 "malformed message from %pI",
555 from);
559 /* Read message from multicast socket */
564 apr_sockaddr_t from;
568 from.pool = p;
570 rv = apr_socket_recvfrom(&from, ctx->sock, 0, buf, &len);
581 hm_processmsg(ctx, p, &from, buf, len);