Home | History | Annotate | Download | only in racoon

Lines Matching refs:sc

113 	{ f_getsched,	ADMIN_SHOW_SCHED,	"sc" },
1312 struct scheddump *sc = (struct scheddump *)buf;
1316 if (len % sizeof(*sc))
1318 len /= sizeof(*sc);
1324 tm = localtime(&sc->created);
1328 sc->id,
1329 (long)sc->tick,
1330 (long)sc->xtime,
1332 sc++;