Searched refs:blacklist_r (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/blocklist/include/ |
H A D | blacklist.h | 40 int blacklist_r(struct blacklist *, int, int, const char *);
|
/freebsd/contrib/blocklist/lib/ |
H A D | Makefile | 15 MLINKS+=libblacklist.3 blacklist_r.3
|
H A D | blacklist.c | 94 blacklist_r(struct blacklist *bl, int action, int rfd, const char *msg) in blacklist_r() function
|
/freebsd/crypto/openssh/ |
H A D | blacklist.c | 95 (void)blacklist_r(blstate, action, in blacklist_notify()
|
/freebsd/lib/libblacklist/ |
H A D | Makefile | 25 libblacklist.3 blacklist_r.3 \
|
/freebsd/contrib/blocklist/diff/ |
H A D | ftpd.diff | 26 + blacklist_r(blstate, what, 0, msg);
|
H A D | proftpd.diff | 122 + (void)blacklist_r(blstate, a, fd, "proftpd");
|
H A D | ssh.diff | 30 + (void)blacklist_r(blstate, a, fd, "ssh");
|
/freebsd/contrib/blocklist/test/ |
H A D | srvtest.c | 74 blacklist_r(b, 1, afd, buffer); in process_tcp()
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 182 OLD_FILES+=usr/share/man/man3/blacklist_r.3.gz
|