embedded-software
reusable software modules for embedded systems
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
hal_socket.h File Reference
#include <sys/socket.h>
#include <netinet/in.h>
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
Include dependency graph for hal_socket.h:

Go to the source code of this file.

Macros

#define SET_SOCKET_NONBLOCKING(s)   fcntl(s, F_SETFL, O_NONBLOCK)
 

Macro Definition Documentation

#define SET_SOCKET_NONBLOCKING (   s)    fcntl(s, F_SETFL, O_NONBLOCK)