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/netinet/Makefile

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: Makefile,v 1.32 2022/10/28 05:23:09 ozaki-r Exp $
    2 
    3 INCSDIR= /usr/include/netinet
    4 
    5 INCS=   dccp.h icmp6.h icmp_var.h if_ether.h if_inarp.h igmp.h \
    6         igmp_var.h in.h in_gif.h in_l2tp.h in_pcb.h \
    7         in_offload.h in_selsrc.h in_systm.h \
    8         in_var.h ip.h ip_carp.h ip6.h ip_ecn.h ip_encap.h \
    9         ip_icmp.h ip_mroute.h ip_var.h pim.h pim_var.h portalgo.h \
   10         sctp.h sctp_uio.h \
   11         tcp.h tcp_debug.h tcp_fsm.h tcp_seq.h tcp_syncache.h tcp_timer.h \
   12         tcp_var.h tcpip.h udp.h udp_var.h \
   13         tcp_vtw.h
   14 
   15 # ipfilter headers
   16 # XXX shouldn't be here
   17 .include <bsd.own.mk>
   18 
   19 INCS+=  ip_compat.h     # always needed by kdump(1)
   20 
   21 .if (${MKIPFILTER} != "no")
   22 INCS+=  ip_auth.h ip_fil.h ip_frag.h ip_htable.h ip_nat.h \
   23         ip_lookup.h ip_pool.h ip_proxy.h ip_scan.h ip_state.h ip_sync.h \
   24         ipf_rb.h ipl.h
   25 .endif
   26 
   27 .include <bsd.kinc.mk>
   28 
   29 .PATH: ${NETBSDSRCDIR}/sys/external/bsd/ipf/netinet

Cache object: 7a227276dcc2179329555b7cd6e7aff5


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