This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
sys
/
modules
/
accf_dns
/
Makefile
9 lines
99 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add an accept filter for TCP based DNS requests. It waits until the whole first request is present before returning from accept.
2008-07-18 14:44:51 +00:00
# $FreeBSD$
sys/modules: normalize .CURDIR-relative paths to SRCTOP This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
2017-03-04 10:10:17 +00:00
.PATH
:
${
SRCTOP
}/
sys
/
netinet
Add an accept filter for TCP based DNS requests. It waits until the whole first request is present before returning from accept.
2008-07-18 14:44:51 +00:00
KMOD
=
accf_dns
SRCS
=
accf_dns.c
.
i
n
c
l
u
d
e
<
b
s
d
.
k
m
o
d
.
m
k
>
Reference in New Issue
Copy Permalink