HomeSort by: relevance | last modified time | path
    Searched defs:blstate (Results 1 - 3 of 3) sorted by relevancy

  /src/libexec/ftpd/
pfilter.c 9 static struct blocklist *blstate; variable in typeref:struct:blocklist *
14 if (blstate == NULL)
15 blstate = blocklist_open();
23 if (blstate == NULL)
26 blocklist_r(blstate, what, STDIN_FILENO, msg);
  /src/lib/libwrap/
hosts_access.c 110 static struct blocklist *blstate; local in function:pfilter_notify
113 if (blstate == NULL) {
114 blstate = blocklist_open();
117 blocklist_sa_r(blstate, b, fd, request->client->sin,
120 blocklist_r(blstate, b, fd, request->daemon);
  /src/libexec/httpd/
bozohttpd.c 2207 static struct blocklist *blstate; variable in typeref:struct:blocklist *
2213 if (blstate == NULL)
2214 blstate = blocklist_open();
2216 if (blstate == NULL)
2219 (void)blocklist_r(blstate, what, 0, http_errors_short(code));

Completed in 13 milliseconds