Deleted Added
full compact
snmp_mibII.3 (142810) snmp_mibII.3 (146525)
1.\"
2.\" Copyright (c) 2001-2003
3.\" Fraunhofer Institute for Open Communication Systems (FhG Fokus).
4.\" All rights reserved.
5.\"
6.\" Author: Harti Brandt <harti@freebsd.org>
7.\"
8.\" Redistribution and use in source and binary forms, with or without

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

21.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
1.\"
2.\" Copyright (c) 2001-2003
3.\" Fraunhofer Institute for Open Communication Systems (FhG Fokus).
4.\" All rights reserved.
5.\"
6.\" Author: Harti Brandt <harti@freebsd.org>
7.\"
8.\" Redistribution and use in source and binary forms, with or without

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

21.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
29.\" $Begemot: bsnmp/snmp_mibII/snmp_mibII.3,v 1.6 2005/02/28 16:00:11 brandt_h Exp $
29.\" $Begemot: bsnmp/snmp_mibII/snmp_mibII.3,v 1.7 2005/05/23 09:11:21 brandt_h Exp $
30.\"
30.\"
31.Dd August 19, 2002
31.Dd May 23, 2005
32.Dt SNMP_MIBII 3
33.Os
34.Sh NAME
35.Nm mibII ,
36.Nm mibif_notify_f ,
37.Nm mib_netsock ,
38.Nm mib_if_set_dyn ,
39.Nm mib_refresh_iflist ,

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

135struct mibif {
136 TAILQ_ENTRY(mibif) link;
137 u_int flags;
138 u_int index; /* logical ifindex */
139 u_int sysindex;
140 char name[IFNAMSIZ];
141 char descr[256];
142 struct ifmibdata mib;
32.Dt SNMP_MIBII 3
33.Os
34.Sh NAME
35.Nm mibII ,
36.Nm mibif_notify_f ,
37.Nm mib_netsock ,
38.Nm mib_if_set_dyn ,
39.Nm mib_refresh_iflist ,

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

135struct mibif {
136 TAILQ_ENTRY(mibif) link;
137 u_int flags;
138 u_int index; /* logical ifindex */
139 u_int sysindex;
140 char name[IFNAMSIZ];
141 char descr[256];
142 struct ifmibdata mib;
143 u_int32_t mibtick;
143 uint64_t mibtick;
144 void *specmib;
145 size_t specmiblen;
146 u_char *physaddr;
147 u_int physaddrlen;
148 int has_connector;
149 int trap_enable;
144 void *specmib;
145 size_t specmiblen;
146 u_char *physaddr;
147 u_int physaddrlen;
148 int has_connector;
149 int trap_enable;
150 u_int32_t counter_disc;
150 uint64_t counter_disc;
151 mibif_notify_f xnotify;
152 void *xnotify_data;
153 const struct lmodule *xnotify_mod;
154 struct asn_oid spec_oid;
155};
156.Ed
157.Pp
158The

--- 190 unchanged lines hidden ---
151 mibif_notify_f xnotify;
152 void *xnotify_data;
153 const struct lmodule *xnotify_mod;
154 struct asn_oid spec_oid;
155};
156.Ed
157.Pp
158The

--- 190 unchanged lines hidden ---