ifnet.9 (c0854fb7b271bc41ecee43bf0a295a72a1fee859) ifnet.9 (bc9d299133066e0ebcd1de5e25cfd74320eb5ae0)
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

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

724to offload computational tasks for
725.Em outgoing
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
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

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

724to offload computational tasks for
725.Em outgoing
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
732The system uptime when interface was attached or the statistics
733below were reset.
734This is intended to be used to set the SNMP variable
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

--- 568 unchanged lines hidden ---
733below were reset.
734This is intended to be used to set the SNMP variable
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

--- 568 unchanged lines hidden ---