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/servers/inet/const.h

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 /*
    2 inet/const.h
    3 
    4 Created:        Dec 30, 1991 by Philip Homburg
    5 
    6 Copyright 1995 Philip Homburg
    7 */
    8 
    9 #ifndef INET__CONST_H
   10 #define INET__CONST_H
   11 
   12 #ifndef DEBUG
   13 #define DEBUG   0
   14 #endif
   15 
   16 #ifndef NDEBUG
   17 #define NDEBUG  0
   18 #endif
   19 
   20 #define CLOCK_GRAN      1       /* in HZ */
   21 
   22 #define where() printf("%s, %d: ", __FILE__, __LINE__)
   23 
   24 #define NW_SUSPEND      SUSPEND
   25 #define NW_WOULDBLOCK   EWOULDBLOCK
   26 #define NW_OK           OK
   27 
   28 #define BUF_S           512
   29 
   30 #endif /* INET__CONST_H */
   31 
   32 /*
   33  * $PchId: const.h,v 1.7 2000/08/12 09:21:44 philip Exp $
   34  */

Cache object: ebfb082c15b4972f6f3b1916bfcdcde9


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