Home
last modified time | relevance | path

Searched refs:bi_fd (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/blocklist/bin/
H A Dblacklistd.c125 if (getpeername(bi->bi_fd, (void *)rss, rsl) != -1) in getremoteaddress()
201 bi->bi_type, bi->bi_fd, rbuf, in process()
206 if (conf_find(bi->bi_fd, bi->bi_uid, &rss, &c) == NULL) { in process()
273 close(bi->bi_fd); in process()
H A Dblocklistd.c125 if (getpeername(bi->bi_fd, (void *)rss, rsl) != -1) in getremoteaddress()
201 bi->bi_type, bi->bi_fd, rbuf, in process()
206 if (conf_find(bi->bi_fd, bi->bi_uid, &rss, &c) == NULL) { in process()
273 close(bi->bi_fd); in process()
/freebsd/contrib/blocklist/include/
H A Dold_bl.h50 int bi_fd; member
H A Dbl.h50 int bi_fd; member
/freebsd/contrib/blocklist/lib/
H A Dold_bl.c498 memcpy(&bi->bi_fd, CMSG_DATA(cmsg), sizeof(bi->bi_fd)); in bl_recv()
H A Dbl.c498 memcpy(&bi->bi_fd, CMSG_DATA(cmsg), sizeof(bi->bi_fd)); in bl_recv()