ipsec_sysctl_algorithm
const struct ipsec_sysctl_algorithm ipsec_sysctl_enc_algs[] = {
const struct ipsec_sysctl_algorithm ipsec_sysctl_auth_algs[] = {
const struct ipsec_sysctl_algorithm ipsec_sysctl_comp_algs[] = {
int ipsec_sysctl_algorithm(int, void *, size_t *, void *, size_t);
return (ipsec_sysctl_algorithm(name[0], oldp, oldlenp,
const struct ipsec_sysctl_algorithm *algs, *p;