Home
last modified time | relevance | path

Searched refs:IO_IOERROR (Results 1 – 6 of 6) sorted by relevance

/dports/net/dante/dante-1.4.3/sockd/
H A Dsockd_tcp.c216 if (((iostatus) == IO_IOERROR || (iostatus) == IO_CLOSE) \
319 CHECK_ALARM(IO_IOERROR);
320 return IO_IOERROR;
402 CHECK_ALARM(IO_IOERROR);
542 *iostatus = IO_IOERROR;
749 *iostatus = IO_IOERROR;
757 *iostatus = IO_IOERROR;
H A Dsockd_request.c396 case IO_IOERROR: in run_request()
1981 iostatus = IO_IOERROR;
2327 iostatus = IO_IOERROR;
2594 iostatus = IO_IOERROR;
2614 iostatus = IO_IOERROR;
2658 iostatus = IO_IOERROR;
2807 iostatus = IO_IOERROR;
2971 iostatus = IO_IOERROR;
3085 iostatus = IO_IOERROR;
3120 iostatus = IO_IOERROR;
[all …]
H A Ddante_udp.c206 return IO_IOERROR;
1107 return IO_IOERROR;
H A Dsockd_io.c667 io_delete(sockscf.state.mother.ack, io, badfd, IO_IOERROR); in run_io()
955 r == 0 ? IO_CLOSE : IO_IOERROR); in run_io()
1235 io_delete(sockscf.state.mother.ack, io, badfd, IO_IOERROR); in run_io()
3627 || (rule->log.error && (status == IO_IOERROR)))
3967 case IO_IOERROR:
H A Dsockd_udp.c464 return IO_IOERROR;
/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h956 IO_IOERROR, /* a network error. */ enumerator