This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-03-12 05:32:15 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
d815e42419
opnsense-src
/
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 10:44:51 -04: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 05:10:17 -05: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 10:44:51 -04: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 a new issue
Copy permalink