ReactOS 0.4.15-dev-7958-gcd0bb1a
sock_info Struct Reference
Collaboration diagram for sock_info:

Public Attributes

SOCKET s
 
struct sockaddr_in addr
 
struct sockaddr_in peer
 
charbuf
 
int n_recvd
 
int n_sent
 

Detailed Description

Definition at line 115 of file sock.c.

Member Data Documentation

◆ addr

struct sockaddr_in sock_info::addr

Definition at line 118 of file sock.c.

◆ buf

char* sock_info::buf

Definition at line 120 of file sock.c.

◆ n_recvd

int sock_info::n_recvd

Definition at line 121 of file sock.c.

◆ n_sent

int sock_info::n_sent

Definition at line 122 of file sock.c.

◆ peer

struct sockaddr_in sock_info::peer

Definition at line 119 of file sock.c.

◆ s

SOCKET sock_info::s

Definition at line 117 of file sock.c.


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