Home
last modified time | relevance | path

Searched refs:ENETDOWN (Results 1 – 25 of 52) sorted by relevance

123

/openbsd/src/gnu/usr.bin/perl/win32/include/sys/
Derrno2.h83 #ifndef ENETDOWN /* New in VC10 */
84 # define ENETDOWN WSAENETDOWN macro
/openbsd/src/gnu/llvm/libcxx/include/
Derrno.h135 #ifndef ENETDOWN
136 #define ENETDOWN 9914 macro
D__errc54 network_down, // ENETDOWN
151 network_down = ENETDOWN,
/openbsd/src/usr.sbin/ntpd/
Dntp_msg.c56 errno == ENETDOWN || errno == EHOSTDOWN) { in ntp_sendmsg()
Dserver.c165 errno == ENETUNREACH || errno == ENETDOWN) { in server_dispatch()
Dclient.c299 errno == ENETUNREACH || errno == ENETDOWN || in client_dispatch()
/openbsd/src/usr.bin/dig/lib/isc/unix/
Derrno2result.c74 case ENETDOWN: in isc___errno2result()
/openbsd/src/gnu/usr.bin/perl/h2pl/eg/sys/
Derrno.pl50 $ENETDOWN = 0x32;
/openbsd/src/sys/sys/
Derrno.h107 #define ENETDOWN 50 /* Network is down */ macro
/openbsd/src/gnu/usr.bin/cvs/lib/
Dstrerror.c374 #if defined (ENETDOWN)
375 ENTRY(ENETDOWN, "ENETDOWN", "Network is down"),
/openbsd/src/gnu/lib/libiberty/src/
Dstrerror.c373 #if defined (ENETDOWN)
374 ENTRY(ENETDOWN, "ENETDOWN", "Network is down"),
/openbsd/src/gnu/usr.bin/perl/win32/
Dwin32sck.c124 return ENETDOWN; in convert_wsa_error_to_errno()
245 case ENETDOWN: in convert_errno_to_wsa_error()
/openbsd/src/usr.sbin/mrouted/
Digmp.c335 if (errno == ENETDOWN) in send_igmp()
/openbsd/src/sys/netinet6/
Dip6_divert.c177 error = ENETDOWN; in divert6_output()
Dip6_forward.c434 case ENETDOWN: in ip6_forward()
/openbsd/src/sys/netinet/
Dip_divert.c168 error = ENETDOWN; in divert_output()
/openbsd/src/sys/net/
Dif_rport.c161 error = ENETDOWN; in rport_output()
Dif_sec.c292 error = ENETDOWN; in sec_output()
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/
DMakefile.PL44 ELOOP EMFILE EMLINK EMSGSIZE ENAMETOOLONG ENETDOWN ENETRESET ENETUNREACH
/openbsd/src/usr.sbin/amd/amd/
Dsrvr_nfs.c460 case ENETDOWN: in nfs_keepalive()
/openbsd/src/regress/sys/ffs/
Dfstest.c659 case ENETDOWN: in err2str()
/openbsd/src/sbin/ifconfig/
Dbrconfig.c742 if (errno == ENETDOWN) in bridge_addrs()
794 if (errno == ENETDOWN) in is_bridge()
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/
Dexport.t33 EMLINK EMSGSIZE ENAMETOOLONG ENETDOWN ENETRESET ENETUNREACH
/openbsd/src/sbin/unwind/libunbound/util/
Dnetevent.c314 #if defined(ENETUNREACH) || defined(EHOSTDOWN) || defined(EHOSTUNREACH) || defined(ENETDOWN) in udp_send_errno_needs_log()
325 # ifdef ENETDOWN in udp_send_errno_needs_log()
326 case ENETDOWN: in udp_send_errno_needs_log()
872 # ifdef ENETDOWN
873 case ENETDOWN:
2390 #ifdef ENETDOWN
2391 if(errno == ENETDOWN && verbosity < 2)
/openbsd/src/usr.sbin/unbound/util/
Dnetevent.c314 #if defined(ENETUNREACH) || defined(EHOSTDOWN) || defined(EHOSTUNREACH) || defined(ENETDOWN) in udp_send_errno_needs_log()
325 # ifdef ENETDOWN in udp_send_errno_needs_log()
326 case ENETDOWN: in udp_send_errno_needs_log()
872 # ifdef ENETDOWN
873 case ENETDOWN:
2390 #ifdef ENETDOWN
2391 if(errno == ENETDOWN && verbosity < 2)

123