Searched refs:sa_id (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sbin/iked/
H A Dradius.c670 char sa_id[IKED_ID_SIZE]; local
683 if (ikev2_print_id(IKESA_DSTID(sa), sa_id, sizeof(sa_id)) != -1)
684 sa->sa_eapid = strdup(sa_id);
H A Dpfkey.c1670 struct sadb_ident *sa_id; local
1699 len = ROUNDUP(strlen(idstr) + 1) + sizeof(*sa_id);
1700 if ((sa_id = calloc(1, len)) == NULL)
1703 strlcpy((char *)(sa_id + 1), idstr, ROUNDUP(strlen(idstr) + 1));
1704 sa_id->sadb_ident_type = type;
1705 sa_id->sadb_ident_len = len / 8;
1706 sa_id->sadb_ident_exttype = exttype;
1708 return (sa_id);
H A Dikev2.c565 char sa_id[IKED_ID_SIZE]; local
572 if (ikev2_print_id(IKESA_DSTID(sa), sa_id, sizeof(sa_id)) == -1)
574 if (strcmp(reset_id, sa_id) != 0)
581 sa, sa_id,
/openbsd-current/gnu/llvm/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h1771 #define __sanitizer_syscall_pre_compat_60_sa_preempt(sa_id) \
1772 __sanitizer_syscall_pre_impl_compat_60_sa_preempt((long long)(sa_id))
1773 #define __sanitizer_syscall_post_compat_60_sa_preempt(res, sa_id) \
1774 __sanitizer_syscall_post_impl_compat_60_sa_preempt(res, (long long)(sa_id))
4165 void __sanitizer_syscall_pre_impl_compat_60_sa_preempt(long long sa_id);
4167 long long sa_id);

Completed in 206 milliseconds