Searched refs:read_ntp_value (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ntp/ntpsnmpd/ |
H A D | ntpSnmpSubagentObject.c | 215 read_ntp_value( in read_ntp_value() function 258 if ( read_ntp_value("product", ntpvalue, NTPQ_BUFLEN) ) in get_ntpEntSoftwareName() 265 else if ( read_ntp_value("version", ntpvalue, NTPQ_BUFLEN) ) in get_ntpEntSoftwareName() 302 if ( read_ntp_value("version", ntpvalue, NTPQ_BUFLEN) ) in get_ntpEntSoftwareVersion() 338 if ( read_ntp_value("vendor", ntpvalue, NTPQ_BUFLEN) ) in get_ntpEntSoftwareVendor() 371 if ( read_ntp_value("systemtype", ntpvalue, NTPQ_BUFLEN) ) in get_ntpEntSystemType() 379 if ( read_ntp_value("system", ntpvalue, NTPQ_BUFLEN) ) in get_ntpEntSystemType() 433 if (!read_ntp_value("precision", ntpvalue, in get_ntpEntTimeResolution() 476 if (!read_ntp_value("precision", ntpvalue, in get_ntpEntTimePrecision() 506 if ( read_ntp_value("rootdelay", ntpvalue, NTPQ_BUFLEN) ) in get_ntpEntTimeDistance()
|
H A D | ntpSnmpSubagentObject.h | 18 size_t read_ntp_value(const char *variable, char *value,
|