libonion
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
listen_point.c File Reference
#include <sys/socket.h>
#include <string.h>
#include <stdlib.h>
#include <netdb.h>
#include <errno.h>
#include <fcntl.h>
#include "types_internal.h"
#include "low.h"
#include "log.h"
#include "poller.h"
#include "request.h"
#include "listen_point.h"

Macros

#define _GNU_SOURCE   /* See feature_test_macros(7) */
#define SOCK_CLOEXEC   0
#define accept4(a, b, c, d)   accept(a,b,c);

Macro Definition Documentation

#define _GNU_SOURCE   /* See feature_test_macros(7) */
#define accept4 (   a,
  b,
  c,
 
)    accept(a,b,c);
#define SOCK_CLOEXEC   0