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

/netbsd-6-1-5-RELEASE/sbin/ping/
H A Dping.c247 char *policy_out = NULL; local
397 policy_out = strdup(optarg);
398 if (!policy_out)
583 if (policy_out != NULL) {
584 buf = ipsec_set_policy(policy_out, strlen(policy_out));
/netbsd-6-1-5-RELEASE/sbin/ping6/
H A Dping6.c305 char *policy_out = NULL; local
538 if ((policy_out = strdup(optarg)) == NULL)
742 if (setpolicy(s, policy_out) < 0)

Completed in 65 milliseconds