ucspi-ssl  0.99e
TLS encryption for IPv6 communication
Macros | Functions
ndelay_off.c File Reference
#include <sys/types.h>
#include <fcntl.h>
#include "ndelay.h"
Include dependency graph for ndelay_off.c:

Go to the source code of this file.

Macros

#define O_NONBLOCK   O_NDELAY
 

Functions

int ndelay_off (int fd)
 

Macro Definition Documentation

◆ O_NONBLOCK

#define O_NONBLOCK   O_NDELAY

Definition at line 8 of file ndelay_off.c.

Function Documentation

◆ ndelay_off()

int ndelay_off ( int  fd)

Definition at line 11 of file ndelay_off.c.