Deleted Added
full compact
mibII.h (156067) mibII.h (200063)
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

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

206extern u_int mibif_force_hc_update_interval;
207
208/* current update interval */
209extern u_int mibif_hc_update_interval;
210
211/* re-compute update interval */
212void mibif_reset_hc_timer(void);
213
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

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

206extern u_int mibif_force_hc_update_interval;
207
208/* current update interval */
209extern u_int mibif_hc_update_interval;
210
211/* re-compute update interval */
212void mibif_reset_hc_timer(void);
213
214/* interfaces' data poll interval */
215extern u_int mibII_poll_ticks;
216
217/* restart the data poll timer */
218void mibif_restart_mibII_poll_timer(void);
219
220#define MIBII_POLL_TICKS 100
221
214/* get interfaces and interface addresses. */
215void mib_fetch_interfaces(void);
216
217/* check whether this interface(type) is dynamic */
218int mib_if_is_dyn(const char *name);
219
220/* destroy an interface address */
221int mib_destroy_ifa(struct mibifa *);

--- 42 unchanged lines hidden ---
222/* get interfaces and interface addresses. */
223void mib_fetch_interfaces(void);
224
225/* check whether this interface(type) is dynamic */
226int mib_if_is_dyn(const char *name);
227
228/* destroy an interface address */
229int mib_destroy_ifa(struct mibifa *);

--- 42 unchanged lines hidden ---