]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/kpi_socketfilter.h
xnu-3247.1.106.tar.gz
[apple/xnu.git] / bsd / sys / kpi_socketfilter.h
index c52153117c22b9f372566c4da5edfedbbb32a3ba..14fef1c2a96267054e5a236066c86bac60594c09 100644 (file)
@@ -564,6 +564,7 @@ struct sflt_filter {
                desciption of domain, type, and protocol.
        @param filter A structure describing the filter.
        @param domain The protocol domain these filters will be attached to.
+               Only PF_INET & PF_INET6 domains are supported.
        @param type The socket type these filters will be attached to.
        @param protocol The protocol these filters will be attached to.
        @result 0 on success otherwise the errno error.