Searched refs:adh_version (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/openbsm/bin/auditdistd/ |
| H A D | sender.c | 203 adhost->adh_version = atoi(welcome + 5); in sender_connect() 204 if (adhost->adh_version > ADIST_VERSION) { in sender_connect() 206 adhost->adh_remoteaddr, adhost->adh_version, ADIST_VERSION); in sender_connect() 211 pjdlog_debug(1, "Version %d negotiated with %s.", adhost->adh_version, in sender_connect()
|
| H A D | auditdistd.c | 316 adhost->adh_version = version; in listen_accept() 317 pjdlog_debug(1, "Version %d negotiated with %s.", adhost->adh_version, in listen_accept() 602 pjdlog_debug(2, " version: %d", adhost->adh_version); in adist_config_dump()
|
| H A D | auditdistd.h | 132 int adh_version; member
|
| H A D | parse.y | 629 curhost->adh_version = ADIST_VERSION;
|