HomeSort by relevance Sort by last modified time
    Searched refs:PRIVSEP_NBUF_MAX (Results 1 - 2 of 2) sorted by null

  /external/ipsec-tools/src/racoon/
privsep.h 46 #define PRIVSEP_NBUF_MAX 24
49 size_t buflen[PRIVSEP_NBUF_MAX];
privsep.c 292 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 52 milliseconds