freebsd-dev/sys/dev/sr/if_sr.h
Julian Elischer 4cf49a4355 Whistle's Netgraph link-layer (sometimes more) networking infrastructure.
Been in production for 3 years now. Gives Instant Frame relay to if_sr
and if_ar drivers, and PPPOE support soon. See:
ftp://ftp.whistle.com/pub/archie/netgraph/index.html
for on-line manual pages.

Reviewed by: Doug Rabson (dfr@freebsd.org)
Obtained from:  Whistle CVS tree
1999-10-21 09:06:11 +00:00

24 lines
436 B
C

/*
* if_sr.h
*
* Copyright (C) 1997-1999 Whistle Communications Inc.
* All rights reserved.
*
* $FreeBSD$
*/
#ifndef _I386_ISA_IF_SR_H_
#define _I386_ISA_IF_SR_H_
/* Node type name and type cookie */
#define NG_SR_NODE_TYPE "sync_sr"
#define NG_SR_COOKIE 860552148
/* Netgraph hooks */
#define NG_SR_HOOK_DEBUG "debug"
#define NG_SR_HOOK_CONTROL "control"
#define NG_SR_HOOK_RAW "rawdata"
#endif /* _I386_ISA_IF_SR_H_ */