Searched refs:MAXNS (Results 1 - 4 of 4) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Disakmp_cfg.h40 #ifndef MAXNS
41 #define MAXNS 2 macro
88 in_addr_t dns4[MAXNS];
159 struct in_addr dns4[MAXNS]; /* IPv4 DNS (when client only) */
H A Disakmp_cfg.c403 &iph1->mode_cfg->dns4_index, MAXNS);
409 &iph1->mode_cfg->wins4_index, MAXNS);
1876 char addrlist[IP_MAX * MAXNS + MAXNS];
2140 for (i = 0; i < MAXNS; i++)
H A Dcfparse.y945 if (icc->dns4_index > MAXNS)
946 yyerror("No more than %d DNS", MAXNS);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cc368 for (int i = 0; i < MAXNS && cnt < nfd; i++) {

Completed in 105 milliseconds