Deleted Added
full compact
ifmib.4 (20243) ifmib.4 (20604)
1.\" Copyright 1996 Massachusetts Institute of Technology
2.\"
3.\" Permission to use, copy, modify, and distribute this software and
4.\" its documentation for any purpose and without fee is hereby
5.\" granted, provided that both the above copyright notice and this
6.\" permission notice appear in all copies, that both the above
7.\" copyright notice and this permission notice appear in all
8.\" supporting documentation, and that the name of M.I.T. not be used

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

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

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

20.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
21.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
22.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
23.\" ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
25.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" $Id: ifmib.4,v 1.1 1996/11/15 19:49:41 wollman Exp $
28.\" $Id: ifmib.4,v 1.2 1996/12/09 07:45:17 mpp Exp $
29.\"
30.Dd November 15, 1996
31.Dt IFMIB 4
32.Os FreeBSD 2.2
33.Sh NAME
34.Nm ifmib
35.Nd Management Information Base for network interfaces
36.Sh SYNOPSIS

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

126.It Li ifmd_snd_drops
127.Pq Li int
128the number of packets dropped at this interface because the send queue
129was full
130.It Li ifmd_data
131.Pq Li struct if_data
132more information from a structure defined in
133.Aq Pa net/if.h
29.\"
30.Dd November 15, 1996
31.Dt IFMIB 4
32.Os FreeBSD 2.2
33.Sh NAME
34.Nm ifmib
35.Nd Management Information Base for network interfaces
36.Sh SYNOPSIS

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

126.It Li ifmd_snd_drops
127.Pq Li int
128the number of packets dropped at this interface because the send queue
129was full
130.It Li ifmd_data
131.Pq Li struct if_data
132more information from a structure defined in
133.Aq Pa net/if.h
134.Pq see Xr if_data 9
134.El
135.El
135.\" struct if_data will eventually be described in ifnet(9), but I
136 \" haven't written that page yet.
137.Pp
138Class-specific information can be retrieved by examining the
139.Dv IFDATA_LINKSPECIFIC
140column instead. Note that the form and length of the structure will
141depend on the class of interface. For
142.Dv IFT_ETHER ,
143.Dv IFT_ISO88023 ,
144and

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

154For
155.Dv IFT_SLIP ,
156the structure is a
157.Dq Li struct sl_softc
158.Pq Aq Pa net/if_slvar.h .
159.Sh SEE ALSO
160.Xr sysctl 3 ,
161.\" .Xr ethermib 4 ,
136.Pp
137Class-specific information can be retrieved by examining the
138.Dv IFDATA_LINKSPECIFIC
139column instead. Note that the form and length of the structure will
140depend on the class of interface. For
141.Dv IFT_ETHER ,
142.Dv IFT_ISO88023 ,
143and

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

153For
154.Dv IFT_SLIP ,
155the structure is a
156.Dq Li struct sl_softc
157.Pq Aq Pa net/if_slvar.h .
158.Sh SEE ALSO
159.Xr sysctl 3 ,
160.\" .Xr ethermib 4 ,
162.Xr intro 4
163.\" .Xr ifnet 9
161.Xr intro 4 ,
162.Xr ifnet 9
164.Rs
165.%T "Definitions of Managed Objects for the Ethernet-like Interface Types Using SMIv2"
166.%A F. Kastenholz
167.%D August 1994
168.%O RFC 1650
169.Re
170.Sh BUGS
171Many Ethernet-like interfaces do not yet support the Ethernet MIB;
172the interfaces known to support it include
173.Xr ed 4
174and
175.Xr de 4 .
176Regardless, all interfaces automatically support the generic MIB.
177.Sh HISTORY
178The
179.Nm
180interface first appeared in
181.Fx 2.2 .
163.Rs
164.%T "Definitions of Managed Objects for the Ethernet-like Interface Types Using SMIv2"
165.%A F. Kastenholz
166.%D August 1994
167.%O RFC 1650
168.Re
169.Sh BUGS
170Many Ethernet-like interfaces do not yet support the Ethernet MIB;
171the interfaces known to support it include
172.Xr ed 4
173and
174.Xr de 4 .
175Regardless, all interfaces automatically support the generic MIB.
176.Sh HISTORY
177The
178.Nm
179interface first appeared in
180.Fx 2.2 .