Home
last modified time | relevance | path

Searched refs:val_parse_int32 (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c809 sysb_leap = val_parse_int32(val, &sys_leap, in fetch_sysinfo()
814 sysb_stratum = val_parse_int32(val, &sys_stratum, 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()
1028 val_parse_int32(val, &p->hpoll, in fetch_peers()
1033 val_parse_int32(val, &p->hpoll, in fetch_peers()
[all …]