Lines Matching refs:policy
57 ipsecsetup(int af, int fd, const char *policy)
62 if (policy == NULL || *policy == '\0')
65 p0 = p = strdup(policy);
89 ipsecsetup_test(const char *policy)
95 if (policy == NULL)
97 p0 = p = strdup(policy);
126 ipsecsetup0(int af, int fd, const char *policy, int commit)
148 buf = ipsec_set_policy(policy, (int)strlen(policy));