Searched refs:PRIVSEP_NBUF_MAX (Results 1 - 2 of 2) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dprivsep.h46 #define PRIVSEP_NBUF_MAX 24 macro
49 size_t buflen[PRIVSEP_NBUF_MAX];
H A Dprivsep.c292 char *bufs[PRIVSEP_NBUF_MAX];
307 for (i = 0; i < PRIVSEP_NBUF_MAX; i++) {
397 for (; count < PRIVSEP_NBUF_MAX; count++) {
407 if (count >= PRIVSEP_NBUF_MAX) {
810 * Safety check on the counts: PRIVSEP_NBUF_MAX max
819 if (count > PRIVSEP_NBUF_MAX) {
821 "privsep_script_exec count > PRIVSEP_NBUF_MAX\n");
1076 if (index >= PRIVSEP_NBUF_MAX) {

Completed in 1986 milliseconds