ng_sample.c (859a4d166c0fc97b248bf33c8745b7494934b0bf) | ng_sample.c (589f6ed8ce4b9da11cbdce95d6dcf9ad45792175) |
---|---|
1 2/* 3 * ng_sample.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 --- 82 unchanged lines hidden (view full) --- 91 &ng_parse_int32_type, 92 NULL 93 }, 94 { 0 } 95}; 96 97/* Netgraph node type descriptor */ 98static struct ng_type typestruct = { | 1 2/* 3 * ng_sample.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 --- 82 unchanged lines hidden (view full) --- 91 &ng_parse_int32_type, 92 NULL 93 }, 94 { 0 } 95}; 96 97/* Netgraph node type descriptor */ 98static struct ng_type typestruct = { |
99 NG_VERSION, | 99 NG_ABI_VERSION, |
100 NG_XXX_NODE_TYPE, 101 NULL, 102 ng_xxx_constructor, 103 ng_xxx_rcvmsg, 104 ng_xxx_rmnode, 105 ng_xxx_newhook, 106 NULL, 107 ng_xxx_connect, --- 370 unchanged lines hidden --- | 100 NG_XXX_NODE_TYPE, 101 NULL, 102 ng_xxx_constructor, 103 ng_xxx_rcvmsg, 104 ng_xxx_rmnode, 105 ng_xxx_newhook, 106 NULL, 107 ng_xxx_connect, --- 370 unchanged lines hidden --- |