Searched refs:EHOSTDOWN (Results 26 - 41 of 41) sorted by relevance

12

/freebsd-11-stable/sys/netinet/
H A Dudp_usrreq.c733 errno == EHOSTDOWN) && inp->inp_route.ro_rt) {
759 /* signal EHOSTDOWN, as it flushes the cached route */
760 in_pcbnotifyall(&V_udbinfo, faddr, EHOSTDOWN, udp_notify);
H A Dif_ether.c545 * will be masked by ether_output(). Return EHOSTDOWN/EHOSTUNREACH
552 error = is_gw != 0 ? EHOSTUNREACH : EHOSTDOWN;
H A Dtcp_output.c1613 case EHOSTDOWN:
/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_llpi.c709 error = EHOSTDOWN;
/freebsd-11-stable/contrib/amd/amd/
H A Dsrvr_nfs.c601 case EHOSTDOWN:
/freebsd-11-stable/lib/libfetch/
H A Dcommon.c153 case EHOSTDOWN:
/freebsd-11-stable/sys/net/
H A Dif_tap.c907 return (EHOSTDOWN);
H A Dif_ethersubr.c264 if (error == EHOSTDOWN) {
/freebsd-11-stable/sys/netinet6/
H A Dip6_input.c1805 0, EMSGSIZE, EHOSTDOWN, EHOSTUNREACH,
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dsaquery.c879 ret = EHOSTDOWN;
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1554 error == EHOSTDOWN))
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c3538 #ifdef EHOSTDOWN
3539 case EHOSTDOWN: /* Host is down */
H A Ddeliver.c4256 #ifdef EHOSTDOWN
4257 case EHOSTDOWN: /* Host is down */
/freebsd-11-stable/contrib/unbound/services/
H A Doutside_network.c1773 # ifdef EHOSTDOWN
1774 case EHOSTDOWN:
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c2910 return (EHOSTDOWN);
/freebsd-11-stable/usr.sbin/syslogd/
H A Dsyslogd.c1819 case EHOSTDOWN:

Completed in 224 milliseconds

12