debug.c (f8307e1233657707bc582110f07373c96d91943b) debug.c (e489a907c49f80c9fe0e4738ec08e4f2407da3df)
1
2/*
3 * debug.c
4 *
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

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

98};
99
100#define COOKIE(c) { NGM_ ## c ## _COOKIE, #c }
101
102/* List of known cookies */
103static const struct ng_cookie cookies[] = {
104 COOKIE(UI),
105 COOKIE(ASYNC),
1
2/*
3 * debug.c
4 *
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

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

98};
99
100#define COOKIE(c) { NGM_ ## c ## _COOKIE, #c }
101
102/* List of known cookies */
103static const struct ng_cookie cookies[] = {
104 COOKIE(UI),
105 COOKIE(ASYNC),
106 COOKIE(BPF),
106 COOKIE(CISCO),
107 COOKIE(ECHO),
108 COOKIE(ETHER),
109 COOKIE(FRAMERELAY),
110 COOKIE(GENERIC),
111 COOKIE(HOLE),
112 COOKIE(IFACE),
113 COOKIE(KSOCKET),

--- 183 unchanged lines hidden ---
107 COOKIE(CISCO),
108 COOKIE(ECHO),
109 COOKIE(ETHER),
110 COOKIE(FRAMERELAY),
111 COOKIE(GENERIC),
112 COOKIE(HOLE),
113 COOKIE(IFACE),
114 COOKIE(KSOCKET),

--- 183 unchanged lines hidden ---