Searched refs:NS_TRYAGAIN (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/include/
H A Dnss.h51 (rv == NSS_STATUS_TRYAGAIN) ? NS_TRYAGAIN : \
H A Dnsswitch.h52 #define NS_TRYAGAIN (1<<3) /* source busy, may respond to retry */ macro
/freebsd-9.3-release/lib/libc/net/
H A Dnsparser.y144 | TRYAGAIN { $$ = NS_TRYAGAIN; }
H A Dgethostbydns.c540 return (NS_TRYAGAIN);
647 return (NS_TRYAGAIN);
H A Dnsdispatch.c312 (NS_UNAVAIL|NS_NOTFOUND|NS_TRYAGAIN)) &&
322 if (dbt->srclist[i].flags & NS_TRYAGAIN)
H A Dgetaddrinfo.c1879 case NS_TRYAGAIN:
2283 return NS_TRYAGAIN;
/freebsd-9.3-release/lib/libc/gen/
H A Dgetusershell.c212 return NS_TRYAGAIN;
/freebsd-9.3-release/contrib/sendmail/src/
H A Dmap.c7231 if (r == NS_UNAVAIL || r == NS_TRYAGAIN)

Completed in 131 milliseconds