Deleted Added
full compact
ng_atmllc.4 (131861) ng_atmllc.4 (242997)
1.\" Copyright (c) 2004 Benno Rice <benno@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2004 Benno Rice <benno@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man4/ng_atmllc.4 131861 2004-07-09 07:26:15Z ru $
25.\" $FreeBSD: head/share/man/man4/ng_atmllc.4 242997 2012-11-13 20:41:36Z joel $
26.\"
27.Dd March 8, 2004
28.Dt NG_ATMLLC 4
29.Os
30.Sh NAME
31.Nm ng_atmllc
32.Nd ATM LLC netgraph node type
33.Sh SYNOPSIS

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

55or
56.Va fddi
57hooks are assumed to be full Ethernet or FDDI packets as appropriate and are
58encapsulated into a PDU and transmitted via the
59.Va atm
60hook.
61.Sh HOOKS
62This node type supports the following hooks:
26.\"
27.Dd March 8, 2004
28.Dt NG_ATMLLC 4
29.Os
30.Sh NAME
31.Nm ng_atmllc
32.Nd ATM LLC netgraph node type
33.Sh SYNOPSIS

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

55or
56.Va fddi
57hooks are assumed to be full Ethernet or FDDI packets as appropriate and are
58encapsulated into a PDU and transmitted via the
59.Va atm
60hook.
61.Sh HOOKS
62This node type supports the following hooks:
63.Bl -tag -width indent
63.Bl -tag -width ".Va ether"
64.It Va atm
65ATM connection.
66Typically, this hook would be connected to a
67.Xr ng_atm 4
68node, which handles transmission of ATM PDUs over an ATM device.
69.It Va ether
70Ethernet connection.
71This hook sends and receives Ethernet frames.

--- 25 unchanged lines hidden ---
64.It Va atm
65ATM connection.
66Typically, this hook would be connected to a
67.Xr ng_atm 4
68node, which handles transmission of ATM PDUs over an ATM device.
69.It Va ether
70Ethernet connection.
71This hook sends and receives Ethernet frames.

--- 25 unchanged lines hidden ---