Deleted Added
full compact
ifnet.9 (139592) ifnet.9 (140140)
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 139592 2005-01-02 18:20:29Z krion $
29.\" $FreeBSD: head/share/man/man9/ifnet.9 140140 2005-01-12 21:48:25Z ru $
30.\"
31.Dd June 8, 2004
32.Os
33.Dt IFNET 9
34.Sh NAME
35.Nm ifnet ,
36.Nm ifaddr ,
37.Nm ifqueue ,

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

726packets.
727The interface driver must keep this field in accord with
728the current value of
729.Va if_capenable .
730.It ifi_epoch
731.Pq Vt time_t
732The time the interface was attached or the last time the statistics
733below were reset.
30.\"
31.Dd June 8, 2004
32.Os
33.Dt IFNET 9
34.Sh NAME
35.Nm ifnet ,
36.Nm ifaddr ,
37.Nm ifqueue ,

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

726packets.
727The interface driver must keep this field in accord with
728the current value of
729.Va if_capenable .
730.It ifi_epoch
731.Pq Vt time_t
732The time the interface was attached or the last time the statistics
733below were reset.
734.Va ifi_epoch
735is intended to be used to set the SNMP variable
734This is intended to be used to set the SNMP variable
736.Va ifCounterDiscontinuityTime .
737It may also be used to determine if two successive queries for an
738interface of the same index have returned results for the same
739interface.
740.El
741.Pp
742The structure additionally contains generic statistics applicable to a
743variety of different interface types (except as noted, all members are

--- 566 unchanged lines hidden ---
735.Va ifCounterDiscontinuityTime .
736It may also be used to determine if two successive queries for an
737interface of the same index have returned results for the same
738interface.
739.El
740.Pp
741The structure additionally contains generic statistics applicable to a
742variety of different interface types (except as noted, all members are

--- 566 unchanged lines hidden ---