Searched refs:blstate (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | blacklist.c | 52 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 D | proftpd.diff | 91 +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 D | ssh.diff | 12 +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 D | ftpd.diff | 9 +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 D | named.diff | 15 +static struct blacklist *blstate; 20 + if (blstate == NULL) 21 + blstate = blacklist_open(); 42 + blacklist_sa_r(blstate,
|