~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to agent/mibgroup/ip-mib/ipv4InterfaceTable/ipv4InterfaceTable_data_access.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-05-10 22:20:23 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 11.
  • 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
/*
 
2
 * Note: this file originally auto-generated by mib2c using
 
3
 *       version : 1.17 $ of : mfd-data-access.m2c,v $
 
4
 *
 
5
 * $Id: ipv4InterfaceTable_data_access.h,v 1.3 2005/12/10 01:58:09 rstory Exp $
 
6
 */
 
7
#ifndef IPV4INTERFACETABLE_DATA_ACCESS_H
 
8
#define IPV4INTERFACETABLE_DATA_ACCESS_H
 
9
 
 
10
#ifdef __cplusplus
 
11
     extern          "C" {
 
12
#endif
 
13
 
 
14
 
 
15
         /*
 
16
          *********************************************************************
 
17
          * function declarations
 
18
          */
 
19
 
 
20
         /*
 
21
          *********************************************************************
 
22
          * Table declarations
 
23
          */
 
24
/**********************************************************************
 
25
 **********************************************************************
 
26
 ***
 
27
 *** Table ipv4InterfaceTable
 
28
 ***
 
29
 **********************************************************************
 
30
 **********************************************************************/
 
31
         /*
 
32
          * IP-MIB::ipv4InterfaceTable is subid 28 of ip.
 
33
          * Its status is Current.
 
34
          * OID: .1.3.6.1.2.1.4.28, length: 8
 
35
          */
 
36
 
 
37
 
 
38
         int
 
39
             ipv4InterfaceTable_init_data(ipv4InterfaceTable_registration *
 
40
                                          ipv4InterfaceTable_reg);
 
41
 
 
42
 
 
43
         void           
 
44
             ipv4InterfaceTable_container_init(netsnmp_container
 
45
                                               **container_ptr_ptr);
 
46
         void            ipv4InterfaceTable_container_shutdown(netsnmp_container
 
47
                                                               *container_ptr);
 
48
 
 
49
         int            
 
50
             ipv4InterfaceTable_container_load(netsnmp_container
 
51
                                               *container);
 
52
         void           
 
53
             ipv4InterfaceTable_container_free(netsnmp_container
 
54
                                               *container);
 
55
 
 
56
         int
 
57
             ipv4InterfaceTable_row_prep(ipv4InterfaceTable_rowreq_ctx *
 
58
                                         rowreq_ctx);
 
59
 
 
60
         void
 
61
             ipv4InterfaceTable_check_entry_for_updates(const
 
62
                                                        ifTable_rowreq_ctx
 
63
                                                        * ift_rrc,
 
64
                                                        netsnmp_interface_entry
 
65
                                                        *entry);
 
66
 
 
67
 
 
68
#ifdef __cplusplus
 
69
     }
 
70
#endif
 
71
#endif                          /* IPV4INTERFACETABLE_DATA_ACCESS_H */