Lines Matching refs:addr
115 ClientHandler *accept_connection(Worker *worker, int fd, sockaddr *addr,
119 int check_cert(SSL *ssl, const Address *addr, const StringRef &host);
121 // |addr| and numeric address in |raddr|. Note that |raddr| might not
122 // point to &addr->addr.
123 int check_cert(SSL *ssl, const DownstreamAddr *addr, const Address *raddr);
125 // Verify |cert| using numeric IP address. |hostname| and |addr|
129 const Address *addr);
288 // Returns cached session associated |addr|. If no cache entry is
289 // found associated to |addr|, nullptr will be returned.
290 SSL_SESSION *reuse_tls_session(const TLSSessionCache &addr);