⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 inetnettomediatable_data_access.c

📁 开发snmp的开发包有两个开放的SNMP开发库
💻 C
📖 第 1 页 / 共 2 页
字号:
}                               /* inetNetToMediaTable_container_free *//** * prepare row for processing. * *  When the agent has located the row for a request, this function is *  called to prepare the row for processing. If you fully populated *  the data context during the index setup phase, you may not need to *  do anything. * * @param rowreq_ctx pointer to a context. * * @retval MFD_SUCCESS     : success. * @retval MFD_ERROR       : other error. */intinetNetToMediaTable_row_prep(inetNetToMediaTable_rowreq_ctx * rowreq_ctx){    DEBUGMSGTL(("verbose:inetNetToMediaTable:inetNetToMediaTable_row_prep",                "called\n"));    netsnmp_assert(NULL != rowreq_ctx);    /*     * TODO:390:o: Prepare row for request.     * If populating row data was delayed, this is the place to     * fill in the row for this request.     */    return MFD_SUCCESS;}                               /* inetNetToMediaTable_row_prep *//* * TODO:420:r: Implement inetNetToMediaTable index validation. *//*--------------------------------------------------------------------- * IP-MIB::inetNetToMediaEntry.inetNetToMediaIfIndex * inetNetToMediaIfIndex is subid 1 of inetNetToMediaEntry. * Its status is Current, and its access level is NoAccess. * OID: .1.3.6.1.2.1.4.35.1.1 * Description:The index value which uniquely identifies the interface to            which this entry is applicable.  The interface identified by            a particular value of this index is the same interface as            identified by the same value of the IF-MIB's ifIndex. * * Attributes: *   accessible 0     isscalar 0     enums  0      hasdefval 0 *   readable   0     iscolumn 1     ranges 1      hashint   1 *   settable   0 *   hint: d * * Ranges:  1 - 2147483647; * * Its syntax is InterfaceIndex (based on perltype INTEGER32) * The net-snmp type is ASN_INTEGER. The C type decl is long (long) * * * * NOTE: NODE inetNetToMediaIfIndex IS NOT ACCESSIBLE * * *//** * check validity of inetNetToMediaIfIndex index portion * * @retval MFD_SUCCESS   : the incoming value is legal * @retval MFD_ERROR     : the incoming value is NOT legal * * @note this is not the place to do any checks for the sanity *       of multiple indexes. Those types of checks should be done in the *       inetNetToMediaTable_validate_index() function. * * @note Also keep in mind that if the index refers to a row in this or *       some other table, you can't check for that row here to make *       decisions, since that row might not be created yet, but may *       be created during the processing this request. If you have *       such checks, they should be done in the check_dependencies *       function, because any new/deleted/changed rows should be *       available then. * * The following checks have already been done for you: *    The value is in (one of) the range set(s):  1 - 2147483647 * * If there a no other checks you need to do, simply return MFD_SUCCESS. */intinetNetToMediaIfIndex_check_index(inetNetToMediaTable_rowreq_ctx *                                  rowreq_ctx){    DEBUGMSGTL(("verbose:inetNetToMediaTable:inetNetToMediaIfIndex_check_index", "called\n"));    netsnmp_assert(NULL != rowreq_ctx);    /*     * TODO:426:M: |-> Check inetNetToMediaTable index inetNetToMediaIfIndex.     * check that index value in the table context is legal.     * (rowreq_ctx->tbl_index.inetNetToMediaIfIndex)     */    return MFD_SUCCESS;         /* inetNetToMediaIfIndex index ok */}                               /* inetNetToMediaIfIndex_check_index *//*--------------------------------------------------------------------- * IP-MIB::inetNetToMediaEntry.inetNetToMediaNetAddressType * inetNetToMediaNetAddressType is subid 2 of inetNetToMediaEntry. * Its status is Current, and its access level is NoAccess. * OID: .1.3.6.1.2.1.4.35.1.2 * Description:The type of inetNetToMediaNetAddress. * * Attributes: *   accessible 0     isscalar 0     enums  1      hasdefval 0 *   readable   0     iscolumn 1     ranges 0      hashint   0 *   settable   0 * * Enum range: 5/8. Values:  unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16) * * Its syntax is InetAddressType (based on perltype INTEGER) * The net-snmp type is ASN_INTEGER. The C type decl is long (u_long) * * * * NOTE: NODE inetNetToMediaNetAddressType IS NOT ACCESSIBLE * * *//** * check validity of inetNetToMediaNetAddressType index portion * * @retval MFD_SUCCESS   : the incoming value is legal * @retval MFD_ERROR     : the incoming value is NOT legal * * @note this is not the place to do any checks for the sanity *       of multiple indexes. Those types of checks should be done in the *       inetNetToMediaTable_validate_index() function. * * @note Also keep in mind that if the index refers to a row in this or *       some other table, you can't check for that row here to make *       decisions, since that row might not be created yet, but may *       be created during the processing this request. If you have *       such checks, they should be done in the check_dependencies *       function, because any new/deleted/changed rows should be *       available then. * * The following checks have already been done for you: *    The value is one of  unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16) * * If there a no other checks you need to do, simply return MFD_SUCCESS. */intinetNetToMediaNetAddressType_check_index(inetNetToMediaTable_rowreq_ctx *                                         rowreq_ctx){    DEBUGMSGTL(("verbose:inetNetToMediaTable:inetNetToMediaNetAddressType_check_index", "called\n"));    netsnmp_assert(NULL != rowreq_ctx);    /*     * TODO:426:M: |-> Check inetNetToMediaTable index inetNetToMediaNetAddressType.     * check that index value in the table context is legal.     * (rowreq_ctx->tbl_index.inetNetToMediaNetAddressType)     */    return MFD_SUCCESS;         /* inetNetToMediaNetAddressType index ok */}                               /* inetNetToMediaNetAddressType_check_index *//*--------------------------------------------------------------------- * IP-MIB::inetNetToMediaEntry.inetNetToMediaNetAddress * inetNetToMediaNetAddress is subid 3 of inetNetToMediaEntry. * Its status is Current, and its access level is NoAccess. * OID: .1.3.6.1.2.1.4.35.1.3 * Description:The IP Address corresponding to the media-dependent            `physical' address.  The address type of this object is            specified in inetNetToMediaAddressType.            Implementors need to be aware that if the size of            inetNetToMediaNetAddress exceeds 115 octets then OIDS of            instances of columns in this row will have more than 128            sub-identifiers and cannot be accessed using SNMPv1, SNMPv2c            or SNMPv3. * * Attributes: *   accessible 0     isscalar 0     enums  0      hasdefval 0 *   readable   0     iscolumn 1     ranges 1      hashint   0 *   settable   0 * * Ranges:  0 - 255; * * Its syntax is InetAddress (based on perltype OCTETSTR) * The net-snmp type is ASN_OCTET_STR. The C type decl is char (char) * This data type requires a length.  (Max 255) * * * * NOTE: NODE inetNetToMediaNetAddress IS NOT ACCESSIBLE * * *//** * check validity of inetNetToMediaNetAddress index portion * * @retval MFD_SUCCESS   : the incoming value is legal * @retval MFD_ERROR     : the incoming value is NOT legal * * @note this is not the place to do any checks for the sanity *       of multiple indexes. Those types of checks should be done in the *       inetNetToMediaTable_validate_index() function. * * @note Also keep in mind that if the index refers to a row in this or *       some other table, you can't check for that row here to make *       decisions, since that row might not be created yet, but may *       be created during the processing this request. If you have *       such checks, they should be done in the check_dependencies *       function, because any new/deleted/changed rows should be *       available then. * * The following checks have already been done for you: *    The length is in (one of) the range set(s):  0 - 255 * * If there a no other checks you need to do, simply return MFD_SUCCESS. */intinetNetToMediaNetAddress_check_index(inetNetToMediaTable_rowreq_ctx *                                     rowreq_ctx){    DEBUGMSGTL(("verbose:inetNetToMediaTable:inetNetToMediaNetAddress_check_index", "called\n"));    netsnmp_assert(NULL != rowreq_ctx);    /*     * TODO:426:M: |-> Check inetNetToMediaTable index inetNetToMediaNetAddress.     * check that index value in the table context is legal.     * (rowreq_ctx->tbl_index.inetNetToMediaNetAddress)     */    return MFD_SUCCESS;         /* inetNetToMediaNetAddress index ok */}                               /* inetNetToMediaNetAddress_check_index *//** * verify specified index is valid. * * This check is independent of whether or not the values specified for * the columns of the new row are valid. Column values and row consistency * will be checked later. At this point, only the index values should be * checked. * * All of the individual index validation functions have been called, so this * is the place to make sure they are valid as a whole when combined. If * you only have one index, then you probably don't need to do anything else * here. *  * @note Keep in mind that if the indexes refer to a row in this or *       some other table, you can't check for that row here to make *       decisions, since that row might not be created yet, but may *       be created during the processing this request. If you have *       such checks, they should be done in the check_dependencies *       function, because any new/deleted/changed rows should be *       available then. * * * @param inetNetToMediaTable_reg *        Pointer to the user registration data * @param rowreq_ctx *        Pointer to the users context. * @retval MFD_SUCCESS            : success * @retval MFD_CANNOT_CREATE_NOW  : index not valid right now * @retval MFD_CANNOT_CREATE_EVER : index never valid */intinetNetToMediaTable_validate_index(inetNetToMediaTable_registration *                                   inetNetToMediaTable_reg,                                   inetNetToMediaTable_rowreq_ctx *                                   rowreq_ctx){    int             rc = MFD_SUCCESS;    DEBUGMSGTL(("verbose:inetNetToMediaTable:inetNetToMediaTable_validate_index", "called\n"));    /** we should have a non-NULL pointer */    netsnmp_assert(NULL != rowreq_ctx);    /*     * TODO:430:M: |-> Validate potential inetNetToMediaTable index.     */    if (1) {        snmp_log(LOG_WARNING, "invalid index for a new row in the "                 "inetNetToMediaTable table.\n");        /*         * determine failure type.         *         * If the index could not ever be created, return MFD_NOT_EVER         * If the index can not be created under the present circumstances         * (even though it could be created under other circumstances),         * return MFD_NOT_NOW.         */        if (0) {            return MFD_CANNOT_CREATE_EVER;        } else {            return MFD_CANNOT_CREATE_NOW;        }    }    return rc;}                               /* inetNetToMediaTable_validate_index *//** @} */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -