Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dblacklist.c52 static struct blacklist *blstate = NULL; variable
87 blstate = bl_create(false, NULL, im_log); in blacklist_init()
94 if (blstate != NULL && ssh_packet_connection_is_on_socket(ssh)) in blacklist_notify()
95 (void)blacklist_r(blstate, action, in blacklist_notify()
/freebsd/contrib/blocklist/diff/
H A Dproftpd.diff91 +static struct blacklist *blstate;
97 + if (blstate == NULL)
98 + blstate = blacklist_open();
118 + if (blstate == NULL)
120 + if (blstate == NULL)
122 + (void)blacklist_r(blstate, a, fd, "proftpd");
H A Dssh.diff12 +static struct blacklist *blstate;
17 + blstate = blacklist_open();
24 + if (blstate == NULL)
26 + if (blstate == NULL)
30 + (void)blacklist_r(blstate, a, fd, "ssh");
32 + blacklist_close(blstate);
33 + blstate = NULL;
H A Dftpd.diff9 +static struct blacklist *blstate;
14 + if (blstate == NULL)
15 + blstate = blacklist_open();
23 + if (blstate == NULL)
26 + blacklist_r(blstate, what, 0, msg);
H A Dnamed.diff15 +static struct blacklist *blstate;
20 + if (blstate == NULL)
21 + blstate = blacklist_open();
42 + blacklist_sa_r(blstate,