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/dev/cp/ng_cp.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  * Defines for Cronyx-Tau-PCI adapter driver.
    3  *
    4  * Copyright (C) 1999-2004 Cronyx Engineering.
    5  * Author: Kurakin Roman, <rik@cronyx.ru>
    6  *
    7  * This software is distributed with NO WARRANTIES, not even the implied
    8  * warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    9  *
   10  * Authors grant any other persons or organisations a permission to use,
   11  * modify and redistribute this software in source and binary forms,
   12  * as long as this message is kept with the software, all derivative
   13  * works or modified versions.
   14  *
   15  * $Cronyx: ng_cp.h,v 1.1.2.4 2004/01/27 14:39:11 rik Exp $
   16  * $FreeBSD: releng/10.4/sys/dev/cp/ng_cp.h 139749 2005-01-06 01:43:34Z imp $
   17  */
   18 
   19 #ifdef NETGRAPH
   20 
   21 #ifndef _CP_NETGRAPH_H_
   22 #define _CP_NETGRAPH_H_
   23 
   24 #define NG_CP_NODE_TYPE         "cp"
   25 #define NGM_CP_COOKIE           941049562
   26 #define NG_CP_HOOK_RAW          "rawdata"
   27 #define NG_CP_HOOK_DEBUG        "debug"
   28 
   29 #endif /* _CP_NETGRAPH_H_ */
   30 
   31 #endif /* NETGRAPH */

Cache object: 56ab8a445fcd373eae166041b59b57de


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