Home
last modified time | relevance | path

Searched refs:policy_out (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/ping/
H A Dping.c211 char *policy_in, *policy_out; in ping() local
228 policy_in = policy_out = NULL; in ping()
430 policy_out = strdup(optarg); in ping()
663 if (policy_out != NULL) { in ping()
664 buf = ipsec_set_policy(policy_out, strlen(policy_out)); in ping()
H A Dping6.c295 char *policy_out = NULL; in ping6() local
585 if ((policy_out = strdup(optarg)) == NULL) in ping6()
811 if (setpolicy(ssend, policy_out) < 0) in ping6()
/freebsd/usr.sbin/inetd/
H A Dinetd.c1384 char *policy_out = NULL; in ipsecsetup() local
1406 policy_out = def_out; in ipsecsetup()
1411 policy_out = sep->se_policy; in ipsecsetup()
1433 if (policy_out != NULL) { in ipsecsetup()
1434 buf = ipsec_set_policy(policy_out, strlen(policy_out)); in ipsecsetup()
1441 policy_out); in ipsecsetup()
1445 policy_out); in ipsecsetup()
/freebsd/crypto/krb5/src/lib/kadm5/srv/
H A Dsvr_principal.c107 kadm5_policy_ent_t policy_out, krb5_boolean *have_pol_out) in get_policy() argument
114 ret = kadm5_get_policy(handle->lhandle, (char *)name, policy_out); in get_policy()