Searched refs:AU_IPv6 (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.1.10/tests/ |
| H A D | audit_session.c | 261 if (termid_type == AU_IPv6) { in new_session_flow() 327 if (termid_type == AU_IPv6) { in new_session_flow() 510 aia6a.ai_termid.at_type = aia6a.ai_termid.at_type == AU_IPv4 ? AU_IPv6 : AU_IPv4; in new_session_flow() 647 new_session_flow(AU_ASSIGN_ASID, TERMIDM_NOUPDATE, AU_IPv6, AUIDM_NOUPDATE); 652 new_session_flow(AU_ASSIGN_ASID, TERMIDM_NOUPDATE, AU_IPv6, AUIDM_UPDATE_SETAUDIT_ADDR); 657 new_session_flow(AU_ASSIGN_ASID, TERMIDM_NOUPDATE, AU_IPv6, AUIDM_UPDATE_SETAUID); 677 new_session_flow(AU_ASSIGN_ASID, TERMIDM_UPDATE_SETAUDIT_ADDR, AU_IPv6, AUIDM_NOUPDATE); 682 …new_session_flow(AU_ASSIGN_ASID, TERMIDM_UPDATE_SETAUDIT_ADDR, AU_IPv6, AUIDM_UPDATE_SETAUDIT_ADDR… 687 new_session_flow(AU_ASSIGN_ASID, TERMIDM_UPDATE_SETAUDIT_ADDR, AU_IPv6, AUIDM_UPDATE_SETAUID); 707 new_session_flow(AU_DEFAUDITSID, TERMIDM_NOUPDATE, AU_IPv6, AUIDM_NOUPDATE); [all …]
|
| /xnu-11215.1.10/bsd/security/audit/ |
| H A D | audit_bsm_token.c | 379 u_int32_t type = AU_IPv6; in au_to_in_addr_ex() 703 KASSERT((tid->at_type == AU_IPv4) || (tid->at_type == AU_IPv6), in au_to_process32_ex() 705 if (tid->at_type == AU_IPv6) { in au_to_process32_ex() 723 if (tid->at_type == AU_IPv6) { in au_to_process32_ex() 743 } else if (tid->at_type == AU_IPv6) { in au_to_process64_ex() 763 if (tid->at_type == AU_IPv6) { in au_to_process64_ex() 880 ADD_U_INT16(dptr, AU_IPv6); in au_to_socket_ex() 1078 KASSERT((tid->at_type == AU_IPv4) || (tid->at_type == AU_IPv6), in au_to_subject32_ex() 1080 if (tid->at_type == AU_IPv6) { in au_to_subject32_ex() 1098 if (tid->at_type == AU_IPv6) { in au_to_subject32_ex() [all …]
|
| H A D | audit.c | 204 ak->ai_termid.at_type == AU_IPv6, in audit_set_kinfo() 216 audit_kinfo.ai_termid.at_type == AU_IPv6, in audit_get_kinfo()
|
| H A D | audit_syscalls.c | 751 if (scred->cr_audit.as_aia_p->ai_termid.at_type == AU_IPv6) { in auditon() 862 udata.au_kau_info.ai_termid.at_type != AU_IPv6)) { in auditon() 1110 if (aia.ai_termid.at_type != AU_IPv6 && in setaudit_addr()
|
| H A D | audit_bsm.c | 133 case AU_IPv6: in kau_close() 642 case AU_IPv6: in kaudit_to_bsm() 800 case AU_IPv6: in kaudit_to_bsm()
|
| /xnu-11215.1.10/bsd/bsm/ |
| H A D | audit.h | 172 #define AU_IPv6 16 macro
|