HomeSort by: relevance | last modified time | path
    Searched defs:policy_out (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/ping/
ping.c 251 char *policy_out = NULL; local in function:main
430 policy_out = strdup(optarg);
431 if (!policy_out)
620 if (policy_out != NULL) {
621 buf = ipsec_set_policy(policy_out, strlen(policy_out));
  /src/sbin/ping6/
ping6.c 296 char *policy_out = NULL; local in function:main
543 if ((policy_out = strdup(optarg)) == NULL)
720 if (setpolicy(s, policy_out) < 0)

Completed in 14 milliseconds