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

  /external/ipsec-tools/src/racoon/
isakmp_cfg.h 72 #define MAXWINS 4
90 in_addr_t nbns4[MAXWINS];
161 struct in_addr wins4[MAXWINS]; /* IPv4 WINS (when client only) */
cfparse.y 966 if (icc->nbns4_index > MAXWINS)
967 yyerror("No more than %d WINS", MAXWINS);
    [all...]
isakmp_cfg.c     [all...]

Completed in 97 milliseconds