Searched refs:policy_out (Results 1 – 4 of 4) sorted by relevance
211 char *policy_in, *policy_out; in ping() local228 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()
295 char *policy_out = NULL; in ping6() local585 if ((policy_out = strdup(optarg)) == NULL) in ping6()811 if (setpolicy(ssend, policy_out) < 0) in ping6()
1384 char *policy_out = NULL; in ipsecsetup() local1406 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()
107 kadm5_policy_ent_t policy_out, krb5_boolean *have_pol_out) in get_policy() argument114 ret = kadm5_get_policy(handle->lhandle, (char *)name, policy_out); in get_policy()