Searched refs:bl_create (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | blacklist.c | 58 struct blacklist *bl_create(bool, char *, void (*)(int, const char *, va_list)); 87 blstate = bl_create(false, NULL, im_log); in blacklist_init()
|
/freebsd/contrib/blocklist/include/ |
H A D | bl.h | 68 bl_t bl_create(bool, const char *, void (*)(int, const char *, va_list));
|
/freebsd/contrib/blocklist/lib/ |
H A D | blacklist.c | 101 return bl_create(false, NULL, vsyslog); in blacklist_open()
|
H A D | bl.c | 278 bl_create(bool srv, const char *path, void (*fun)(int, const char *, va_list)) in bl_create() function
|
/freebsd/contrib/blocklist/test/ |
H A D | srvtest.c | 189 b = bl_create(false, "blsock", vsyslog); in main()
|
/freebsd/contrib/blocklist/bin/ |
H A D | blacklistd.c | 337 bl_t bl = bl_create(true, path, vflag ? vdlog : vsyslog); in addfd()
|