Deleted Added
full compact
ifnet.9 (88509) ifnet.9 (89124)
1.\" -*- Nroff -*-
2.\" Copyright 1996, 1997 Massachusetts Institute of Technology
3.\"
4.\" Permission to use, copy, modify, and distribute this software and
5.\" its documentation for any purpose and without fee is hereby
6.\" granted, provided that both the above copyright notice and this
7.\" permission notice appear in all copies, that both the above
8.\" copyright notice and this permission notice appear in all

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

21.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
23.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24.\" ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
26.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
1.\" -*- Nroff -*-
2.\" Copyright 1996, 1997 Massachusetts Institute of Technology
3.\"
4.\" Permission to use, copy, modify, and distribute this software and
5.\" its documentation for any purpose and without fee is hereby
6.\" granted, provided that both the above copyright notice and this
7.\" permission notice appear in all copies, that both the above
8.\" copyright notice and this permission notice appear in all

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

21.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
23.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24.\" ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
26.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
29.\" $FreeBSD: head/share/man/man9/ifnet.9 88509 2001-12-26 23:14:04Z davidc $
29.\" $FreeBSD: head/share/man/man9/ifnet.9 89124 2002-01-09 11:43:48Z mpp $
30.Dd January 15, 1997
31.Os
32.Dt IFNET 9
33.Sh NAME
34.Nm ifnet ,
35.Nm ifaddr ,
36.Nm ifqueue ,
37.Nm if_data

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

276.Pq Li "short"
277Flags describing operational parameters of this interface (see below).
278(Manipulated by both driver and generic code.)
279.It Li "if_capabilities"
280.Pq Li "int"
281Flags describing the capabilities the interface supports (see below).
282.It Li "if_capenable"
283.Pq Li "int"
30.Dd January 15, 1997
31.Os
32.Dt IFNET 9
33.Sh NAME
34.Nm ifnet ,
35.Nm ifaddr ,
36.Nm ifqueue ,
37.Nm if_data

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

276.Pq Li "short"
277Flags describing operational parameters of this interface (see below).
278(Manipulated by both driver and generic code.)
279.It Li "if_capabilities"
280.Pq Li "int"
281Flags describing the capabilities the interface supports (see below).
282.It Li "if_capenable"
283.Pq Li "int"
284Flags describing the enabled capabilties of the interface (see below).
284Flags describing the enabled capabilities of the interface (see below).
285.\" .It Li "if_ipending"
286.\" Interrupt-pending bits for polled operation:
287.\" .Dv IFI_XMIT
288.\" (transmit complete interrupt)
289.\" and
290.\" .Dv IFI_RECV
291.\" (received packet ready interrupt). See the
292.\" .Sx Polling

--- 725 unchanged lines hidden ---
285.\" .It Li "if_ipending"
286.\" Interrupt-pending bits for polled operation:
287.\" .Dv IFI_XMIT
288.\" (transmit complete interrupt)
289.\" and
290.\" .Dv IFI_RECV
291.\" (received packet ready interrupt). See the
292.\" .Sx Polling

--- 725 unchanged lines hidden ---