My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
sock_settings Struct Reference

#include <socketops.h>

Public Attributes

int port
 
int domain
 
int type
 
int protocol
 
unsigned long bind_ip
 
int reuse_addr
 
int reuse_port
 

Detailed Description

Definition at line 23 of file socketops.h.

Member Data Documentation

unsigned long sock_settings::bind_ip

Definition at line 28 of file socketops.h.

int sock_settings::domain

Definition at line 25 of file socketops.h.

int sock_settings::port

Definition at line 24 of file socketops.h.

int sock_settings::protocol

Definition at line 27 of file socketops.h.

int sock_settings::reuse_addr

Definition at line 29 of file socketops.h.

int sock_settings::reuse_port

Definition at line 30 of file socketops.h.

int sock_settings::type

Definition at line 26 of file socketops.h.


The documentation for this struct was generated from the following file: