Home
last modified time | relevance | path

Searched refs:adh_remote (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dsender.c309 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()
[all …]
H A Dreceiver.c217 if (proto_recv(adhost->adh_remote, &adreq->adr_packet, in recv_thread()
247 if (proto_recv(adhost->adh_remote, adreq->adr_data, in recv_thread()
514 if (proto_send(adhost->adh_remote, &adrep, in send_thread()
634 if (proto_send(adhost->adh_remote, &trail_size, in receiver_connect()
639 if (proto_send(adhost->adh_remote, adhost->adh_trail_name, in receiver_connect()
657 proto_close(adh->adh_remote); in adist_receiver()
658 adh->adh_remote = NULL; in adist_receiver()
664 proto_close(adh->adh_remote); in adist_receiver()
665 adh->adh_remote = NULL; in adist_receiver()
691 if (proto_timeout(adhost->adh_remote, adcfg->adc_timeout) == -1) in adist_receiver()
H A Dauditdistd.c110 if (adh->adh_remote != NULL) { in descriptors_cleanup()
111 proto_close(adh->adh_remote); in descriptors_cleanup()
112 adh->adh_remote = NULL; in descriptors_cleanup()
409 adhost->adh_remote = conn; in listen_accept()
605 pjdlog_debug(2, " remote: %p", adhost->adh_remote); in adist_config_dump()
H A Dauditdistd.h139 struct proto_conn *adh_remote; member
H A Dparse.y632 curhost->adh_remote = NULL;