Searched refs:bi_fd (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/blocklist/bin/ |
| H A D | blacklistd.c | 125 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 D | blocklistd.c | 125 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 D | old_bl.h | 50 int bi_fd; member
|
| H A D | bl.h | 50 int bi_fd; member
|
| /freebsd/contrib/blocklist/lib/ |
| H A D | old_bl.c | 498 memcpy(&bi->bi_fd, CMSG_DATA(cmsg), sizeof(bi->bi_fd)); in bl_recv()
|
| H A D | bl.c | 498 memcpy(&bi->bi_fd, CMSG_DATA(cmsg), sizeof(bi->bi_fd)); in bl_recv()
|