xformsw
ah_init(struct tdb *tdbp, const struct xformsw *xsp, struct ipsecinit *ii)
esp_init(struct tdb *tdbp, const struct xformsw *xsp, struct ipsecinit *ii)
ipcomp_init(struct tdb *tdbp, const struct xformsw *xsp, struct ipsecinit *ii)
ipe4_init(struct tdb *tdbp, const struct xformsw *xsp, struct ipsecinit *ii)
const struct xformsw *xsp;
for (xsp = xformsw; xsp < xformswNXFORMSW; xsp++) {
const struct xformsw xformsw[] = {
const struct xformsw *const xformswNXFORMSW = &xformsw[nitems(xformsw)];
const struct xformsw *tdb_xform; /* Transform to use */
int (*xf_init)(struct tdb *, const struct xformsw *,
int ipe4_init(struct tdb *, const struct xformsw *, struct ipsecinit *);
int ah_init(struct tdb *, const struct xformsw *, struct ipsecinit *);
int esp_init(struct tdb *, const struct xformsw *, struct ipsecinit *);
int ipcomp_init(struct tdb *, const struct xformsw *, struct ipsecinit *);
int tcp_signature_tdb_init(struct tdb *, const struct xformsw *,
tcp_signature_tdb_init(struct tdb *tdbp, const struct xformsw *xsp,