Symbol: sdlist
libexec/spamd/sdl.c
132
struct sdlist *tmp;
libexec/spamd/sdl.c
135
sizeof(struct sdlist));
libexec/spamd/sdl.c
358
struct sdlist **tmp; \
libexec/spamd/sdl.c
360
tmp = reallocarray(sd, l + 128, sizeof(struct sdlist *)); \
libexec/spamd/sdl.c
372
static struct sdlist **
libexec/spamd/sdl.c
373
sdl_lookup_v4(struct sdlist *sdl, struct in_addr *src)
libexec/spamd/sdl.c
377
struct sdlist **sdnew = NULL;
libexec/spamd/sdl.c
393
static struct sdlist **
libexec/spamd/sdl.c
394
sdl_lookup_v6(struct sdlist *sdl, struct sdaddr_v6 *src)
libexec/spamd/sdl.c
398
struct sdlist **sdnew = NULL;
libexec/spamd/sdl.c
41
static void sdl_free(struct sdlist *);
libexec/spamd/sdl.c
418
struct sdlist **
libexec/spamd/sdl.c
419
sdl_lookup(struct sdlist *head, int af, void *src)
libexec/spamd/sdl.c
42
static void sdl_clear(struct sdlist *);
libexec/spamd/sdl.c
435
sdl_check_v4(struct sdlist *sdl, struct in_addr *src)
libexec/spamd/sdl.c
447
sdl_check_v6(struct sdlist *sdl, struct sdaddr_v6 *src)
libexec/spamd/sdl.c
45
struct sdlist *blacklists = NULL;
libexec/spamd/sdl.c
463
sdl_check(struct sdlist *head, int af, void *src)
libexec/spamd/sdl.c
479
sdl_free(struct sdlist *sdl)
libexec/spamd/sdl.c
489
sdl_clear(struct sdlist *sdl)
libexec/spamd/sdl.h
65
int sdl_check(struct sdlist *, int, void *);
libexec/spamd/sdl.h
66
struct sdlist **sdl_lookup(struct sdlist *, int, void *);
libexec/spamd/spamd.c
141
extern struct sdlist *blacklists;
libexec/spamd/spamd.c
562
struct sdlist **matches;
libexec/spamd/spamd.c
587
struct sdlist **matches;
libexec/spamd/spamd.c
61
struct sdlist **blacklists;