summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/atm
Commit message (Expand)AuthorAgeFilesLines
* Convert Netgraph to use mbuf tags to pass its meta information around.julian2004-06-251-0/+1
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-295-60/+51
* Get rid of the old *LEN constants in favour of the new *SIZ constantsharti2004-01-262-6/+6
* NULL -> 0 where appropriate.alfred2003-12-242-5/+5
* Pass MTX_DEF instead of 0 as the last argument to mtx_init().truckman2003-12-151-1/+2
* The last argument to mtx_init() should be MTX_DEF, not 0. This is not atruckman2003-12-081-1/+2
* Make the defines that prevent multiple includes look like theharti2003-11-133-6/+6
* The layer 3 (signalling) of NgATM netgraph node: ng_uni. This nodeharti2003-11-073-0/+1203
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-5/+3
* Netgraph part of the NgATM signalling AA layer. These nodes canharti2003-10-248-0/+2715
* Add ng_atmpif: a HARP physical interface emulation. This allows oneharti2003-08-114-0/+1963
* Process events from the ATM drivers. Carrier change and PVC changeharti2003-07-292-49/+126
* Test the OPEN flag to see whether a VCI is already open on the hook insteadharti2003-07-151-2/+2
* Remove three unneccessary comparisons that were always true.harti2003-07-151-6/+0
* Allow VPI/VCI 0/0 to be opened. This will be used by the IDT77252 driverharti2003-07-021-9/+22
* This is a netgraph node to access ATM interfaces. It works with theharti2003-06-252-0/+1598
OpenPOWER on IntegriCloud