Home
last modified time | relevance | path

Searched refs:blstate (Results 1 – 6 of 6) sorted by relevance

/src/crypto/openssh/
H A Dblocklist.c52 static struct blocklist *blstate = NULL; variable
87 blstate = bl_create(false, NULL, im_log); in blocklist_init()
94 if (blstate != NULL && ssh_packet_connection_is_on_socket(ssh)) in blocklist_notify()
95 (void)blocklist_r(blstate, action, in blocklist_notify()
/src/contrib/blocklist/diff/
H A Dpostfix.diff12 +static struct blocklist *blstate;
17 + if (blstate == NULL)
18 + blstate = blocklist_open();
19 + if (blstate == NULL)
21 + (void)blocklist_r(blstate, a, fd, "smtpd");
23 + blocklist_close(blstate);
24 + blstate = NULL;
H A Dproftpd.diff91 +static struct blocklist *blstate;
97 + if (blstate == NULL)
98 + blstate = blocklist_open();
118 + if (blstate == NULL)
120 + if (blstate == NULL)
122 + (void)blocklist_r(blstate, a, fd, "proftpd");
H A Dssh.diff12 +static struct blocklist *blstate;
17 + blstate = blocklist_open();
24 + if (blstate == NULL)
26 + if (blstate == NULL)
30 + (void)blocklist_r(blstate, a, fd, "ssh");
32 + blocklist_close(blstate);
33 + blstate = NULL;
H A Dftpd.diff9 +static struct blocklist *blstate;
14 + if (blstate == NULL)
15 + blstate = blocklist_open();
23 + if (blstate == NULL)
26 + blocklist_r(blstate, what, 0, msg);
H A Dnamed.diff15 +static struct blocklist *blstate;
20 + if (blstate == NULL)
21 + blstate = blocklist_open();
42 + blocklist_sa_r(blstate,