1139749Simp/*-
2126177Srik * Defines for Cronyx-Tau adapter driver.
3126177Srik *
4126177Srik * Copyright (C) 1999-2004 Cronyx Engineering.
5126177Srik * Author: Kurakin Roman, <rik@cronyx.ru>
6126177Srik *
7126177Srik * This software is distributed with NO WARRANTIES, not even the implied
8126177Srik * warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
9126177Srik *
10126177Srik * Authors grant any other persons or organisations a permission to use,
11126177Srik * modify and redistribute this software in source and binary forms,
12126177Srik * as long as this message is kept with the software, all derivative
13126177Srik * works or modified versions.
14126177Srik *
15126177Srik * Cronyx Id: ng_ct.h,v 1.1.2.3 2004/01/27 14:39:11 rik Exp $
16126177Srik * $FreeBSD: releng/11.0/sys/dev/ctau/ng_ct.h 139749 2005-01-06 01:43:34Z imp $
17126177Srik */
18126177Srik
19126177Srik#ifdef NETGRAPH
20126177Srik
21126177Srik#ifndef _CT_NETGRAPH_H_
22126177Srik#define _CT_NETGRAPH_H_
23126177Srik
24126177Srik#define NG_CT_NODE_TYPE		"ct"
25126177Srik#define NGM_CT_COOKIE		942835777
26126177Srik#define NG_CT_HOOK_RAW		"rawdata"
27126177Srik#define NG_CT_HOOK_DEBUG	"debug"
28126177Srik
29126177Srik#endif /* _CT_NETGRAPH_H_ */
30126177Srik
31126177Srik#endif /* NETGRAPH */
32