Deleted Added
full compact
ng_UI.h (122481) ng_UI.h (139823)
1
2/*
3 * ng_UI.h
1/*
2 * ng_UI.h
4 *
3 */
4
5/*-
5 * Copyright (c) 1996-1999 Whistle Communications, Inc.
6 * All rights reserved.
7 *
8 * Subject to the following obligations and disclaimer of warranty, use and
9 * redistribution of this software, in source or object code forms, with or
10 * without modifications are expressly permitted by Whistle Communications;
11 * provided, however, that:
12 * 1. Any and all reproductions of the source or object code must include the

--- 18 unchanged lines hidden (view full) ---

31 * SERVICES, LOSS OF USE, DATA OR PROFITS, HOWEVER CAUSED AND UNDER ANY
32 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
33 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34 * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY
35 * OF SUCH DAMAGE.
36 *
37 * Author: Julian Elischer <julian@freebsd.org>
38 *
6 * Copyright (c) 1996-1999 Whistle Communications, Inc.
7 * All rights reserved.
8 *
9 * Subject to the following obligations and disclaimer of warranty, use and
10 * redistribution of this software, in source or object code forms, with or
11 * without modifications are expressly permitted by Whistle Communications;
12 * provided, however, that:
13 * 1. Any and all reproductions of the source or object code must include the

--- 18 unchanged lines hidden (view full) ---

32 * SERVICES, LOSS OF USE, DATA OR PROFITS, HOWEVER CAUSED AND UNDER ANY
33 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35 * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY
36 * OF SUCH DAMAGE.
37 *
38 * Author: Julian Elischer <julian@freebsd.org>
39 *
39 * $FreeBSD: head/sys/netgraph/ng_UI.h 122481 2003-11-11 12:30:37Z ru $
40 * $FreeBSD: head/sys/netgraph/ng_UI.h 139823 2005-01-07 01:45:51Z imp $
40 * $Whistle: ng_UI.h,v 1.6 1999/01/20 00:54:15 archie Exp $
41 */
42
43#ifndef _NETGRAPH_NG_UI_H_
44#define _NETGRAPH_NG_UI_H_
45
46/* Node type name and cookie */
47#define NG_UI_NODE_TYPE "UI"
48#define NGM_UI_COOKIE 884639499
49
50/* Hook names */
51#define NG_UI_HOOK_DOWNSTREAM "downstream"
52#define NG_UI_HOOK_UPSTREAM "upstream"
53
54#endif /* _NETGRAPH_NG_UI_H_ */
55
41 * $Whistle: ng_UI.h,v 1.6 1999/01/20 00:54:15 archie Exp $
42 */
43
44#ifndef _NETGRAPH_NG_UI_H_
45#define _NETGRAPH_NG_UI_H_
46
47/* Node type name and cookie */
48#define NG_UI_NODE_TYPE "UI"
49#define NGM_UI_COOKIE 884639499
50
51/* Hook names */
52#define NG_UI_HOOK_DOWNSTREAM "downstream"
53#define NG_UI_HOOK_UPSTREAM "upstream"
54
55#endif /* _NETGRAPH_NG_UI_H_ */
56