Searched refs:xformsw (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/sys/netinet/
H A Dip_ipsp.h343 const struct xformsw *tdb_xform; /* Transform to use */
528 struct xformsw { struct
533 int (*xf_init)(struct tdb *, const struct xformsw *,
630 int ipe4_init(struct tdb *, const struct xformsw *, struct ipsecinit *);
636 int ah_init(struct tdb *, const struct xformsw *, struct ipsecinit *);
648 int esp_init(struct tdb *, const struct xformsw *, struct ipsecinit *);
659 int ipcomp_init(struct tdb *, const struct xformsw *, struct ipsecinit *);
668 int tcp_signature_tdb_init(struct tdb *, const struct xformsw *,
H A Dip_ipsp.c143 const struct xformsw xformsw[] = { variable in typeref:struct:xformsw
200 const struct xformsw *const xformswNXFORMSW = &xformsw[nitems(xformsw)];
1161 const struct xformsw *xsp;
1167 for (xsp = xformsw; xsp < xformswNXFORMSW; xsp++) {
H A Dip_ipcomp.c83 ipcomp_init(struct tdb *tdbp, const struct xformsw *xsp, struct ipsecinit *ii)
H A Dip_ipip.c548 ipe4_init(struct tdb *tdbp, const struct xformsw *xsp, struct ipsecinit *ii)
H A Dip_ah.c102 ah_init(struct tdb *tdbp, const struct xformsw *xsp, struct ipsecinit *ii)
H A Dtcp_subr.c960 tcp_signature_tdb_init(struct tdb *tdbp, const struct xformsw *xsp,
H A Dip_esp.c96 esp_init(struct tdb *tdbp, const struct xformsw *xsp, struct ipsecinit *ii)

Completed in 163 milliseconds