diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2001-07-24 23:33:06 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2001-07-24 23:33:06 +0000 |
| commit | bb5c977fbd613b88a49366f420c678c304adbebe (patch) | |
| tree | e513f46d7c96833d578ce76fe301a870e67dcf05 /sys/netgraph/ng_split.h | |
| parent | 2997c5e24ace94d19994cadc95a826ef5cb9ed22 (diff) | |
Notes
Diffstat (limited to 'sys/netgraph/ng_split.h')
| -rw-r--r-- | sys/netgraph/ng_split.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/netgraph/ng_split.h b/sys/netgraph/ng_split.h index a8b66d5c6d53..0b932bc2471a 100644 --- a/sys/netgraph/ng_split.h +++ b/sys/netgraph/ng_split.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD$ * */ @@ -34,12 +34,12 @@ #define _NG_SPLIT_H /* Node type name and magic cookie */ -#define NG_SPLIT_NODE_TYPE "ng_split" -#define NGM_NG_SPLIT_COOKIE 949409402 +#define NG_SPLIT_NODE_TYPE "split" +#define NGM_NG_SPLIT_COOKIE 949409402 /* My hook names */ -#define NG_SPLIT_HOOK_MIXED "mixed" /* Mixed stream (in/out) */ -#define NG_SPLIT_HOOK_OUTHOOK "out" /* Output to outhook (sending out) */ -#define NG_SPLIT_HOOK_INHOOK "in" /* Input from inhook (recieving) */ +#define NG_SPLIT_HOOK_MIXED "mixed" /* Mixed stream (in/out) */ +#define NG_SPLIT_HOOK_OUT "out" /* Output to outhook (sending out) */ +#define NG_SPLIT_HOOK_IN "in" /* Input from inhook (recieving) */ #endif /* _NG_SPLIT_H */ |
