Searched refs:adh (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dreceiver.c647 adist_receiver(struct adist_config *config, struct adist_host *adh) argument
657 proto_close(adh->adh_remote);
658 adh->adh_remote = NULL;
664 proto_close(adh->adh_remote);
665 adh->adh_remote = NULL;
666 adh->adh_worker_pid = pid;
671 adhost = adh;
H A Dsender.c750 adist_sender(struct adist_config *config, struct adist_host *adh) argument
760 if (proto_connect(NULL, "socketpair://", -1, &adh->adh_conn) == -1) {
769 proto_close(adh->adh_conn);
770 adh->adh_conn = NULL;
776 adh->adh_worker_pid = pid;
778 proto_recv(adh->adh_conn, NULL, 0);
783 adhost = adh;
H A Dauditdistd.c104 struct adist_host *adh; local
107 TAILQ_FOREACH(adh, &adcfg->adc_hosts, adh_next) {
108 if (adh == adhost)
110 if (adh->adh_remote != NULL) {
111 proto_close(adh->adh_remote);
112 adh->adh_remote = NULL;

Completed in 209 milliseconds