Home
last modified time | relevance | path

Searched refs:scbuf (Results 1 – 1 of 1) sorted by relevance

/external/ipsec-tools/src/racoon/
Dschedule.c310 struct scheddump *scbuf, *p; in getstdin() local
312 sched_dump((caddr_t *)&scbuf, &len); in getstdin()
313 if (scbuf == NULL) in getstdin()
315 for (p = scbuf; len; p++) { in getstdin()
319 racoon_free(scbuf); in getstdin()