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

/openbsd-current/libexec/spamd/
H A Dgrey.c74 u_int whitecount, whitealloc; variable
307 for (i = 0; i < whitecount; i++) {
311 whitecount = 0;
352 if (whitecount == whitealloc) {
364 whitelist[whitecount] = strdup(addr);
365 if (whitelist[whitecount] == NULL) {
369 whitecount++;
611 configure_pf(whitelist, whitecount);

Completed in 66 milliseconds