Home
last modified time | relevance | path

Searched defs:xformsw (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/netinet/
H A Dip_ipsp.h528 struct xformsw { struct
533 int (*xf_init)(struct tdb *, const struct xformsw *, argument
535 int (*xf_zeroize)(struct tdb *); /* termination */
536 int (*xf_input)(struct mbuf **, struct tdb *, int, int);
537 int (*xf_output)(struct mbuf *, struct tdb *, int, int);
H A Dip_ipsp.c143 const struct xformsw xformsw[] = { variable