ng_ether.c (859a4d166c0fc97b248bf33c8745b7494934b0bf) ng_ether.c (589f6ed8ce4b9da11cbdce95d6dcf9ad45792175)
1
2/*
3 * ng_ether.c
4 *
5 * Copyright (c) 1996-2000 Whistle Communications, Inc.
6 * All rights reserved.
7 *
8 * Subject to the following obligations and disclaimer of warranty, use and

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

175 "setautosrc",
176 &ng_parse_int32_type,
177 NULL
178 },
179 { 0 }
180};
181
182static struct ng_type ng_ether_typestruct = {
1
2/*
3 * ng_ether.c
4 *
5 * Copyright (c) 1996-2000 Whistle Communications, Inc.
6 * All rights reserved.
7 *
8 * Subject to the following obligations and disclaimer of warranty, use and

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

175 "setautosrc",
176 &ng_parse_int32_type,
177 NULL
178 },
179 { 0 }
180};
181
182static struct ng_type ng_ether_typestruct = {
183 NG_VERSION,
183 NG_ABI_VERSION,
184 NG_ETHER_NODE_TYPE,
185 ng_ether_mod_event,
186 ng_ether_constructor,
187 ng_ether_rcvmsg,
188 ng_ether_rmnode,
189 ng_ether_newhook,
190 NULL,
191 ng_ether_connect,

--- 628 unchanged lines hidden ---
184 NG_ETHER_NODE_TYPE,
185 ng_ether_mod_event,
186 ng_ether_constructor,
187 ng_ether_rcvmsg,
188 ng_ether_rmnode,
189 ng_ether_newhook,
190 NULL,
191 ng_ether_connect,

--- 628 unchanged lines hidden ---