ng_ct.h revision 302408
1218893Sdim/*-
2193326Sed * Defines for Cronyx-Tau adapter driver.
3353358Sdim *
4353358Sdim * Copyright (C) 1999-2004 Cronyx Engineering.
5353358Sdim * Author: Kurakin Roman, <rik@cronyx.ru>
6193326Sed *
7193326Sed * This software is distributed with NO WARRANTIES, not even the implied
8193326Sed * warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
9193326Sed *
10314564Sdim * Authors grant any other persons or organisations a permission to use,
11193326Sed * modify and redistribute this software in source and binary forms,
12193326Sed * as long as this message is kept with the software, all derivative
13193326Sed * works or modified versions.
14280031Sdim *
15280031Sdim * Cronyx Id: ng_ct.h,v 1.1.2.3 2004/01/27 14:39:11 rik Exp $
16280031Sdim * $FreeBSD: stable/11/sys/dev/ctau/ng_ct.h 139749 2005-01-06 01:43:34Z imp $
17280031Sdim */
18280031Sdim
19280031Sdim#ifdef NETGRAPH
20280031Sdim
21193326Sed#ifndef _CT_NETGRAPH_H_
22193326Sed#define _CT_NETGRAPH_H_
23193326Sed
24314564Sdim#define NG_CT_NODE_TYPE		"ct"
25314564Sdim#define NGM_CT_COOKIE		942835777
26314564Sdim#define NG_CT_HOOK_RAW		"rawdata"
27314564Sdim#define NG_CT_HOOK_DEBUG	"debug"
28314564Sdim
29314564Sdim#endif /* _CT_NETGRAPH_H_ */
30314564Sdim
31314564Sdim#endif /* NETGRAPH */
32314564Sdim