Home
last modified time | relevance | path

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

/dragonfly/lib/libc/resolv/
H A Dres_init.c561 if (i <= RES_MAXRETRY) in res_setoptions()
564 statp->retry = RES_MAXRETRY; in res_setoptions()
/dragonfly/include/
H A Dresolv.h137 #define RES_MAXRETRY 5 /* only for resolv.conf/RES_OPTIONS */ macro