Home
last modified time | relevance | path

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

/freebsd-13.1/include/
H A Dhesiod.h72 #define HES_ER_NET 3 /* network problem */ macro
/freebsd-13.1/contrib/sendmail/src/
H A Dudb.c423 if (hes_error() == HES_ER_NET)
1280 if (hes_error() == HES_ER_NET)
H A Dmap.c5963 case HES_ER_NET:
/freebsd-13.1/lib/libc/net/
H A Dhesiod.c575 errval = HES_ER_NET; in translate_errors()