summaryrefslogtreecommitdiff
path: root/agent/mibgroup/ip-mib/ipDefaultRouterTable/ipDefaultRouterTable_data_get.h
blob: 86986752c4b5d91a7641b7c5f4fda841b8143a59 (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
72
73
74
75
76
77
78
79
80
81
82
83
84
/*
 * Note: this file originally auto-generated by mib2c using
 *       version : 12088 $ of $
 *
 * $Id:$
 *
 * @file ipDefaultRouterTable_data_get.h
 *
 * @addtogroup get
 *
 * Prototypes for get functions
 *
 * @{
 */
#ifndef IPDEFAULTROUTERTABLE_DATA_GET_H
#define IPDEFAULTROUTERTABLE_DATA_GET_H

#ifdef __cplusplus
extern          "C" {
#endif

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

    /*
     *********************************************************************
     * GET Table declarations
     */
/**********************************************************************
 **********************************************************************
 ***
 *** Table ipDefaultRouterTable
 ***
 **********************************************************************
 **********************************************************************/
    /*
     * IP-MIB::ipDefaultRouterTable is subid 37 of ip.
     * Its status is Current.
     * OID: .1.3.6.1.2.1.4.37, length: 8
     */
    /*
     * indexes
     */

    int            
        ipDefaultRouterLifetime_get(ipDefaultRouterTable_rowreq_ctx *
                                    rowreq_ctx,
                                    u_long *
                                    ipDefaultRouterLifetime_val_ptr);
    int            
        ipDefaultRouterPreference_get(ipDefaultRouterTable_rowreq_ctx *
                                      rowreq_ctx,
                                      u_long *
                                      ipDefaultRouterPreference_val_ptr);


    int            
        ipDefaultRouterTable_indexes_set_tbl_idx
        (ipDefaultRouterTable_mib_index * tbl_idx,
         u_long ipDefaultRouterAddressType_val,
         char *ipDefaultRouterAddress_val_ptr,
         size_t ipDefaultRouterAddress_val_ptr_len,
         long ipDefaultRouterIfIndex_val);
    int            
        ipDefaultRouterTable_indexes_set(ipDefaultRouterTable_rowreq_ctx *
                                         rowreq_ctx,
                                         u_long
                                         ipDefaultRouterAddressType_val,
                                         char
                                         *ipDefaultRouterAddress_val_ptr,
                                         size_t
                                         ipDefaultRouterAddress_val_ptr_len,
                                         long ipDefaultRouterIfIndex_val);




#ifdef __cplusplus
}
#endif
#endif                          /* IPDEFAULTROUTERTABLE_DATA_GET_H */
/** @} */