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

/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dprivsep.h49 #define PRIVSEP_NBUF_MAX 24 macro
52 size_t buflen[PRIVSEP_NBUF_MAX];
H A Dprivsep.c336 char *bufs[PRIVSEP_NBUF_MAX];
351 for (i = 0; i < PRIVSEP_NBUF_MAX; i++) {
441 for (; count < PRIVSEP_NBUF_MAX; count++) {
451 if (count >= PRIVSEP_NBUF_MAX) {
973 * Safety check on the counts: PRIVSEP_NBUF_MAX max
982 if (count > PRIVSEP_NBUF_MAX) {
984 "privsep_script_exec count > PRIVSEP_NBUF_MAX\n");
1459 if (index >= PRIVSEP_NBUF_MAX) {

Completed in 67 milliseconds