ReactOS 0.4.15-dev-7924-g5949c20
client_memory Struct Reference
Collaboration diagram for client_memory:

Public Attributes

SOCKET s
 
struct sockaddr_in addr
 
charsend_buf
 
charrecv_buf
 

Detailed Description

Definition at line 172 of file sock.c.

Member Data Documentation

◆ addr

struct sockaddr_in client_memory::addr

Definition at line 175 of file sock.c.

◆ recv_buf

char* client_memory::recv_buf

Definition at line 177 of file sock.c.

◆ s

SOCKET client_memory::s

Definition at line 174 of file sock.c.

◆ send_buf

char* client_memory::send_buf

Definition at line 176 of file sock.c.


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