ReactOS 0.4.15-dev-7918-g2a2556c
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 170 of file winsock.h.

Member Data Documentation

◆ p_aliases

char ** protoent::p_aliases

Definition at line 172 of file winsock.h.

Referenced by BytesInProtoent(), and CopyProtoentToBuffer().

◆ p_name

char * protoent::p_name

Definition at line 171 of file winsock.h.

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

◆ p_proto

short protoent::p_proto

Definition at line 173 of file winsock.h.

Referenced by getprotobynumber().


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