HomeSort by: relevance | last modified time | path
    Searched refs:bl_t (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/blocklist/include/
bl.h 66 typedef struct blocklist *bl_t; typedef in typeref:struct:blocklist
68 bl_t bl_create(bool, const char *,
70 void bl_destroy(bl_t);
71 int bl_send(bl_t, bl_type_t, int, const struct sockaddr *, socklen_t,
73 int bl_getfd(bl_t);
74 bl_info_t *bl_recv(bl_t);
75 bool bl_isconnected(bl_t);
  /src/external/bsd/blocklist/lib/
bl.c 99 bl_isconnected(bl_t b)
105 bl_getfd(bl_t b)
111 bl_reset(bl_t b, bool locked)
125 bl_log(bl_t b, int level, const char *fmt, ...)
140 bl_init(bl_t b, bool srv)
293 bl_t
298 bl_t b = calloc(1, sizeof(*b));
320 bl_destroy(bl_t b)
327 bl_getsock(bl_t b, struct sockaddr_storage *ss, const struct sockaddr *sa,
371 bl_send(bl_t b, bl_type_t e, int pfd, const struct sockaddr *sa
    [all...]
  /src/external/bsd/blocklist/bin/
blocklistd.c 171 process(bl_t bl)
341 addfd(struct pollfd **pfdp, bl_t **blp, size_t *nfd, size_t *maxfd,
344 bl_t bl = bl_create(true, path, vflag ? vdlog : vsyslog_r);
523 bl_t *bl = NULL;

Completed in 40 milliseconds