Searched refs:val_parse_int32 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/bsnmp/snmp_ntp/ |
H A D | snmp_ntp.c | 645 val_parse_int32(const char *val, int32_t *p, int32_t min, int32_t max, int base) in val_parse_int32() function 809 sysb_leap = val_parse_int32(val, &sys_leap, in fetch_sysinfo() 814 sysb_stratum = val_parse_int32(val, &sys_stratum, in fetch_sysinfo() 819 sysb_precision = val_parse_int32(val, &sys_precision, in fetch_sysinfo() 840 sysb_poll = val_parse_int32(val, &sys_poll, in fetch_sysinfo() 989 val_parse_int32(val, &p->config, 0, 1, 0); in fetch_peers() 1011 val_parse_int32(val, &p->leap, 0, 3, 2); in fetch_peers() 1015 val_parse_int32(val, &p->hmode, 0, 7, 0); in fetch_peers() 1019 val_parse_int32(val, &p->stratum, 0, 255, 0); in fetch_peers() 1023 val_parse_int32(val, &p->ppoll, in fetch_peers() [all …]
|