|
Server : LiteSpeed System : Linux srv104790275 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64 User : dewac4139 ( 1077) PHP Version : 8.0.30 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /usr/share/snmp/mib2c-data/ |
Upload File : |
############################################################# -*- c -*-
## generic include for XXX. Do not use directly.
##
########################################################################
@if $m2c_mark_boundary == 1@
/** START code generated by syntax-DateAndTime-get.m2i */
@end@
########################################################################
##
/* temporary storage for date. If you have any of this data available
directly, use it instead. */
int year, month, day, hour, minutes, seconds, deci_seconds;
int rc, utc_offset_direction, utc_offset_hours, utc_offset_minutes;
/** we should have a pointer and enough storage */
netsnmp_assert( (NULL != $m2c_node_param_ref_name) && (NULL != *$m2c_node_param_ref_name));
netsnmp_assert( (NULL != $m2c_node_param_ref_lname) && ((* $m2c_node_param_ref_lname) >= 11));
/*
* TODO:231:o: |-> copy $node data.
* get the date from your context pointer.
*/
return MFD_SKIP; /* TODO:234:M: |-> Remove SKIP once you've set $node data */
year = 0; /* 0..65536 */
month = 0; /* 1..12 */
day = 0; /* 1..31 */
hour = 0; /* 0..23 */
minutes = 0; /* 0..59 */
seconds = 0; /* 0..60 (60 indicates a leap-second) */
deci_seconds = 0; /* 0..9 */
/* setting utc offset is optional. Leave the values as is if you
want to exclude this information. */
utc_offset_direction = 0; /* -1, +1 */
utc_offset_hours = -1; /* 0..13 */
utc_offset_minutes = -1; /* 0..59 */
/* call convenience function to set data */
rc = netsnmp_dateandtime_set_buf_from_vars(*$m2c_node_param_ref_name,
$m2c_node_param_ref_lname,
year, month, day,
hour, minutes, seconds, deci_seconds,
utc_offset_direction, utc_offset_hours,
utc_offset_minutes );
if(rc != SNMP_ERR_NOERROR)
return rc;
##
########################################################################
@if $m2c_mark_boundary == 1@
/** END code generated by syntax-DateAndTime-get.m2i */
@end@