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.6.2.1 2004/08/13 03:54:55 jmc Exp $
    2 
    3 INCSDIR= /usr/include/netinet
    4 
    5 INCS=   icmp6.h icmp_var.h if_atm.h if_ether.h if_inarp.h \
    6         igmp.h igmp_var.h in.h in_gif.h in_pcb.h in_pcb_hdr.h in_systm.h \
    7         in_var.h ip.h ip6.h ip_auth.h ip_compat.h ip_ecn.h \
    8         ip_encap.h ip_fil.h ip_frag.h ip_gre.h ip_htable.h \
    9         ip_icmp.h ip_lookup.h ip_mroute.h ip_nat.h ip_pool.h ip_proxy.h \
   10         ip_scan.h ip_state.h ip_sync.h ip_var.h tcp.h \
   11         tcp_debug.h tcp_fsm.h tcp_seq.h tcp_timer.h tcp_var.h \
   12         tcpip.h udp.h udp_var.h
   13 
   14 .include <bsd.kinc.mk>

Cache object: e66bba03a2d0cab959cd2fe72e16a860


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