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

/freebsd-13-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.c740 adist_sender(struct adist_config *config, struct adist_host *adh) argument
750 if (proto_connect(NULL, "socketpair://", -1, &adh->adh_conn) == -1) {
759 proto_close(adh->adh_conn);
760 adh->adh_conn = NULL;
766 adh->adh_worker_pid = pid;
768 proto_recv(adh->adh_conn, NULL, 0);
773 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 120 milliseconds