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

/freebsd-13-stable/libexec/ftpd/
H A Dblacklist.c39 static struct blacklist *blstate; variable in typeref:struct:blacklist
47 blstate = blacklist_open();
54 if (blstate == NULL)
56 (void)blacklist_r(blstate, action, fd, msg);
/freebsd-13-stable/crypto/openssh/
H A Dblacklist.c52 static struct blacklist *blstate = NULL; variable in typeref:struct:blacklist
87 blstate = bl_create(false, NULL, im_log);
94 if (blstate != NULL && packet_connection_is_on_socket())
95 (void)blacklist_r(blstate, action,

Completed in 95 milliseconds