cvs commit: src/sys/netgraph/atm ng_sscfu.h ng_sscop.h ngatmbase.c
ngatmbase.h src/sys/netgraph/atm/sscfu ng_sscfu.c ng_sscfu_cust.h
src/sys/netgraph/atm/sscop ng_sscop.c ng_sscop_cust.h
Hartmut Brandt
harti at FreeBSD.org
Fri Oct 24 00:39:13 PDT 2003
harti 2003/10/24 00:39:11 PDT
FreeBSD src repository
Added files:
sys/netgraph/atm ng_sscfu.h ng_sscop.h ngatmbase.c
ngatmbase.h
sys/netgraph/atm/sscfu ng_sscfu.c ng_sscfu_cust.h
sys/netgraph/atm/sscop ng_sscop.c ng_sscop_cust.h
Log:
Netgraph part of the NgATM signalling AA layer. These nodes can
also be used as a general-purpose transport protocol above any
packet layer (IP, UDP).
Revision Changes Path
1.1 +68 -0 src/sys/netgraph/atm/ng_sscfu.h (new)
1.1 +110 -0 src/sys/netgraph/atm/ng_sscop.h (new)
1.1 +500 -0 src/sys/netgraph/atm/ngatmbase.c (new)
1.1 +64 -0 src/sys/netgraph/atm/ngatmbase.h (new)
1.1 +611 -0 src/sys/netgraph/atm/sscfu/ng_sscfu.c (new)
1.1 +131 -0 src/sys/netgraph/atm/sscfu/ng_sscfu_cust.h (new)
1.1 +885 -0 src/sys/netgraph/atm/sscop/ng_sscop.c (new)
1.1 +346 -0 src/sys/netgraph/atm/sscop/ng_sscop_cust.h (new)
More information about the cvs-src
mailing list