Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/
H A Devdns.c1047 u32 ttl, ttl_r = 0xffffffff; in reply_parse() local
1139 ttl_r = MIN(ttl_r, ttl); in reply_parse()
1155 ttl_r = MIN(ttl_r, ttl); in reply_parse()
1176 ttl_r = MIN(ttl_r, ttl); in reply_parse()
1213 ttl_r = MIN(ttl_r, ttl); in reply_parse()
1214 ttl_r = MIN(ttl_r, minimum); in reply_parse()
1222 if (ttl_r == 0xffffffff) in reply_parse()
1223 ttl_r = 0; in reply_parse()
1225 reply_handle(req, flags, ttl_r, &reply); in reply_parse()