summaryrefslogtreecommitdiff
path: root/agent/mibgroup/ip-mib/ipv4InterfaceTable/ipv4InterfaceTable_data_access.h
blob: 4fb5db34110bbc5c76cc14cd1419b44f83024de1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
/*
 * Note: this file originally auto-generated by mib2c using
 *       version : 1.17 $ of : mfd-data-access.m2c,v $
 *
 * $Id$
 */
#ifndef IPV4INTERFACETABLE_DATA_ACCESS_H
#define IPV4INTERFACETABLE_DATA_ACCESS_H

#ifdef __cplusplus
     extern          "C" {
#endif


         /*
          *********************************************************************
          * function declarations
          */

         /*
          *********************************************************************
          * Table declarations
          */
/**********************************************************************
 **********************************************************************
 ***
 *** Table ipv4InterfaceTable
 ***
 **********************************************************************
 **********************************************************************/
         /*
          * IP-MIB::ipv4InterfaceTable is subid 28 of ip.
          * Its status is Current.
          * OID: .1.3.6.1.2.1.4.28, length: 8
          */


         int
             ipv4InterfaceTable_init_data(ipv4InterfaceTable_registration *
                                          ipv4InterfaceTable_reg);


         void           
             ipv4InterfaceTable_container_init(netsnmp_container
                                               **container_ptr_ptr);
         void            ipv4InterfaceTable_container_shutdown(netsnmp_container
                                                               *container_ptr);

         int            
             ipv4InterfaceTable_container_load(netsnmp_container
                                               *container);
         void           
             ipv4InterfaceTable_container_free(netsnmp_container
                                               *container);

         int
             ipv4InterfaceTable_row_prep(ipv4InterfaceTable_rowreq_ctx *
                                         rowreq_ctx);

         void
             ipv4InterfaceTable_check_entry_for_updates(const
                                                        ifTable_rowreq_ctx
                                                        * ift_rrc,
                                                        netsnmp_interface_entry
                                                        *entry);


#ifdef __cplusplus
     }
#endif
#endif                          /* IPV4INTERFACETABLE_DATA_ACCESS_H */