Home
last modified time | relevance | path

Searched refs:copytransforms (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sbin/ipsecctl/
H A Dparse.y192 struct ipsec_transforms *copytransforms(const struct ipsec_transforms *);
2133 copytransforms(const struct ipsec_transforms *xfs) in copytransforms() function
2272 r->xfs = copytransforms(rule->xfs); in copyrule()
2273 r->p1xfs = copytransforms(rule->p1xfs); in copyrule()
2274 r->p2xfs = copytransforms(rule->p2xfs); in copyrule()
2535 reverse->xfs = copytransforms(rule->xfs); in reverse_sa()