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

/freebsd-11.0-release/contrib/openbsm/bin/auditdistd/
H A Dsender.c309 PJDLOG_ASSERT(adhost->adh_remote == NULL);
311 adhost->adh_remote = conn;
328 if (adhost->adh_remote == NULL) {
333 proto_close(adhost->adh_remote);
335 adhost->adh_remote = NULL;
400 while (adhost->adh_remote == NULL)
501 if (adhost->adh_remote == NULL) {
560 if (adhost->adh_remote == NULL ||
561 proto_send(adhost->adh_remote, &adreq->adr_packet,
566 if (adhost->adh_remote !
[all...]
H A Dreceiver.c217 if (proto_recv(adhost->adh_remote, &adreq->adr_packet,
247 if (proto_recv(adhost->adh_remote, adreq->adr_data,
514 if (proto_send(adhost->adh_remote, &adrep,
634 if (proto_send(adhost->adh_remote, &trail_size,
639 if (proto_send(adhost->adh_remote, adhost->adh_trail_name,
657 proto_close(adh->adh_remote);
658 adh->adh_remote = NULL;
664 proto_close(adh->adh_remote);
665 adh->adh_remote = NULL;
691 if (proto_timeout(adhost->adh_remote, adcf
[all...]
H A Dauditdistd.c110 if (adh->adh_remote != NULL) {
111 proto_close(adh->adh_remote);
112 adh->adh_remote = NULL;
409 adhost->adh_remote = conn;
605 pjdlog_debug(2, " remote: %p", adhost->adh_remote);
H A Dauditdistd.h139 struct proto_conn *adh_remote; member in struct:adist_host
H A Dparse.y632 curhost->adh_remote = NULL;

Completed in 108 milliseconds