Searched refs:MAXWINS (Results 1 - 3 of 3) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Disakmp_cfg.h72 #define MAXWINS 4 macro
90 in_addr_t nbns4[MAXWINS];
161 struct in_addr wins4[MAXWINS]; /* IPv4 WINS (when client only) */
H A Dcfparse.y966 if (icc->nbns4_index > MAXWINS)
967 yyerror("No more than %d WINS", MAXWINS);
H A Disakmp_cfg.c2143 for (i = 0; i < MAXWINS; i++)

Completed in 27 milliseconds