Home
last modified time | relevance | path

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

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.c128 PJDLOG_ASSERT(adhost->adh_role == ADIST_ROLE_SENDER); in child_cleanup()
169 if (adhost->adh_role == ADIST_ROLE_SENDER) in child_exit()
183 if (adhost->adh_role != ADIST_ROLE_SENDER) in child_exit()
428 PJDLOG_ASSERT(adhost->adh_role == ADIST_ROLE_SENDER); in connection_migrate()
525 if (adhost->adh_role == ADIST_ROLE_SENDER) { in main_loop()
566 if (adhost->adh_role == ADIST_ROLE_SENDER) { in main_loop()
791 if (adhost->adh_role == ADIST_ROLE_SENDER) in main()
H A Dparse.y197 if (curhost->adh_role != ADIST_ROLE_SENDER)
599 if (curhost->adh_role == ADIST_ROLE_SENDER &&
608 curhost->adh_role == ADIST_ROLE_SENDER ?
628 ADIST_ROLE_SENDER : ADIST_ROLE_RECEIVER;
H A Dsubr.c79 case ADIST_ROLE_SENDER: in role2str()
H A Dauditdistd.h58 #define ADIST_ROLE_SENDER 1 macro
H A Dsender.c667 PJDLOG_ASSERT(adhost->adh_role == ADIST_ROLE_SENDER); in guard_check_connection()