Lines Matching refs:adh_remote
309 PJDLOG_ASSERT(adhost->adh_remote == NULL); in sender_connect()
311 adhost->adh_remote = conn; in sender_connect()
328 if (adhost->adh_remote == NULL) { in sender_disconnect()
333 proto_close(adhost->adh_remote); in sender_disconnect()
335 adhost->adh_remote = NULL; in sender_disconnect()
393 while (adhost->adh_remote == NULL) in read_thread_wait()
494 if (adhost->adh_remote == NULL) { in keepalive_send()
550 if (adhost->adh_remote == NULL || in send_thread()
551 proto_send(adhost->adh_remote, &adreq->adr_packet, in send_thread()
556 if (adhost->adh_remote != NULL) in send_thread()
595 if (adhost->adh_remote == NULL) { in recv_thread()
607 if (proto_recv(adhost->adh_remote, &adrep, in recv_thread()
670 if (adhost->adh_remote != NULL) { in guard_check_connection()