Searched refs:blacklist_notify (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/libexec/ftpd/
H A Dblacklist_client.h43 void blacklist_notify(int, int, const char *);
46 #define BLACKLIST_NOTIFY(x, y, z) blacklist_notify(x, y, z)
H A Dblacklist.c51 blacklist_notify(int action, int fd, const char *msg) function
/freebsd-12-stable/crypto/openssh/
H A Dblacklist_client.h48 void blacklist_notify(int, const char *);
51 #define BLACKLIST_NOTIFY(x,msg) blacklist_notify(x,msg)
H A Dblacklist.c91 blacklist_notify(int action, const char *msg) function

Completed in 126 milliseconds