summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/atm/ng_atm.h
Commit message (Collapse)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesimp2005-01-071-2/+4
|
* Get rid of the old *LEN constants in favour of the new *SIZ constantsharti2004-01-261-2/+2
| | | | that also include the trailing \0 byte.
* Make the defines that prevent multiple includes look like theharti2003-11-131-2/+2
| | | | others in netgraph.
* Process events from the ATM drivers. Carrier change and PVC changeharti2003-07-291-5/+24
| | | | | | | | | messages are forwarded as netgraph control messages to the node that is connected to the manage hook. If that hook is not connected, the event is lost. Flow control events are converted to netgraph flow control messages and send along the hook that is connected to the flow controlled VC. ACR change events are converted to control messages and sent along the hook for the given VC.
* This is a netgraph node to access ATM interfaces. It works with theharti2003-06-251-0/+227
hatm(4) and fatm(4) drivers, en(4) will follow soon.
OpenPOWER on IntegriCloud