sock_hostport Struct Reference

#include <misc.h>


Data Fields

hostent * he
int port
char * name


Detailed Description

Holds port number and host information to pass around to functions.


Field Documentation

struct hostent* sock_hostport::he

Contains a whole bunch of host information.

char* sock_hostport::name

The literal hostname.

int sock_hostport::port

The port number.


The documentation for this struct was generated from the following file:
Generated by  doxygen 1.4.7.
SourceForge.net Logo