FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
int set_blocking
(
int
channel
)
Definition at line
1421
of file
tcpip.c
.
Referenced by
tcpip_write_nowait()
.
1422
{
1423
int
ret, flags = 0;
1424
ret = ioctl(channel, FIONBIO, &flags );
1425
if
(ret == -1)
1426
{
1427
#ifdef DEBUG
1428
printf(
"ioctl block returned -1\n"
);
1429
#endif
1430
return
(ret);
1431
}
1432
return
(1);
1433
}
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