Apache HTTPD
Macros | Functions
sockopt.c File Reference
#include "apr_arch_networkio.h"
#include "apr_arch_misc.h"
#include "apr_network_io.h"
#include "apr_general.h"
#include "apr_strings.h"
#include <string.h>

Go to the source code of this file.

Macros

#define IPV6_V6ONLY   27
 

Functions

static apr_status_t soblock (SOCKET sd)
 
static apr_status_t sononblock (SOCKET sd)
 
 APR_DECLARE (apr_status_t)
 

Macro Definition Documentation

◆ IPV6_V6ONLY

#define IPV6_V6ONLY   27

Definition at line 29 of file sockopt.c.

Function Documentation

◆ soblock()

static apr_status_t soblock ( SOCKET  sd)
static

Definition at line 32 of file sockopt.c.

◆ sononblock()

static apr_status_t sononblock ( SOCKET  sd)
static

Definition at line 42 of file sockopt.c.