enum apr_interface_e

Overview

Enum used to denote either the local and remote endpoint of a connection. Moreā€¦

#include <apr_network_io.h>

enum apr_interface_e {
    APR_LOCAL,
    APR_REMOTE,
};

Detailed Documentation

Enum used to denote either the local and remote endpoint of a connection.

Enum Values

APR_LOCAL

Socket information for local end of connection

APR_REMOTE

Socket information for remote end of connection