Searched refs:ttl_r (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evdns.c | 1043 u32 ttl, ttl_r = 0xffffffff; in reply_parse() local 1135 ttl_r = MIN(ttl_r, ttl); in reply_parse() 1151 ttl_r = MIN(ttl_r, ttl); in reply_parse() 1172 ttl_r = MIN(ttl_r, ttl); in reply_parse() 1209 ttl_r = MIN(ttl_r, ttl); in reply_parse() 1210 ttl_r = MIN(ttl_r, minimum); in reply_parse() 1218 if (ttl_r == 0xffffffff) in reply_parse() 1219 ttl_r = 0; in reply_parse() 1221 reply_handle(req, flags, ttl_r, &reply); in reply_parse()
|
/freebsd/contrib/libevent/ |
H A D | evdns.c | 1043 u32 ttl, ttl_r = 0xffffffff; in reply_parse() local 1135 ttl_r = MIN(ttl_r, ttl); in reply_parse() 1151 ttl_r = MIN(ttl_r, ttl); in reply_parse() 1172 ttl_r = MIN(ttl_r, ttl); in reply_parse() 1209 ttl_r = MIN(ttl_r, ttl); in reply_parse() 1210 ttl_r = MIN(ttl_r, minimum); in reply_parse() 1218 if (ttl_r == 0xffffffff) in reply_parse() 1219 ttl_r = 0; in reply_parse() 1221 reply_handle(req, flags, ttl_r, &reply); in reply_parse()
|