Searched refs:blocklist_notify (Results 1 – 2 of 2) sorted by relevance
48 void blocklist_notify(struct ssh *, int, const char *);51 #define BLOCKLIST_NOTIFY(ssh,x,msg) blocklist_notify(ssh,x,msg)
91 blocklist_notify(struct ssh *ssh, int action, const char *msg) in blocklist_notify() function