Searched refs:strtoint_clipped (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devdns.c3371 strtoint_clipped(const char *const str, int min, int max) function
3471 const int maxtimeout = strtoint_clipped(val, 1, 255);
3478 const int maxinflight = strtoint_clipped(val, 1, 65000);

Completed in 93 milliseconds