Home
last modified time | relevance | path

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

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