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

/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_settid.c97 ai.ai_termid.at_type = AU_IPv6;
H A Dau_to.c140 if (host_info->at_type == AU_IPv6)
482 if (tid->at_type == AU_IPv6) {
492 if (tid->at_type == AU_IPv6) {
516 if (tid->at_type == AU_IPv6) {
635 if (tid->at_type == AU_IPv6) {
647 if (tid->at_type == AU_IPv6) {
672 if (tid->at_type == AU_IPv6) {
952 int32_t type = AU_IPv6;
H A Dgeneric.c187 *type = AU_IPv6;
260 if ((type != AU_IPv4) && (type != AU_IPv6))
H A Dau_open.c208 if (host_info->at_type == AU_IPv6)
H A Dadt.c597 termid->at_type = AU_IPv6;
734 p_term->at_type = AU_IPv6;
738 AU_IPv6);
792 p_term->at_type = AU_IPv6;
793 (void) memcpy(p_term->at_addr, &al.addr.addr6, AU_IPv6);
H A Dadt_token.c255 AU_IPv4 : AU_IPv6;
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_token.c255 if (atid->at_type == AU_IPv6)
260 if (atid->at_type == AU_IPv6)
277 if (atid->at_type == AU_IPv6)
282 if (atid->at_type == AU_IPv6)
324 if (atid->at_type == AU_IPv6) {
808 int32_t type = AU_IPv6;
1006 size = AU_IPv6;
H A Daudit.h192 #define AU_IPv6 16 /* ipv6 type IP address */ macro
/illumos-gate/usr/src/boot/sys/sys/bsm/
H A Daudit.h167 #define AU_IPv6 16 macro
/illumos-gate/usr/src/uts/common/syscall/
H A Dauditsys.c184 if (ainfo->ai_termid.at_type == AU_IPv6)
350 if ((type != AU_IPv4) && (type != AU_IPv6))
384 if (ainfo->ai_termid.at_type == AU_IPv6 &&
626 (STRUCT_FGET(info, ai_termid.at_type) != AU_IPv6))
656 if (kctx->auk_info.ai_termid.at_type == AU_IPv6 &&
666 if (kctx->auk_info.ai_termid.at_type == AU_IPv6)
1189 if (ainfo->ai_termid.at_type == AU_IPv6) {
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_logon.c156 termid.at_type = AU_IPv6;
/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c400 if ((ip_type != AU_IPv4) && (ip_type != AU_IPv6))
422 } else if (ip_type == AU_IPv6) { /* IPv6 addresss (128 bits) */
459 if ((ip_type != AU_IPv4) && (ip_type != AU_IPv6))
503 } else if (ip_type == AU_IPv6) { /* IPv6 addresss (128 bits) */
565 } else if (ip_type == AU_IPv6) { /* IPv6 addresss (128 bits) */
730 /* legal address types are either AU_IPv4 or AU_IPv6 only */
731 if ((ip_type != AU_IPv4) && (ip_type != AU_IPv6))
799 /* legal address type is AU_IPv4 or AU_IPv6 */
800 if ((ip_type != AU_IPv4) && (ip_type != AU_IPv6))
911 /* legal address types are either AU_IPv4 or AU_IPv6 onl
[all...]
H A Dtoken.c1442 * IP type: adt_int32 -- AU_IPv4 or AU_IPv6
1510 /* legal address types are either AU_IPv4 or AU_IPv6 only */
1511 if ((ip_type != AU_IPv4) && (ip_type != AU_IPv6))
/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c339 if (tid->at_type == AU_IPv6) {
361 if (tid->at_type == AU_IPv6) {
385 (char *)tid->at_addr, AU_IPv6);
/illumos-gate/usr/src/cmd/auditconfig/
H A Dauditconfig.c2381 tp->at_type = AU_IPv6;
2396 tp->at_type = AU_IPv6;
2891 } else if (type == AU_IPv6) {
2901 } else if (type == AU_IPv6) {
2925 *type = AU_IPv6;
/illumos-gate/usr/src/cmd/auditreduce/
H A Dtoken.c1257 if ((ip_size != AU_IPv6) && (ip_size != AU_IPv4))
1272 if (ip_type == AU_IPv6) {
H A Doption.c380 ip_type = AU_IPv6;

Completed in 120 milliseconds