Home
last modified time | relevance | path

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

/freebsd-12.1/include/
H A Dhesiod.h72 #define HES_ER_NET 3 /* network problem */ macro
/freebsd-12.1/contrib/amd/amd/
H A Dinfo_hesiod.c152 case HES_ER_NET: in hesiod_search()
/freebsd-12.1/contrib/sendmail/src/
H A Dudb.c419 if (hes_error() == HES_ER_NET)
1275 if (hes_error() == HES_ER_NET)
H A Dmap.c5538 case HES_ER_NET:
/freebsd-12.1/lib/libc/net/
H A Dhesiod.c575 errval = HES_ER_NET; in translate_errors()