Home
last modified time | relevance | path

Searched refs:AU_IPv6 (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/uts/common/c2/
H A Daudit_token.c255 if (atid->at_type == AU_IPv6) in au_to_process()
260 if (atid->at_type == AU_IPv6) in au_to_process()
277 if (atid->at_type == AU_IPv6) in au_to_subject()
282 if (atid->at_type == AU_IPv6) in au_to_subject()
324 if (atid->at_type == AU_IPv6) { in au_to_any_process()
808 int32_t type = AU_IPv6; in au_to_in_addr_ex()
1006 size = AU_IPv6; in au_to_socket_ex()
H A Daudit.h193 #define AU_IPv6 16 /* ipv6 type IP address */ macro
/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_to.c140 if (host_info->at_type == AU_IPv6) in au_to_header_ex()
482 if (tid->at_type == AU_IPv6) { in au_to_process_ex()
492 if (tid->at_type == AU_IPv6) { in au_to_process_ex()
516 if (tid->at_type == AU_IPv6) { in au_to_process_ex()
635 if (tid->at_type == AU_IPv6) { in au_to_subject_ex()
647 if (tid->at_type == AU_IPv6) { in au_to_subject_ex()
672 if (tid->at_type == AU_IPv6) { in au_to_subject_ex()
952 int32_t type = AU_IPv6; in au_to_in_addr_ex()
H A Dgeneric.c187 *type = AU_IPv6; in aug_get_machine()
260 if ((type != AU_IPv4) && (type != AU_IPv6)) in aug_save_tid_ex()
H A Daudit_settid.c96 ai.ai_termid.at_type = AU_IPv6; in do_ipv6_address()
H A Dadt.c651 termid->at_type = AU_IPv6; in adt_do_ipv6_address()
776 p_term->at_type = AU_IPv6; in adt_get_hostIP()
780 AU_IPv6); in adt_get_hostIP()
836 p_term->at_type = AU_IPv6; in adt_get_hostIP()
837 (void) memcpy(p_term->at_addr, &al.addr.addr6, AU_IPv6); in adt_get_hostIP()
H A Dau_open.c208 if (host_info->at_type == AU_IPv6) in au_close()
H A Dadt_token.c255 AU_IPv4 : AU_IPv6; in adt_to_tid()
/illumos-gate/usr/src/uts/common/syscall/
H A Dauditsys.c186 if (ainfo->ai_termid.at_type == AU_IPv6) in getaudit()
352 if ((type != AU_IPv4) && (type != AU_IPv6)) in setaudit_addr()
386 if (ainfo->ai_termid.at_type == AU_IPv6 && in setaudit_addr()
632 (STRUCT_FGET(info, ai_termid.at_type) != AU_IPv6)) in setkaudit()
662 if (kctx->auk_info.ai_termid.at_type == AU_IPv6 && in setkaudit()
672 if (kctx->auk_info.ai_termid.at_type == AU_IPv6) in setkaudit()
1195 if (ainfo->ai_termid.at_type == AU_IPv6) { in getpinfo()
/illumos-gate/usr/src/boot/sys/sys/bsm/
H A Daudit.h167 #define AU_IPv6 16 macro
/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c341 if (tid->at_type == AU_IPv6) { in gethname()
363 if (tid->at_type == AU_IPv6) { in gethname()
387 (char *)tid->at_addr, AU_IPv6); in gethname()
/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c551 if ((ip_type != AU_IPv4) && (ip_type != AU_IPv6)) in pa_hostname_ex()
573 } else if (ip_type == AU_IPv6) { /* IPv6 addresss (128 bits) */ in pa_hostname_ex()
610 if ((ip_type != AU_IPv4) && (ip_type != AU_IPv6)) in pa_hostname_so()
654 } else if (ip_type == AU_IPv6) { /* IPv6 addresss (128 bits) */ in pa_hostname_so()
716 } else if (ip_type == AU_IPv6) { /* IPv6 addresss (128 bits) */ in pa_hostname_so()
882 if ((ip_type != AU_IPv4) && (ip_type != AU_IPv6)) in pa_tid32_ex()
951 if ((ip_type != AU_IPv4) && (ip_type != AU_IPv6)) in pa_ip_addr()
1063 if ((ip_type != AU_IPv4) && (ip_type != AU_IPv6)) in pa_tid64_ex()
H A Dtoken.c1511 if ((ip_type != AU_IPv4) && (ip_type != AU_IPv6)) in ip_addr_ex_token()
/illumos-gate/usr/src/cmd/auditconfig/
H A Dauditconfig.c2385 tp->at_type = AU_IPv6; in str2tid()
2400 tp->at_type = AU_IPv6; in str2tid()
2896 } else if (type == AU_IPv6) { in str2ipaddr()
2906 } else if (type == AU_IPv6) { in str2ipaddr()
2930 *type = AU_IPv6; in str2type()
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_logon.c207 termid.at_type = AU_IPv6; in smbd_logon_audit()
/illumos-gate/usr/src/cmd/auditreduce/
H A Dtoken.c1257 if ((ip_size != AU_IPv6) && (ip_size != AU_IPv4)) in socket_ex_token()
1272 if (ip_type == AU_IPv6) { in socket_ex_token()
H A Doption.c380 ip_type = AU_IPv6; in proc_object()