Home
last modified time | relevance | path

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

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.h126 struct adist_host { struct
128 char adh_name[ADIST_HOSTSIZE];
130 int adh_role;
132 int adh_version;
135 char adh_localaddr[ADIST_ADDRSIZE];
137 char adh_remoteaddr[ADIST_ADDRSIZE];
139 struct proto_conn *adh_remote;
141 bool adh_reset;
147 char adh_directory[PATH_MAX];
172 TAILQ_ENTRY(adist_host) adh_next; argument