Deleted Added
full compact
ng_atm.4 (123943) ng_atm.4 (130857)
1.\"
2.\" Copyright (c) 2001-2003
3.\" Fraunhofer Institute for Open Communication Systems (FhG Fokus).
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 12 unchanged lines hidden (view full) ---

21.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25.\" SUCH DAMAGE.
26.\"
27.\" Author: Hartmut Brandt <harti@freebsd.org>
28.\"
1.\"
2.\" Copyright (c) 2001-2003
3.\" Fraunhofer Institute for Open Communication Systems (FhG Fokus).
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 12 unchanged lines hidden (view full) ---

21.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25.\" SUCH DAMAGE.
26.\"
27.\" Author: Hartmut Brandt <harti@freebsd.org>
28.\"
29.\" $FreeBSD: head/share/man/man4/ng_atm.4 123943 2003-12-28 22:34:47Z ru $
29.\" $FreeBSD: head/share/man/man4/ng_atm.4 130857 2004-06-21 17:42:49Z mpp $
30.\"
31.\" ng_atm(4) man page
32.\"
33.Dd June 24, 2003
34.Dt NG_ATM 4
35.Os FreeBSD
36.Sh NAME
37.Nm ng_atm

--- 47 unchanged lines hidden (view full) ---

85An
86.Dv atm_pseudohdr
87(see
88.Xr natm 4 )
89is prepended to the actual data.
90.It Dv output
91This is a connection to the raw output stream to the network device.
92If this hook is connected, all outgoing packets are handed over to
30.\"
31.\" ng_atm(4) man page
32.\"
33.Dd June 24, 2003
34.Dt NG_ATM 4
35.Os FreeBSD
36.Sh NAME
37.Nm ng_atm

--- 47 unchanged lines hidden (view full) ---

85An
86.Dv atm_pseudohdr
87(see
88.Xr natm 4 )
89is prepended to the actual data.
90.It Dv output
91This is a connection to the raw output stream to the network device.
92If this hook is connected, all outgoing packets are handed over to
93the netgraph system and delivered to the hook instead of beeing delivered
93the netgraph system and delivered to the hook instead of being delivered
94to the ATM driver.
95An
96.Dv atm_pseudohdr
97(see
98.Xr natm 4 )
99is prepended to the actual data.
100.It Dv orphans
101This hook receives all packets that are unrecognized, i.e. do not belong to

--- 155 unchanged lines hidden (view full) ---

257.Pp
258.Dv name
259is the name of the hook for which sending and receiving should be enabled.
260This hook must already be connected.
261.Dv vpi
262and
263.Dv vci
264are the respective VPI and VCI values to use for the ATM cells. They must be
94to the ATM driver.
95An
96.Dv atm_pseudohdr
97(see
98.Xr natm 4 )
99is prepended to the actual data.
100.It Dv orphans
101This hook receives all packets that are unrecognized, i.e. do not belong to

--- 155 unchanged lines hidden (view full) ---

257.Pp
258.Dv name
259is the name of the hook for which sending and receiving should be enabled.
260This hook must already be connected.
261.Dv vpi
262and
263.Dv vci
264are the respective VPI and VCI values to use for the ATM cells. They must be
265withing the range, given by the
265within the range, given by the
266.Dv maxvpi
267and
268.Dv maxvci
269fields of the
270.Dv ng_atm_config
271structure.
272.Dv flags
273contains the flags (see above) and the other fields describe the

--- 81 unchanged lines hidden ---
266.Dv maxvpi
267and
268.Dv maxvci
269fields of the
270.Dv ng_atm_config
271structure.
272.Dv flags
273contains the flags (see above) and the other fields describe the

--- 81 unchanged lines hidden ---