FACT++  1.0
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: