ReactOS 0.4.16-dev-1946-g52006dd
protoent Struct Reference

#include <winsock.h>

Collaboration diagram for protoent:

Public Attributes

charp_name
 
char ** p_aliases
 
short p_proto
 

Detailed Description

Definition at line 164 of file winsock.h.

Member Data Documentation

◆ p_aliases

char ** protoent::p_aliases

Definition at line 166 of file winsock.h.

Referenced by BytesInProtoent(), and CopyProtoentToBuffer().

◆ p_name

char * protoent::p_name

Definition at line 165 of file winsock.h.

Referenced by BytesInProtoent(), CopyProtoentToBuffer(), and getprotobyname().

◆ p_proto

short protoent::p_proto

Definition at line 167 of file winsock.h.

Referenced by getprotobynumber().


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