FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
int tcpip_would_block
(
int
code
)
Definition at line
1545
of file
tcpip.c
.
Referenced by
dna_write_bytes()
, and
tcpip_write_nowait()
.
1546
{
1547
if
(code == EWOULDBLOCK)
1548
return
(1);
1549
return
(0);
1550
}
Here is the caller graph for this function:
dim
src
tcpip.c
Generated on Sun Sep 18 2016 20:50:32 for FACT++ by
1.8.11