Searched refs:policy_out (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sbin/ping/
H A Dping.c211 char *policy_in, *policy_out; local
228 policy_in = policy_out = NULL;
430 policy_out = strdup(optarg);
663 if (policy_out != NULL) {
664 buf = ipsec_set_policy(policy_out, strlen(policy_out));
H A Dping6.c294 char *policy_out = NULL; local
584 if ((policy_out = strdup(optarg)) == NULL)
810 if (setpolicy(ssend, policy_out) < 0)
/freebsd-current/usr.sbin/inetd/
H A Dinetd.c1384 char *policy_out = NULL; local
1406 policy_out = def_out;
1411 policy_out = sep->se_policy;
1433 if (policy_out != NULL) {
1434 buf = ipsec_set_policy(policy_out, strlen(policy_out));
1441 policy_out);
1445 policy_out);

Completed in 85 milliseconds