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

/freebsd-10-stable/sbin/ping/
H A Dping.c231 char *policy_in, *policy_out; local
247 policy_in = policy_out = NULL;
413 policy_in = strdup(optarg);
611 if (policy_in != NULL) {
612 buf = ipsec_set_policy(policy_in, strlen(policy_in));
/freebsd-10-stable/usr.sbin/inetd/
H A Dinetd.c1392 char *policy_in = NULL; local
1414 policy_in = def_in;
1418 policy_in = sep->se_policy;
1428 if (policy_in != NULL) {
1429 buf = ipsec_set_policy(policy_in, strlen(policy_in));
1436 policy_in);
1440 policy_in);
/freebsd-10-stable/sbin/ping6/
H A Dping6.c313 char *policy_in = NULL; local
570 if ((policy_in = strdup(optarg)) == NULL)
780 if (setpolicy(s, policy_in) < 0)

Completed in 115 milliseconds