The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/net/files.pf

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 #       $NetBSD: files.pf,v 1.4 2008/06/18 09:06:28 yamt Exp $
    2 
    3 defpseudo pf:           ifnet
    4 defpseudo pflog:        ifnet
    5 #defpseudo pfsync:      ifnet
    6 
    7 file    dist/pf/net/if_pflog.c          pflog           needs-flag
    8 #file   dist/pf/net/if_pfsync.c         pfsync          needs-flag
    9 
   10 file    dist/pf/net/pf.c                pf              needs-flag
   11 file    dist/pf/net/pf_if.c             pf
   12 file    dist/pf/net/pf_ioctl.c          pf
   13 file    dist/pf/net/pf_norm.c           pf
   14 file    dist/pf/net/pf_osfp.c           pf
   15 file    dist/pf/net/pf_ruleset.c        pf
   16 file    dist/pf/net/pf_table.c          pf
   17 
   18 file    dist/pf/net/if_compat.c         pf
   19 file    dist/pf/net/pf_mtag.c           pf
   20 file    dist/pf/netinet/tcp_rndiss.c    pf
   21 
   22 makeoptions     pf      CPPFLAGS+="-I$S/dist/pf"
   23 
   24 makeoptions     pf      "CWARNFLAGS.pf.c"+="-Wno-shadow"
   25 makeoptions     pf      "CWARNFLAGS.pf_ioctl.c"+="-Wno-shadow"
   26 makeoptions     pf      "CWARNFLAGS.pf_norm.c"+="-Wno-shadow"

Cache object: e21f6cec8794063830035b601ac83e87


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.