Home
last modified time | relevance | path

Searched refs:blocklist_notify (Results 1 – 2 of 2) sorted by relevance

/src/crypto/openssh/
H A Dblocklist_client.h48 void blocklist_notify(struct ssh *, int, const char *);
51 #define BLOCKLIST_NOTIFY(ssh,x,msg) blocklist_notify(ssh,x,msg)
H A Dblocklist.c91 blocklist_notify(struct ssh *ssh, int action, const char *msg) in blocklist_notify() function