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.3 2005/12/11 12:24:51 christos Exp $
    2 
    3 defpseudo pf:           ifnet
    4 defpseudo pflog:        ifnet
    5 #defpseudo pfsync:      ifnet
    6 
    7 file    dist/pf/net/pf.c                pf              needs-flag
    8 file    dist/pf/net/pf_norm.c           pf
    9 file    dist/pf/net/pf_if.c             pf
   10 file    dist/pf/net/pf_ioctl.c          pf
   11 file    dist/pf/net/pf_table.c          pf
   12 file    dist/pf/net/pf_osfp.c           pf
   13 file    dist/pf/net/if_pflog.c          pflog           needs-flag
   14 #file   dist/pf/net/if_pfsync.c         pfsync          needs-flag
   15 
   16 makeoptions     pf      CPPFLAGS+="-I$S/dist/pf"
   17 
   18 makeoptions     pf      "CWARNFLAGS.pf.c"+="-Wno-shadow"
   19 makeoptions     pf      "CWARNFLAGS.pf_norm.c"+="-Wno-shadow"
   20 makeoptions     pf      "CWARNFLAGS.pf_ioctl.c"+="-Wno-shadow"

Cache object: 36d614c4a0c7902d0ec6abde945d7a89


[ 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.