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

« back to all changes in this revision

Viewing changes to agent/mibgroup/ip-mib/ipv6InterfaceTable/ipv6InterfaceTable_data_access.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
/*
 
2
 * Note: this file originally auto-generated by mib2c using
 
3
 *       version : 1.17 $ of : mfd-data-access.m2c,v $
 
4
 *
 
5
 * $Id: ipv6InterfaceTable_data_access.h,v 1.2 2005/12/01 20:54:19 rstory Exp $
 
6
 */
 
7
#ifndef IPV6INTERFACETABLE_DATA_ACCESS_H
 
8
#define IPV6INTERFACETABLE_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 ipv6InterfaceTable
 
28
 ***
 
29
 **********************************************************************
 
30
 **********************************************************************/
 
31
    /*
 
32
     * IP-MIB::ipv6InterfaceTable is subid 30 of ip.
 
33
     * Its status is Current.
 
34
     * OID: .1.3.6.1.2.1.4.30, length: 8
 
35
     */
 
36
 
 
37
 
 
38
    int
 
39
     
 
40
        
 
41
        
 
42
        
 
43
        
 
44
        
 
45
        
 
46
        
 
47
        
 
48
        
 
49
        
 
50
        
 
51
        
 
52
        
 
53
        
 
54
        ipv6InterfaceTable_init_data(ipv6InterfaceTable_registration *
 
55
                                     ipv6InterfaceTable_reg);
 
56
 
 
57
 
 
58
    void            ipv6InterfaceTable_container_init(netsnmp_container
 
59
                                                      **container_ptr_ptr);
 
60
    void            ipv6InterfaceTable_container_shutdown(netsnmp_container
 
61
                                                          *container_ptr);
 
62
 
 
63
    int             ipv6InterfaceTable_container_load(netsnmp_container
 
64
                                                      *container);
 
65
    void            ipv6InterfaceTable_container_free(netsnmp_container
 
66
                                                      *container);
 
67
 
 
68
    int
 
69
     
 
70
        
 
71
        
 
72
        
 
73
        
 
74
        
 
75
        
 
76
        
 
77
        
 
78
        
 
79
        
 
80
        
 
81
        
 
82
        
 
83
        
 
84
        ipv6InterfaceTable_row_prep(ipv6InterfaceTable_rowreq_ctx *
 
85
                                    rowreq_ctx);
 
86
 
 
87
 
 
88
 
 
89
#ifdef __cplusplus
 
90
}
 
91
#endif
 
92
#endif                          /* IPV6INTERFACETABLE_DATA_ACCESS_H */