Home
last modified time | relevance | path

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

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.h113 TAILQ_HEAD(, adist_host) adc_hosts;
126 struct adist_host { struct
172 TAILQ_ENTRY(adist_host) adh_next; argument
277 void descriptors_cleanup(struct adist_host *adhost);
278 void descriptors_assert(const struct adist_host *adhost, int pjdlogmode);
280 void adist_sender(struct adist_config *config, struct adist_host *adhost);
281 void adist_receiver(struct adist_config *config, struct adist_host *adhost);
H A Dauditdistd.c102 descriptors_cleanup(struct adist_host *adhost) in descriptors_cleanup()
104 struct adist_host *adh; in descriptors_cleanup()
124 child_cleanup(struct adist_host *adhost) in child_cleanup()
154 struct adist_host *adhost; in child_exit()
206 struct adist_host *adhost; in terminate_workers()
228 struct adist_host *adhost; in listen_accept()
420 connection_migrate(struct adist_host *adhost) in connection_migrate()
499 struct adist_host *adhost; in main_loop()
582 struct adist_host *adhost; in adist_config_dump()
623 struct adist_host *adhost; in main()
H A Dparse.y59 static struct adist_host *curhost;
841 struct adist_host *adhost; in yy_config_free()
H A Dreceiver.c88 static struct adist_host *adhost;
647 adist_receiver(struct adist_config *config, struct adist_host *adh) in adist_receiver()
H A Dsender.c82 static struct adist_host *adhost;
740 adist_sender(struct adist_config *config, struct adist_host *adh) in adist_sender()