Home
last modified time | relevance | path

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

/dports/net/dante/dante-1.4.3/sockd/
H A Ddante_udp.c197 return IO_TMPERROR;
280 return blocked ? IO_TMPERROR : iostatus;
307 iostatus = IO_TMPERROR;
359 iostatus = IO_TMPERROR;
397 return IO_TMPERROR;
506 iostatus = IO_TMPERROR;
645 iostatus = IO_TMPERROR;
747 iostatus = IO_TMPERROR;
907 iostatus = IO_TMPERROR;
1095 return IO_TMPERROR;
[all …]
H A Dsockd_udp.c425 return IO_TMPERROR;
462 return IO_TMPERROR;
H A Dsockd_tcp.c755 *iostatus = IO_TMPERROR;
814 *iostatus = IO_TMPERROR;
/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h955 IO_TMPERROR, /* temporary error; try again later. */ enumerator
968 || (error) == IO_TMPERROR \
975 (IO_TMPERROR)
980 (((e) == EMSGSIZE || ERRNOISTMP(e)) ? IO_TMPERROR : IO_ERROR)
1094 : ((iostatus) == IO_TMPERROR ? OPERATION_TMPERROR : OPERATION_ERROR))