~ubuntu-branches/debian/lenny/net-snmp/lenny

« back to all changes in this revision

Viewing changes to agent/mibgroup/ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable_interface.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-05-10 22:20:23 UTC
  • Revision ID: james.westby@ubuntu.com-20070510222023-3fr07xb9i17xvq32
Tags: upstream-5.3.1
ImportĀ upstreamĀ versionĀ 5.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * Note: this file originally auto-generated by mib2c using
3
 
 *       version : 1.42 $ of : mfd-interface.m2c,v $
 
3
 *       version : 1.67 $ of : mfd-interface.m2c,v $
4
4
 *
5
 
 * $Id: inetCidrRouteTable_interface.h,v 1.5 2004/10/16 00:00:32 rstory Exp $
 
5
 * $Id: inetCidrRouteTable_interface.h,v 1.8.2.2 2006/06/12 20:01:20 rstory Exp $
6
6
 */
7
 
/** @defgroup interface: Routines to interface to Net-SNMP
 
7
/** @ingroup interface Routines to interface to Net-SNMP
8
8
 *
9
9
 * \warning This code should not be modified, called directly,
10
10
 *          or used to interpret functionality. It is subject to
43
43
 
44
44
#include "inetCidrRouteTable.h"
45
45
 
 
46
 
46
47
    /*
47
48
     ********************************************************************
48
49
     * Table declarations
53
54
     */
54
55
    void
55
56
        _inetCidrRouteTable_initialize_interface
56
 
        (inetCidrRouteTable_registration_ptr user_ctx, u_long flags);
57
 
        inetCidrRouteTable_rowreq_ctx
58
 
        *
59
 
        inetCidrRouteTable_allocate_rowreq_ctx(inetCidrRouteTable_data *);
 
57
        (inetCidrRouteTable_registration * user_ctx, u_long flags);
 
58
    void
 
59
        _inetCidrRouteTable_shutdown_interface
 
60
        (inetCidrRouteTable_registration * user_ctx);
 
61
         
 
62
    inetCidrRouteTable_registration
 
63
        * inetCidrRouteTable_registration_set
 
64
        (inetCidrRouteTable_registration * newreg);
 
65
 
 
66
    netsnmp_container *inetCidrRouteTable_container_get(void);
 
67
    int             inetCidrRouteTable_container_size(void);
 
68
 
 
69
    u_int           inetCidrRouteTable_dirty_get(void);
 
70
    void            inetCidrRouteTable_dirty_set(u_int status);
 
71
         
 
72
    netsnmp_cache  *inetCidrRouteTable_get_cache(void);
 
73
 
 
74
    inetCidrRouteTable_rowreq_ctx
 
75
        * inetCidrRouteTable_allocate_rowreq_ctx(inetCidrRouteTable_data *,
 
76
                                                 void *);
60
77
    void
61
78
        inetCidrRouteTable_release_rowreq_ctx(inetCidrRouteTable_rowreq_ctx
62
79
                                              * rowreq_ctx);
81
98
}
82
99
#endif
83
100
#endif                          /* INETCIDRROUTETABLE_INTERFACE_H */
 
101
/**  @} */
 
102