Home | Sort by: relevance | last modified time | path |
/src/sys/netipsec/ | |
ipsec.c | 1868 static struct xformsw *xforms = NULL; variable in typeref:struct:xformsw * 1876 xsp->xf_next = xforms; 1877 xforms = xsp; 1890 for (xsp = xforms; xsp; xsp = xsp->xf_next) |
ipsec.c | 1868 static struct xformsw *xforms = NULL; variable in typeref:struct:xformsw * 1876 xsp->xf_next = xforms; 1877 xforms = xsp; 1890 for (xsp = xforms; xsp; xsp = xsp->xf_next) |