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/files.netinet

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.netinet,v 1.20 2008/01/25 21:12:14 joerg Exp $
    2 
    3 defflag opt_tcp_debug.h         TCP_DEBUG
    4 defparam opt_tcp_debug.h        TCP_NDEBUG
    5 defflag opt_inet.h              INET INET6 TCP_SIGNATURE
    6                                 TCP_OUTPUT_COUNTERS TCP_REASS_COUNTERS IPSELSRC
    7 defparam opt_inet_conf.h        SUBNETSARELOCAL HOSTZEROBROADCAST
    8 
    9 defflag                         MROUTING
   10 defflag                         PIM
   11 defflag                         TCP_COMPAT_42
   12 
   13 defparam opt_tcp_space.h        TCP_RECVSPACE TCP_SENDSPACE
   14 
   15 defflag opt_inet_csum.h         INET_CSUM_COUNTERS TCP_CSUM_COUNTERS
   16                                 UDP_CSUM_COUNTERS
   17 
   18 defparam opt_tcp_congctl.h      TCP_CONGCTL_DEFAULT
   19 
   20 file    netinet/igmp.c          inet
   21 file    netinet/in.c            inet
   22 file    netinet/in_offload.c    inet
   23 file    netinet/in_pcb.c        inet
   24 file    netinet/in_proto.c      inet
   25 file    netinet/in_selsrc.c     inet & ipselsrc
   26 file    netinet/ip_flow.c       inet & gateway
   27 file    netinet/ip_icmp.c       inet
   28 file    netinet/ip_id.c         inet
   29 file    netinet/ip_input.c      inet
   30 file    netinet/ip_mroute.c     inet & mrouting
   31 file    netinet/ip_output.c     inet
   32 file    netinet/raw_ip.c        inet
   33 
   34 file    netinet/tcp_debug.c     (inet | inet6) & tcp_debug
   35 file    netinet/tcp_input.c     inet | inet6
   36 file    netinet/tcp_output.c    inet | inet6
   37 file    netinet/tcp_sack.c      inet | inet6
   38 file    netinet/tcp_subr.c      inet | inet6
   39 file    netinet/tcp_timer.c     inet | inet6
   40 file    netinet/tcp_usrreq.c    inet | inet6
   41 file    netinet/tcp_congctl.c   inet | inet6
   42 
   43 file    netinet/udp_usrreq.c    inet | inet6

Cache object: 2b84f358eb25207ce95cbcc908926998


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